Lines Matching refs:is_tx
214 bool is_tx; member
599 const int max_bd_bytes = !irq_coalesce && !iudma->is_tx ? in iudma_write()
642 if (!iudma->is_tx || iudma->n_bds_used == iudma->n_bds || in iudma_write()
710 if (!iudma->is_tx) in iudma_reset_channel()
721 if (iudma->is_tx && iudma->ep_num >= 0) in iudma_reset_channel()
769 iudma->is_tx = !!(ch_idx & 0x01); in iudma_init_channel()
1095 iudma->is_tx); in bcm63xx_ep_disable()
1184 rc = usb_gadget_map_request(&udc->gadget, req, bep->iudma->is_tx); in bcm63xx_udc_queue()
1220 usb_gadget_unmap_request(&udc->gadget, &breq->req, bep->iudma->is_tx); in bcm63xx_udc_dequeue()
1394 usb_gadget_map_request(&udc->gadget, req, iudma->is_tx); in bcm63xx_ep0_map_write()
1423 static void bcm63xx_ep0_nuke_reply(struct bcm63xx_udc *udc, int is_tx) in bcm63xx_ep0_nuke_reply() argument
1428 usb_gadget_unmap_request(&udc->gadget, req, is_tx); in bcm63xx_ep0_nuke_reply()
2108 usb_gadget_unmap_request(&udc->gadget, req, iudma->is_tx); in bcm63xx_udc_data_isr()