Home
last modified time | relevance | path

Searched refs:TRB_ISP (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/cdns3/
Dgadget.c1019 TRB_STREAM_ID(priv_req->request.stream_id) | TRB_ISP; in cdns3_ep_run_stream_transfer()
1237 control |= TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()
1241 control |= pcs | TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()
1250 trb->control |= TRB_ISP; in cdns3_ep_run_transfer()
1272 trb->control |= cpu_to_le32(TRB_IOC | TRB_ISP); in cdns3_ep_run_transfer()
Dtrace.h420 __entry->control & TRB_ISP ? "ISP, " : "",
Dgadget.h1050 #define TRB_ISP BIT(2) macro
/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci.h1319 #define TRB_ISP (1<<2) macro
2308 field3 & TRB_ISP ? 'I' : 'i', in xhci_decode_trb()
2337 field3 & TRB_ISP ? 'I' : 'i', in xhci_decode_trb()
Dxhci-ring.c3504 field |= TRB_ISP; in xhci_queue_bulk_tx()
3632 field = TRB_ISP | TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx()
3945 field |= TRB_ISP; in xhci_queue_isoc_tx()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0034_linux_drivers_usb_vfio_wdt_tty_uio.patch6082 + field = TRB_ISP | TRB_TYPE(TRB_DATA);