Home
last modified time | relevance | path

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

/linux/drivers/misc/mei/
H A Dmain.c610 * @notify_get: 0 - disable, 1 - enable
614 static int mei_ioctl_client_notify_get(const struct file *file, u32 *notify_get) in mei_ioctl_client_notify_get() argument
625 *notify_get = notify_ev ? 1 : 0; in mei_ioctl_client_notify_get()
647 u32 notify_get, notify_req; in mei_ioctl() local
749 rets = mei_ioctl_client_notify_get(file, &notify_get); in mei_ioctl()
755 &notify_get, sizeof(notify_get))) { in mei_ioctl()