Home
last modified time | relevance | path

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

/linux-6.1.9/virt/kvm/
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_group); in kvm_vfio_file_is_group()
89 fn = symbol_get(vfio_file_iommu_group); in kvm_vfio_file_iommu_group()
/linux-6.1.9/arch/mips/sgi-ip32/
Dip32-reset.c48 symbol_get(ds1685_rtc_poweroff); in ip32_poweroff()
54 poweroff_func = symbol_get(ds1685_rtc_poweroff); in ip32_poweroff()
/linux-6.1.9/include/linux/
Dmodule.h302 #define symbol_get(x) ((typeof(&x))(__symbol_get(__stringify(x)))) macro
739 #define symbol_get(x) ({ extern typeof(x) x __attribute__((weak,visibility("hidden"))); &(x); }) macro
833 #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x)
/linux-6.1.9/drivers/platform/x86/
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-6.1.9/arch/mips/alchemy/devboards/
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()
Ddb1000.c172 mmc_cd = symbol_get(mmc_detect_change); in db1100_mmc_cd()
Ddb1300.c467 mmc_cd = symbol_get(mmc_detect_change); in db1300_mmc_cdfn()
/linux-6.1.9/block/partitions/
Dibm.c308 fn = symbol_get(dasd_biodasdinfo); in ibm_partition()
/linux-6.1.9/arch/arm/mach-pxa/
Dcorgi.c583 kick_batt = symbol_get(sharpsl_battery_kick); in corgi_bl_kick_battery()
Dspitz.c517 kick_batt = symbol_get(sharpsl_battery_kick); in spitz_bl_kick_battery()
/linux-6.1.9/drivers/net/ethernet/freescale/enetc/
Denetc_ethtool.c775 phc_idx = symbol_get(enetc_phc_index); in enetc_get_ts_info()
/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dintel_rps.c2414 link = symbol_get(ips_link_to_i915_driver); in ips_ping_for_i915_load()
/linux-6.1.9/drivers/s390/net/
Dqeth_core_main.c6140 symbol_get(qeth_l3_discipline), "qeth_l3"); in qeth_setup_discipline()
6144 symbol_get(qeth_l2_discipline), "qeth_l2"); in qeth_setup_discipline()