Searched refs:no_notify_data (Results 1 – 4 of 4) sorted by relevance
64 bool no_notify_data; member
74 .no_notify_data = true, /* optional, enables events containing no additional data */146 the ``no_notify_data`` flag inside struct wmi_driver should be set to ``true``.
412 .no_notify_data = true,
866 if (test_bit(WMI_NO_EVENT_DATA, &wblock->flags) && !wdriver->no_notify_data) in wmi_dev_probe()1225 if (!obj && !driver->no_notify_data) { in wmi_notify_driver()