Lines Matching refs:xhci_ctrl
35 static int last_trb(struct xhci_ctrl *ctrl, struct xhci_ring *ring, in last_trb()
54 static bool last_trb_on_last_seg(struct xhci_ctrl *ctrl, in last_trb_on_last_seg()
88 static void inc_enq(struct xhci_ctrl *ctrl, struct xhci_ring *ring, in inc_enq()
146 static void inc_deq(struct xhci_ctrl *ctrl, struct xhci_ring *ring) in inc_deq()
180 static struct xhci_generic_trb *queue_trb(struct xhci_ctrl *ctrl, in queue_trb()
209 static int prepare_ring(struct xhci_ctrl *ctrl, struct xhci_ring *ep_ring, in prepare_ring()
271 void xhci_queue_command(struct xhci_ctrl *ctrl, u8 *ptr, u32 slot_id, in xhci_queue_command()
362 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in giveback_first_trb()
392 void xhci_acknowledge_event(struct xhci_ctrl *ctrl) in xhci_acknowledge_event()
408 static int event_ready(struct xhci_ctrl *ctrl) in event_ready()
434 union xhci_trb *xhci_wait_for_event(struct xhci_ctrl *ctrl, trb_type expected) in xhci_wait_for_event()
486 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in abort_td()
563 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in xhci_bulk_tx()
757 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in xhci_ctrl_tx()