Lines Matching refs:xhci_ctrl
36 static int last_trb(struct xhci_ctrl *ctrl, struct xhci_ring *ring, in last_trb()
55 static bool last_trb_on_last_seg(struct xhci_ctrl *ctrl, in last_trb_on_last_seg()
89 static void inc_enq(struct xhci_ctrl *ctrl, struct xhci_ring *ring, in inc_enq()
147 static void inc_deq(struct xhci_ctrl *ctrl, struct xhci_ring *ring) in inc_deq()
181 static struct xhci_generic_trb *queue_trb(struct xhci_ctrl *ctrl, in queue_trb()
210 static int prepare_ring(struct xhci_ctrl *ctrl, struct xhci_ring *ep_ring, in prepare_ring()
272 void xhci_queue_command(struct xhci_ctrl *ctrl, u8 *ptr, u32 slot_id, in xhci_queue_command()
363 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in giveback_first_trb()
393 void xhci_acknowledge_event(struct xhci_ctrl *ctrl) in xhci_acknowledge_event()
409 static int event_ready(struct xhci_ctrl *ctrl) in event_ready()
435 union xhci_trb *xhci_wait_for_event(struct xhci_ctrl *ctrl, trb_type expected) in xhci_wait_for_event()
487 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in abort_td()
564 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in xhci_bulk_tx()
758 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in xhci_ctrl_tx()