Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Df_ecm.c55 u8 notify_state;
378 switch (ecm->notify_state) { in ecm_do_notify()
392 ecm->notify_state = ECM_NOTIFY_SPEED; in ecm_do_notify()
407 ecm->notify_state = ECM_NOTIFY_NONE; in ecm_do_notify()
428 ecm->notify_state = ECM_NOTIFY_CONNECT; in ecm_notify()
446 ecm->notify_state = ECM_NOTIFY_NONE; in ecm_notify_complete()
54 u8 notify_state; global() member
H A Df_ncm.c56 u8 notify_state;
548 switch (ncm->notify_state) { in ncm_do_notify()
563 ncm->notify_state = NCM_NOTIFY_NONE; in ncm_do_notify()
578 ncm->notify_state = NCM_NOTIFY_CONNECT; in ncm_do_notify()
615 ncm->notify_state = NCM_NOTIFY_SPEED; in ncm_notify()
635 ncm->notify_state = NCM_NOTIFY_NONE; in ncm_notify_complete()
55 u8 notify_state; global() member
/linux/drivers/of/
H A Doverlay.c75 enum of_overlay_notify_action notify_state; member
161 ovcs->notify_state = action; in overlay_notify()
876 if (ovcs->notify_state == OF_OVERLAY_INIT || in free_overlay_changeset()
877 ovcs->notify_state == OF_OVERLAY_POST_REMOVE) { in free_overlay_changeset()
/linux/kernel/
H A Dseccomp.c57 enum notify_state { enum
85 enum notify_state state;