Searched refs:TRB_IOC (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/drivers/usb/cdns3/ |
D | cdnsp-debug.h | 194 field3 & TRB_IOC ? 'I' : 'i', in cdnsp_decode_trb() 238 field3 & TRB_IOC ? 'I' : 'i', in cdnsp_decode_trb() 250 field3 & TRB_IOC ? 'I' : 'i', in cdnsp_decode_trb() 265 field3 & TRB_IOC ? 'I' : 'i', in cdnsp_decode_trb() 284 field3 & TRB_IOC ? 'I' : 'i', in cdnsp_decode_trb()
|
D | cdnsp-ring.c | 1978 field |= TRB_IOC; in cdnsp_queue_bulk_tx() 2022 field = TRB_TYPE(TRB_TR_NOOP) | TRB_IOC; in cdnsp_queue_bulk_tx() 2077 field |= TRB_IOC | (pdev->ep0_expect_in ? 0 : TRB_ISP); in cdnsp_queue_ctrl_tx() 2093 field = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in cdnsp_queue_ctrl_tx() 2129 field | TRB_IOC | TRB_SETUPID(pdev->setup_id) | in cdnsp_queue_ctrl_tx() 2319 field |= TRB_IOC; in cdnsp_queue_isoc_tx()
|
D | cdns3-ep0.c | 48 priv_ep->trb_pool[1].control = cpu_to_le32(TRB_CYCLE | TRB_IOC | in cdns3_ep0_run_transfer() 51 priv_ep->trb_pool[0].control = cpu_to_le32(TRB_CYCLE | TRB_IOC | in cdns3_ep0_run_transfer()
|
D | cdns3-trace.h | 416 __entry->control & TRB_IOC ? "IOC, " : "",
|
D | cdns3-gadget.h | 1060 #define TRB_IOC BIT(5) macro
|
D | cdnsp-gadget.h | 1027 #define TRB_IOC BIT(5) macro
|
D | cdns3-gadget.c | 1135 u32 ioc = request->no_interrupt ? 0 : TRB_IOC; in cdns3_ep_run_transfer()
|
/linux-6.12.1/drivers/usb/gadget/udc/cdns2/ |
D | cdns2-debug.h | 176 flags & TRB_IOC ? 'I' : 'i'); in cdns2_decode_trb() 189 flags & TRB_IOC ? 'I' : 'i'); in cdns2_decode_trb()
|
D | cdns2-ep0.c | 56 ring->trbs[1].control = cpu_to_le32(TRB_CYCLE | TRB_IOC | in cdns2_ep0_enqueue() 59 ring->trbs[0].control = cpu_to_le32(TRB_CYCLE | TRB_IOC | in cdns2_ep0_enqueue()
|
D | cdns2-gadget.h | 479 #define TRB_IOC BIT(5) macro
|
D | cdns2-gadget.c | 565 control |= TRB_IOC | TRB_ISP; in cdns2_ep_tx_isoc() 644 | TRB_IOC; in cdns2_ep_tx_bulk() 668 control |= TRB_IOC; in cdns2_ep_tx_bulk()
|
/linux-6.12.1/drivers/usb/host/ |
D | xhci.h | 1044 #define TRB_IOC (1<<5) macro 2005 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2044 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2054 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2067 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2083 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb()
|
D | xhci-ring.c | 3642 field |= TRB_IOC; in xhci_queue_bulk_tx() 3695 field = TRB_TYPE(TRB_NORMAL) | ring->cycle_state | TRB_IOC; in xhci_queue_bulk_tx() 3832 field | TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state); in xhci_queue_ctrl_tx() 4106 field |= TRB_IOC; in xhci_queue_isoc_tx()
|
D | xhci-dbgcap.c | 281 control = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in xhci_dbc_queue_bulk_tx()
|
/linux-6.12.1/drivers/usb/early/ |
D | xhci-dbc.c | 490 control = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in xdbc_bulk_transfer()
|