Home
last modified time | relevance | path

Searched refs:mxm_wmi_supported (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/platform/x86/
Dmxm-wmi.c93 bool mxm_wmi_supported(void) in mxm_wmi_supported() function
99 EXPORT_SYMBOL_GPL(mxm_wmi_supported);
/Linux-v4.19/include/linux/
Dmxm-wmi.h31 bool mxm_wmi_supported(void);
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_acpi.c303 guid_valid = mxm_wmi_supported(); in nouveau_dsm_detect()