Lines Matching refs:is_ep0
399 if (is_ep0(ep)) in ep_write_UDCCSR()
431 if (!is_ep0(ep) && ep->dir_in) in ep_is_empty()
433 if (is_ep0(ep)) in ep_is_empty()
451 if (is_ep0(ep)) in ep_is_full()
466 if (!is_ep0(ep) && ep->dir_in) in epout_has_pkt()
468 if (is_ep0(ep)) in epout_has_pkt()
648 if (!is_ep0(ep) && list_empty(&ep->queue)) in ep_del_request()
1111 if (is_ep0(ep)) { in pxa_ep_queue()
1173 if (!ep || is_ep0(ep)) in pxa_ep_dequeue()
1211 if (!ep || is_ep0(ep)) in pxa_ep_set_halt()
1234 if (is_ep0(ep)) in pxa_ep_set_halt()
1257 if (!ep || is_ep0(ep)) in pxa_ep_fifo_status()
1284 if (!ep || is_ep0(ep)) in pxa_ep_fifo_flush()
1336 if (!ep || is_ep0(ep)) { in pxa_ep_enable()
1389 if (!ep || is_ep0(ep) || !list_empty(&ep->queue)) in pxa_ep_disable()
1675 ep->enabled = is_ep0(ep); in udc_init_data()