Lines Matching refs:is_tx
199 bool is_tx; member
588 const int max_bd_bytes = !irq_coalesce && !iudma->is_tx ? in iudma_write()
631 if (!iudma->is_tx || iudma->n_bds_used == iudma->n_bds || in iudma_write()
699 if (!iudma->is_tx) in iudma_reset_channel()
710 if (iudma->is_tx && iudma->ep_num >= 0) in iudma_reset_channel()
758 iudma->is_tx = !!(ch_idx & 0x01); in iudma_init_channel()
1086 iudma->is_tx); in bcm63xx_ep_disable()
1175 rc = usb_gadget_map_request(&udc->gadget, req, bep->iudma->is_tx); in bcm63xx_udc_queue()
1211 usb_gadget_unmap_request(&udc->gadget, &breq->req, bep->iudma->is_tx); in bcm63xx_udc_dequeue()
1385 usb_gadget_map_request(&udc->gadget, req, iudma->is_tx); in bcm63xx_ep0_map_write()
1414 static void bcm63xx_ep0_nuke_reply(struct bcm63xx_udc *udc, int is_tx) in bcm63xx_ep0_nuke_reply() argument
1419 usb_gadget_unmap_request(&udc->gadget, req, is_tx); in bcm63xx_ep0_nuke_reply()
2099 usb_gadget_unmap_request(&udc->gadget, req, iudma->is_tx); in bcm63xx_udc_data_isr()