Searched refs:USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS (Results 1 – 11 of 11) sorted by relevance
76 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) {151 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) {298 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) {
128 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) {186 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) {
41 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) { in host_lib_daemon_task()
36 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) { in usb_lib_task()
41 #define USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS 0x01 /**< All clients have been deregistered fro… macro
103 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) { in handle_usb_events()
159 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) { in usb_lib_task()
117 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) { in handle_usb_events()
67 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) { in usb_lib_task()
135 if (event_flags & USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS) {185 … of the deregistration of all clients by way the :c:macro:`USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS` ev…
702 p_host_lib_obj->dynamic.lib_event_flags |= USB_HOST_LIB_EVENT_FLAGS_NO_CLIENTS; in usb_host_client_deregister()