Searched refs:notify_get (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/mei/ |
H A D | main.c | 613 * @notify_get: 0 - disable, 1 - enable 617 static int mei_ioctl_client_notify_get(const struct file *file, u32 *notify_get) in mei_ioctl_client_notify_get() argument 628 *notify_get = notify_ev ? 1 : 0; in mei_ioctl_client_notify_get() 650 u32 notify_get, notify_req; in mei_ioctl() local 752 rets = mei_ioctl_client_notify_get(file, ¬ify_get); in mei_ioctl() 758 ¬ify_get, sizeof(notify_get))) { in mei_ioctl()
|
/kernel/linux/linux-6.6/drivers/misc/mei/ |
H A D | main.c | 613 * @notify_get: 0 - disable, 1 - enable 617 static int mei_ioctl_client_notify_get(const struct file *file, u32 *notify_get) in mei_ioctl_client_notify_get() argument 628 *notify_get = notify_ev ? 1 : 0; in mei_ioctl_client_notify_get() 650 u32 notify_get, notify_req; in mei_ioctl() local 752 rets = mei_ioctl_client_notify_get(file, ¬ify_get); in mei_ioctl() 758 ¬ify_get, sizeof(notify_get))) { in mei_ioctl()
|
Completed in 3 milliseconds