Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c2305 u32 trb_type; in process_ctrl_td() local
2327 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()
2333 switch (trb_type) { in process_ctrl_td()
2346 trb_type); in process_ctrl_td()
2360 if (trb_type == TRB_DATA || trb_type == TRB_NORMAL) in process_ctrl_td()
2368 if (trb_type == TRB_SETUP) in process_ctrl_td()
2375 if (trb_type == TRB_DATA || in process_ctrl_td()
2376 trb_type == TRB_NORMAL) { in process_ctrl_td()
3014 u32 trb_type; in xhci_handle_event() local
3039 switch (trb_type) { in xhci_handle_event()
[all …]
H A Dxhci.h2169 u32 trb_type, u32 slot_id);
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h977 } trb_type; typedef
1253 u32 slot_id, u32 ep_index, trb_type cmd);
1255 union xhci_trb *xhci_wait_for_event(struct xhci_ctrl *ctrl, trb_type expected);
H A Dxhci-ring.c272 u32 ep_index, trb_type cmd) in xhci_queue_command()
434 union xhci_trb *xhci_wait_for_event(struct xhci_ctrl *ctrl, trb_type expected) in xhci_wait_for_event()
436 trb_type type; in xhci_wait_for_event()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c1001 u32 trb_type; in cdnsp_process_ctrl_td() local
1003 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(event_trb->generic.field[3])); in cdnsp_process_ctrl_td()
1012 if (trb_type == TRB_DATA) { in cdnsp_process_ctrl_td()
2413 void cdnsp_queue_slot_control(struct cdnsp_device *pdev, u32 trb_type) in cdnsp_queue_slot_control() argument
2415 cdnsp_queue_command(pdev, 0, 0, 0, TRB_TYPE(trb_type) | in cdnsp_queue_slot_control()
H A Dcdnsp-gadget.h1530 void cdnsp_queue_slot_control(struct cdnsp_device *pdev, u32 trb_type);