Home
last modified time | relevance | path

Searched refs:symbol_get (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/mips/sgi-ip32/
H A Dip32-reset.c48 symbol_get(ds1685_rtc_poweroff); in ip32_poweroff()
54 poweroff_func = symbol_get(ds1685_rtc_poweroff); in ip32_poweroff()
/openbmc/linux/virt/kvm/
H A Dvfio.c42 fn = symbol_get(vfio_file_set_kvm); in kvm_vfio_file_set_kvm()
56 fn = symbol_get(vfio_file_enforced_coherent); in kvm_vfio_file_enforced_coherent()
72 fn = symbol_get(vfio_file_is_valid); in kvm_vfio_file_is_valid()
89 fn = symbol_get(vfio_file_iommu_group); in kvm_vfio_file_iommu_group()
/openbmc/linux/include/linux/
H A Dmodule.h303 #define symbol_get(x) ((typeof(&x))(__symbol_get(__stringify(x)))) macro
805 #define symbol_get(x) ({ extern typeof(x) x __attribute__((weak,visibility("hidden"))); &(x); }) macro
865 #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x)
/openbmc/linux/drivers/platform/x86/
H A Dintel_ips.c1358 ips->read_mch_val = symbol_get(i915_read_mch_val); in ips_get_i915_syms()
1361 ips->gpu_raise = symbol_get(i915_gpu_raise); in ips_get_i915_syms()
1364 ips->gpu_lower = symbol_get(i915_gpu_lower); in ips_get_i915_syms()
1367 ips->gpu_busy = symbol_get(i915_gpu_busy); in ips_get_i915_syms()
1370 ips->gpu_turbo_disable = symbol_get(i915_gpu_turbo_disable); in ips_get_i915_syms()
/openbmc/linux/block/partitions/
H A Dibm.c308 fn = symbol_get(dasd_biodasdinfo); in ibm_partition()
/openbmc/linux/drivers/vfio/
H A Dvfio_main.c398 pfn = symbol_get(kvm_put_kvm); in vfio_device_get_kvm_safe()
402 fn = symbol_get(kvm_get_kvm_safe); in vfio_device_get_kvm_safe()
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c845 phc_idx = symbol_get(enetc_phc_index); in enetc_get_ts_info()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_rps.c2727 link = symbol_get(ips_link_to_i915_driver); in ips_ping_for_i915_load()
/openbmc/linux/drivers/s390/net/
H A Dqeth_core_main.c6167 symbol_get(qeth_l3_discipline), "qeth_l3"); in qeth_setup_discipline()
6171 symbol_get(qeth_l2_discipline), "qeth_l2"); in qeth_setup_discipline()