Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/sgi-ip32/
Dip32-reset.c45 symbol_get(ds1685_rtc_poweroff); in ip32_poweroff()
51 poweroff_func = symbol_get(ds1685_rtc_poweroff); in ip32_poweroff()
/linux-4.4.14/virt/kvm/
Dvfio.c39 fn = symbol_get(vfio_group_get_external_user); in kvm_vfio_group_get_external_user()
54 fn = symbol_get(vfio_group_put_external_user); in kvm_vfio_group_put_external_user()
68 fn = symbol_get(vfio_external_check_extension); in kvm_vfio_group_is_coherent()
/linux-4.4.14/include/linux/
Dmodule.h282 #define symbol_get(x) ((typeof(&x))(__symbol_get(VMLINUX_SYMBOL_STR(x)))) macro
674 #define symbol_get(x) ({ extern typeof(x) x __attribute__((weak)); &(x); }) macro
763 #define symbol_request(x) try_then_request_module(symbol_get(x), "symbol:" #x)
/linux-4.4.14/drivers/platform/x86/
Dintel_ips.c1426 ips->read_mch_val = symbol_get(i915_read_mch_val); in ips_get_i915_syms()
1429 ips->gpu_raise = symbol_get(i915_gpu_raise); in ips_get_i915_syms()
1432 ips->gpu_lower = symbol_get(i915_gpu_lower); in ips_get_i915_syms()
1435 ips->gpu_busy = symbol_get(i915_gpu_busy); in ips_get_i915_syms()
1438 ips->gpu_turbo_disable = symbol_get(i915_gpu_turbo_disable); in ips_get_i915_syms()
/linux-4.4.14/arch/mips/alchemy/devboards/
Ddb1200.c363 mmc_cd = symbol_get(mmc_detect_change); in db1200_mmc_cd()
450 mmc_cd = symbol_get(mmc_detect_change); in pb1200_mmc1_cd()
Ddb1000.c180 mmc_cd = symbol_get(mmc_detect_change); in db1100_mmc_cd()
Ddb1300.c466 mmc_cd = symbol_get(mmc_detect_change); in db1300_mmc_cd()
/linux-4.4.14/arch/arm/mach-pxa/
Dcorgi.c549 kick_batt = symbol_get(sharpsl_battery_kick); in corgi_bl_kick_battery()
Dspitz.c524 kick_batt = symbol_get(sharpsl_battery_kick); in spitz_bl_kick_battery()
/linux-4.4.14/drivers/net/caif/
Dcaif_hsi.c1419 get_ops = symbol_get(cfhsi_get_ops); in caif_hsi_newlink()
/linux-4.4.14/net/iucv/
Daf_iucv.c2407 pr_iucv = try_then_request_module(symbol_get(iucv_if), "iucv"); in afiucv_init()
/linux-4.4.14/sound/oss/
Dswarm_cs4297a.c2733 sb1250_duart_present = symbol_get(sb1250_duart_present); in cs4297a_init()
/linux-4.4.14/drivers/s390/net/
Dqeth_core_main.c5427 symbol_get(qeth_l3_discipline), "qeth_l3"); in qeth_core_load_discipline()
5431 symbol_get(qeth_l2_discipline), "qeth_l2"); in qeth_core_load_discipline()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_pm.c6020 link = symbol_get(ips_link_to_i915_driver); in ips_ping_for_i915_load()