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

/linux-master/arch/mips/sgi-ip32/
H A Dip32-reset.c50 symbol_get(ds1685_rtc_poweroff);
56 poweroff_func = symbol_get(ds1685_rtc_poweroff);
/linux-master/virt/kvm/
H A Dvfio.c42 fn = symbol_get(vfio_file_set_kvm);
56 fn = symbol_get(vfio_file_enforced_coherent);
72 fn = symbol_get(vfio_file_is_valid);
89 fn = symbol_get(vfio_file_iommu_group);
/linux-master/drivers/platform/x86/
H A Dintel_ips.c1341 ips->read_mch_val = symbol_get(i915_read_mch_val);
1344 ips->gpu_raise = symbol_get(i915_gpu_raise);
1347 ips->gpu_lower = symbol_get(i915_gpu_lower);
1350 ips->gpu_busy = symbol_get(i915_gpu_busy);
1353 ips->gpu_turbo_disable = symbol_get(i915_gpu_turbo_disable);
/linux-master/include/linux/
H A Dmodule.h303 #define symbol_get(x) ((typeof(&x))(__symbol_get(__stringify(x)))) macro
807 #define symbol_get(x) ({ extern typeof(x) x __attribute__((weak,visibility("hidden"))); &(x); }) macro
867 #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x)
/linux-master/block/partitions/
H A Dibm.c343 fn = symbol_get(dasd_biodasdinfo);
/linux-master/drivers/vfio/
H A Dvfio_main.c400 pfn = symbol_get(kvm_put_kvm);
404 fn = symbol_get(kvm_get_kvm_safe);
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c848 phc_idx = symbol_get(enetc_phc_index);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_rps.c2727 link = symbol_get(ips_link_to_i915_driver);
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c6167 symbol_get(qeth_l3_discipline), "qeth_l3");
6171 symbol_get(qeth_l2_discipline), "qeth_l2");

Completed in 298 milliseconds