/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-debug.h | 196 field3 & TRB_IOC ? 'I' : 'i', in cdnsp_decode_trb() 240 field3 & TRB_IOC ? 'I' : 'i', in cdnsp_decode_trb() 252 field3 & TRB_IOC ? 'I' : 'i', in cdnsp_decode_trb() 267 field3 & TRB_IOC ? 'I' : 'i', in cdnsp_decode_trb() 286 field3 & TRB_IOC ? 'I' : 'i', in cdnsp_decode_trb()
|
H A 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()
|
H A D | cdnsp-ring.c | 1959 field |= TRB_IOC; in cdnsp_queue_bulk_tx() 2047 field |= TRB_IOC | (pdev->ep0_expect_in ? 0 : TRB_ISP); in cdnsp_queue_ctrl_tx() 2063 field = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in cdnsp_queue_ctrl_tx() 2099 field | TRB_IOC | TRB_SETUPID(pdev->setup_id) | in cdnsp_queue_ctrl_tx() 2302 field |= TRB_IOC; in cdnsp_queue_isoc_tx()
|
H A D | cdns3-trace.h | 416 __entry->control & TRB_IOC ? "IOC, " : "",
|
H A D | cdns3-gadget.c | 1291 control |= TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer() 1295 control |= pcs | TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer() 1326 trb->control |= cpu_to_le32(TRB_IOC | TRB_ISP); in cdns3_ep_run_transfer()
|
H A D | cdnsp-gadget.h | 1024 #define TRB_IOC BIT(5) macro
|
H A D | cdns3-gadget.h | 1060 #define TRB_IOC BIT(5) macro
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-debug.h | 176 flags & TRB_IOC ? 'I' : 'i'); in cdns2_decode_trb() 189 flags & TRB_IOC ? 'I' : 'i'); in cdns2_decode_trb()
|
H A 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()
|
H A D | cdns2-gadget.h | 470 #define TRB_IOC BIT(5) macro
|
H A 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()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci.h | 1325 #define TRB_IOC (1<<5) macro 2260 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2300 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2310 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2323 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2339 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb()
|
H A D | xhci-ring.c | 3536 field |= TRB_IOC; in xhci_queue_bulk_tx() 3590 field = TRB_TYPE(TRB_NORMAL) | ring->cycle_state | TRB_IOC; in xhci_queue_bulk_tx() 3729 field | TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state); in xhci_queue_ctrl_tx() 4005 field |= TRB_IOC; in xhci_queue_isoc_tx()
|
H A D | xhci-dbgcap.c | 264 control = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in xhci_dbc_queue_bulk_tx()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci.h | 1326 #define TRB_IOC (1<<5) macro 2292 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2332 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2342 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2355 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb() 2371 field3 & TRB_IOC ? 'I' : 'i', in xhci_decode_trb()
|
H A D | xhci-ring.c | 3686 field |= TRB_IOC; in xhci_queue_bulk_tx() 3740 field = TRB_TYPE(TRB_NORMAL) | ring->cycle_state | TRB_IOC; in xhci_queue_bulk_tx() 3879 field | TRB_IOC | TRB_TYPE(TRB_STATUS) | ep_ring->cycle_state); in xhci_queue_ctrl_tx() 4155 field |= TRB_IOC; in xhci_queue_isoc_tx()
|
H A D | xhci-dbgcap.c | 264 control = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in xhci_dbc_queue_bulk_tx()
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
H A D | 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()
|
H A D | trace.h | 423 __entry->control & TRB_IOC ? "IOC, " : "",
|
H A D | gadget.c | 1286 control |= TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer() 1290 control |= pcs | TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer() 1321 trb->control |= cpu_to_le32(TRB_IOC | TRB_ISP); in cdns3_ep_run_transfer()
|
H A D | gadget.h | 1059 #define TRB_IOC BIT(5) macro
|
/kernel/linux/linux-5.10/drivers/usb/early/ |
H A D | xhci-dbc.c | 490 control = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in xdbc_bulk_transfer()
|
/kernel/linux/linux-6.6/drivers/usb/early/ |
H A D | xhci-dbc.c | 490 control = TRB_TYPE(TRB_NORMAL) | TRB_IOC; in xdbc_bulk_transfer()
|