Searched refs:USBA_IS_DEFAULT_PIPE (Results 1 – 3 of 3) sorted by relevance
680 if (USBA_IS_DEFAULT_PIPE(ph_data)) { in usba_drain_cbs()1018 if (USBA_IS_DEFAULT_PIPE(ph_data) && in usb_pipe_close()1183 if (USBA_IS_DEFAULT_PIPE(ph_data)) { in usb_pipe_set_private()1290 if (USBA_IS_DEFAULT_PIPE(ph_data)) { in usb_pipe_reset()1399 if (USBA_IS_DEFAULT_PIPE(ph_data)) { in usba_pipe_clear()1539 if (USBA_IS_DEFAULT_PIPE(ph_data)) { in usba_pipe_sync_drain_reqs()
189 if (USBA_IS_DEFAULT_PIPE(ph_data)) { in _usba_check_req()1198 if (USBA_IS_DEFAULT_PIPE(ph_data)) { in usb_pipe_ctrl_xfer()
148 #define USBA_IS_DEFAULT_PIPE(ph) ((ph) == \ macro