Lines Matching refs:is_ep0
397 if (is_ep0(ep)) in ep_write_UDCCSR()
429 if (!is_ep0(ep) && ep->dir_in) in ep_is_empty()
431 if (is_ep0(ep)) in ep_is_empty()
449 if (is_ep0(ep)) in ep_is_full()
464 if (!is_ep0(ep) && ep->dir_in) in epout_has_pkt()
466 if (is_ep0(ep)) in epout_has_pkt()
645 if (!is_ep0(ep) && list_empty(&ep->queue)) in ep_del_request()
1108 if (is_ep0(ep)) { in pxa_ep_queue()
1170 if (!ep || is_ep0(ep)) in pxa_ep_dequeue()
1209 if (!ep || is_ep0(ep)) in pxa_ep_set_halt()
1232 if (is_ep0(ep)) in pxa_ep_set_halt()
1255 if (!ep || is_ep0(ep)) in pxa_ep_fifo_status()
1282 if (!ep || is_ep0(ep)) in pxa_ep_fifo_flush()
1334 if (!ep || is_ep0(ep)) { in pxa_ep_enable()
1387 if (!ep || is_ep0(ep) || !list_empty(&ep->queue)) in pxa_ep_disable()
1673 ep->enabled = is_ep0(ep); in udc_init_data()