Searched refs:wmi_device_enable (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/platform/x86/ |
| H A D | wmi.c | 173 static int wmi_device_enable(struct wmi_device *wdev, bool enable) in wmi_device_enable() function 411 if (wmi_device_enable(wdev, true) < 0) in wmi_query_block() 417 if (wmi_device_enable(wdev, false) < 0) in wmi_query_block() 466 if (wmi_device_enable(wdev, true) < 0) in wmi_set_block() 471 if (wmi_device_enable(wdev, false) < 0) in wmi_set_block() 554 if (wmi_device_enable(wdev, true) < 0) in wmi_install_notify_handler() 591 if (wmi_device_enable(wdev, false) < 0) in wmi_remove_notify_handler() 828 if (wmi_device_enable(to_wmi_device(dev), false) < 0) in wmi_dev_disable() 855 if (wmi_device_enable(to_wmi_device(dev), true) < 0) in wmi_dev_probe() 918 if (wmi_device_enable(to_wmi_device(dev), false) < 0) in wmi_dev_shutdown()
|