Searched refs:TRB_ISP (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-debug.h | 255 field3 & TRB_ISP ? 'I' : 'i', in cdnsp_decode_trb() 289 field3 & TRB_ISP ? 'I' : 'i', in cdnsp_decode_trb()
|
H A D | cdnsp-ring.c | 1968 field |= TRB_ISP; in cdnsp_queue_bulk_tx() 2047 field |= TRB_IOC | (pdev->ep0_expect_in ? 0 : TRB_ISP); in cdnsp_queue_ctrl_tx() 2066 field = TRB_ISP; in cdnsp_queue_ctrl_tx() 2293 field |= TRB_ISP; in cdnsp_queue_isoc_tx()
|
H A D | cdns3-gadget.c | 1024 TRB_STREAM_ID(priv_req->request.stream_id) | TRB_ISP; in cdns3_ep_run_stream_transfer() 1291 control |= TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer() 1295 control |= pcs | TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer() 1304 trb->control |= cpu_to_le32(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 | cdns3-trace.h | 413 __entry->control & TRB_ISP ? "ISP, " : "",
|
H A D | cdnsp-gadget.h | 1018 #define TRB_ISP BIT(2) macro
|
H A D | cdns3-gadget.h | 1054 #define TRB_ISP BIT(2) macro
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-debug.h | 186 flags & TRB_ISP ? 'I' : 'i', in cdns2_decode_trb()
|
H A D | cdns2-gadget.h | 466 #define TRB_ISP BIT(2) macro
|
H A D | cdns2-gadget.c | 565 control |= TRB_IOC | TRB_ISP; in cdns2_ep_tx_isoc() 638 control = TRB_TYPE(TRB_NORMAL) | ring->pcs | TRB_ISP; in cdns2_ep_tx_bulk()
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
H A D | gadget.c | 1019 TRB_STREAM_ID(priv_req->request.stream_id) | TRB_ISP; in cdns3_ep_run_stream_transfer() 1286 control |= TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer() 1290 control |= pcs | TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer() 1299 trb->control |= cpu_to_le32(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 | trace.h | 420 __entry->control & TRB_ISP ? "ISP, " : "",
|
H A D | gadget.h | 1053 #define TRB_ISP BIT(2) macro
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci.h | 1319 #define TRB_ISP (1<<2) macro 2313 field3 & TRB_ISP ? 'I' : 'i', in xhci_decode_trb() 2342 field3 & TRB_ISP ? 'I' : 'i', in xhci_decode_trb()
|
H A D | xhci-ring.c | 3550 field |= TRB_ISP; in xhci_queue_bulk_tx() 3681 field = TRB_ISP | TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx() 3995 field |= TRB_ISP; in xhci_queue_isoc_tx()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci.h | 1320 #define TRB_ISP (1<<2) macro 2345 field3 & TRB_ISP ? 'I' : 'i', in xhci_decode_trb() 2374 field3 & TRB_ISP ? 'I' : 'i', in xhci_decode_trb()
|
H A D | xhci-ring.c | 3700 field |= TRB_ISP; in xhci_queue_bulk_tx() 3831 field = TRB_ISP | TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx() 4145 field |= TRB_ISP; in xhci_queue_isoc_tx()
|
Completed in 53 milliseconds