Searched refs:HC_GEN_DEV_IS_RUNNING (Results 1 – 2 of 2) sorted by relevance
638 if (HC_GEN_DEV_IS_RUNNING(hcd->state)) in usb_remove_hc_gen_dev()704 if (!HC_GEN_DEV_IS_RUNNING(hcd->state)) in hcd_ops_get_frame_number()941 if (!HC_GEN_DEV_IS_RUNNING(hcd->state) && hcd->state != HC_GEN_DEV_STATE_HALT) in hcd_ops_unlink_urb()1103 if (!HC_GEN_DEV_IS_RUNNING(hcd->state) && hcd->state != HC_GEN_DEV_STATE_HALT && in hcd_ops_endpoint_disable()1262 if (HC_GEN_DEV_IS_RUNNING(hcd->state)) in usb_hcd_link_urb_to_ep()
85 #define HC_GEN_DEV_IS_RUNNING(state) ((state) & HC_GEN_DEV___ACTIVE) macro
Completed in 8 milliseconds