notify_get        429 drivers/misc/mei/main.c static int mei_ioctl_client_notify_get(const struct file *file, u32 *notify_get)
notify_get        440 drivers/misc/mei/main.c 	*notify_get = notify_ev ? 1 : 0;
notify_get        458 drivers/misc/mei/main.c 	u32 notify_get, notify_req;
notify_get        512 drivers/misc/mei/main.c 		rets = mei_ioctl_client_notify_get(file, &notify_get);
notify_get        518 drivers/misc/mei/main.c 				&notify_get, sizeof(notify_get))) {