notify_state       54 drivers/usb/gadget/function/f_ecm.c 	u8				notify_state;
notify_state      388 drivers/usb/gadget/function/f_ecm.c 	switch (ecm->notify_state) {
notify_state      403 drivers/usb/gadget/function/f_ecm.c 		ecm->notify_state = ECM_NOTIFY_SPEED;
notify_state      418 drivers/usb/gadget/function/f_ecm.c 		ecm->notify_state = ECM_NOTIFY_NONE;
notify_state      439 drivers/usb/gadget/function/f_ecm.c 	ecm->notify_state = ECM_NOTIFY_CONNECT;
notify_state      457 drivers/usb/gadget/function/f_ecm.c 		ecm->notify_state = ECM_NOTIFY_NONE;
notify_state       55 drivers/usb/gadget/function/f_ncm.c 	u8				notify_state;
notify_state      555 drivers/usb/gadget/function/f_ncm.c 	switch (ncm->notify_state) {
notify_state      570 drivers/usb/gadget/function/f_ncm.c 		ncm->notify_state = NCM_NOTIFY_NONE;
notify_state      585 drivers/usb/gadget/function/f_ncm.c 		ncm->notify_state = NCM_NOTIFY_CONNECT;
notify_state      622 drivers/usb/gadget/function/f_ncm.c 	ncm->notify_state = NCM_NOTIFY_SPEED;
notify_state      642 drivers/usb/gadget/function/f_ncm.c 		ncm->notify_state = NCM_NOTIFY_NONE;
notify_state       73 kernel/seccomp.c 	enum notify_state state;