Lines Matching refs:is_tx
219 bool is_tx; member
608 const int max_bd_bytes = !irq_coalesce && !iudma->is_tx ? in iudma_write()
651 if (!iudma->is_tx || iudma->n_bds_used == iudma->n_bds || in iudma_write()
719 if (!iudma->is_tx) in iudma_reset_channel()
730 if (iudma->is_tx && iudma->ep_num >= 0) in iudma_reset_channel()
778 iudma->is_tx = !!(ch_idx & 0x01); in iudma_init_channel()
1107 iudma->is_tx); in bcm63xx_ep_disable()
1196 rc = usb_gadget_map_request(&udc->gadget, req, bep->iudma->is_tx); in bcm63xx_udc_queue()
1232 usb_gadget_unmap_request(&udc->gadget, &breq->req, bep->iudma->is_tx); in bcm63xx_udc_dequeue()
1406 usb_gadget_map_request(&udc->gadget, req, iudma->is_tx); in bcm63xx_ep0_map_write()
1435 static void bcm63xx_ep0_nuke_reply(struct bcm63xx_udc *udc, int is_tx) in bcm63xx_ep0_nuke_reply() argument
1440 usb_gadget_unmap_request(&udc->gadget, req, is_tx); in bcm63xx_ep0_nuke_reply()
2120 usb_gadget_unmap_request(&udc->gadget, req, iudma->is_tx); in bcm63xx_udc_data_isr()