Lines Matching refs:is_ep0
469 if (is_ep0(ep)) in ep_write_UDCCSR()
501 if (!is_ep0(ep) && ep->dir_in) in ep_is_empty()
503 if (is_ep0(ep)) in ep_is_empty()
521 if (is_ep0(ep)) in ep_is_full()
536 if (!is_ep0(ep) && ep->dir_in) in epout_has_pkt()
538 if (is_ep0(ep)) in epout_has_pkt()
718 if (!is_ep0(ep) && list_empty(&ep->queue)) in ep_del_request()
1184 if (is_ep0(ep)) { in pxa_ep_queue()
1246 if (!ep || is_ep0(ep)) in pxa_ep_dequeue()
1284 if (!ep || is_ep0(ep)) in pxa_ep_set_halt()
1307 if (is_ep0(ep)) in pxa_ep_set_halt()
1330 if (!ep || is_ep0(ep)) in pxa_ep_fifo_status()
1357 if (!ep || is_ep0(ep)) in pxa_ep_fifo_flush()
1409 if (!ep || is_ep0(ep)) { in pxa_ep_enable()
1462 if (!ep || is_ep0(ep) || !list_empty(&ep->queue)) in pxa_ep_disable()
1720 ep->enabled = is_ep0(ep); in udc_init_data()