Home
last modified time | relevance | path

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

/linux/virt/kvm/
A Dvfio.c40 fn = symbol_get(vfio_group_get_external_user); in kvm_vfio_group_get_external_user()
56 fn = symbol_get(vfio_external_group_match_file); in kvm_vfio_external_group_match_file()
71 fn = symbol_get(vfio_group_put_external_user); in kvm_vfio_group_put_external_user()
84 fn = symbol_get(vfio_group_set_kvm); in kvm_vfio_group_set_kvm()
98 fn = symbol_get(vfio_external_check_extension); in kvm_vfio_group_is_coherent()
115 fn = symbol_get(vfio_external_user_iommu_id); in kvm_vfio_external_user_iommu_id()
/linux/arch/mips/sgi-ip32/
A Dip32-reset.c48 symbol_get(ds1685_rtc_poweroff); in ip32_poweroff()
54 poweroff_func = symbol_get(ds1685_rtc_poweroff); in ip32_poweroff()
/linux/include/linux/
A Dmodule.h303 #define symbol_get(x) ((typeof(&x))(__symbol_get(__stringify(x)))) macro
730 #define symbol_get(x) ({ extern typeof(x) x __attribute__((weak,visibility("hidden"))); &(x); }) macro
828 #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x)
/linux/drivers/platform/x86/
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()
/linux/arch/mips/alchemy/devboards/
A Ddb1200.c346 mmc_cd = symbol_get(mmc_detect_change); in db1200_mmc_cdfn()
437 mmc_cd = symbol_get(mmc_detect_change); in pb1200_mmc1_cdfn()
A Ddb1000.c172 mmc_cd = symbol_get(mmc_detect_change); in db1100_mmc_cd()
A Ddb1300.c467 mmc_cd = symbol_get(mmc_detect_change); in db1300_mmc_cdfn()
/linux/block/partitions/
A Dibm.c308 fn = symbol_get(dasd_biodasdinfo); in ibm_partition()
/linux/arch/arm/mach-pxa/
A Dcorgi.c559 kick_batt = symbol_get(sharpsl_battery_kick); in corgi_bl_kick_battery()
A Dspitz.c521 kick_batt = symbol_get(sharpsl_battery_kick); in spitz_bl_kick_battery()
/linux/drivers/net/ethernet/freescale/enetc/
A Denetc_ethtool.c664 phc_idx = symbol_get(enetc_phc_index); in enetc_get_ts_info()
/linux/drivers/gpu/drm/i915/gt/
A Dintel_rps.c2174 link = symbol_get(ips_link_to_i915_driver); in ips_ping_for_i915_load()
/linux/drivers/s390/net/
A Dqeth_core_main.c6238 symbol_get(qeth_l3_discipline), "qeth_l3"); in qeth_setup_discipline()
6242 symbol_get(qeth_l2_discipline), "qeth_l2"); in qeth_setup_discipline()

Completed in 51 milliseconds