Searched refs:xhci_ctrl (Results 1 – 12 of 12) sorted by relevance
/external/u-boot/drivers/usb/host/ |
D | xhci.h | 1213 struct xhci_ctrl { struct 1238 struct xhci_slot_ctx *xhci_get_slot_ctx(struct xhci_ctrl *ctrl, argument 1240 struct xhci_ep_ctx *xhci_get_ep_ctx(struct xhci_ctrl *ctrl, 1243 void xhci_endpoint_copy(struct xhci_ctrl *ctrl, 1247 void xhci_slot_copy(struct xhci_ctrl *ctrl, 1250 void xhci_setup_addressable_virt_dev(struct xhci_ctrl *ctrl, 1252 void xhci_queue_command(struct xhci_ctrl *ctrl, u8 *ptr, 1254 void xhci_acknowledge_event(struct xhci_ctrl *ctrl); 1255 union xhci_trb *xhci_wait_for_event(struct xhci_ctrl *ctrl, trb_type expected); 1263 void xhci_cleanup(struct xhci_ctrl *ctrl); [all …]
|
D | xhci-mem.c | 103 static void xhci_scratchpad_free(struct xhci_ctrl *ctrl) in xhci_scratchpad_free() 134 static void xhci_free_virt_devices(struct xhci_ctrl *ctrl) in xhci_free_virt_devices() 172 void xhci_cleanup(struct xhci_ctrl *ctrl) in xhci_cleanup() 180 memset(ctrl, '\0', sizeof(struct xhci_ctrl)); in xhci_cleanup() 347 static int xhci_scratchpad_alloc(struct xhci_ctrl *ctrl) in xhci_scratchpad_alloc() 413 *xhci_alloc_container_ctx(struct xhci_ctrl *ctrl, int type) in xhci_alloc_container_ctx() 439 int xhci_alloc_virt_device(struct xhci_ctrl *ctrl, unsigned int slot_id) in xhci_alloc_virt_device() 499 int xhci_mem_init(struct xhci_ctrl *ctrl, struct xhci_hccr *hccr, in xhci_mem_init() 622 struct xhci_slot_ctx *xhci_get_slot_ctx(struct xhci_ctrl *ctrl, in xhci_get_slot_ctx() 640 struct xhci_ep_ctx *xhci_get_ep_ctx(struct xhci_ctrl *ctrl, in xhci_get_ep_ctx() [all …]
|
D | xhci-ring.c | 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() [all …]
|
D | xhci.c | 112 static struct xhci_ctrl xhcic[CONFIG_USB_MAX_CONTROLLER_COUNT]; 115 struct xhci_ctrl *xhci_get_ctrl(struct usb_device *udev) in xhci_get_ctrl() 453 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in xhci_configure_endpoints() 501 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in xhci_set_configuration() 627 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in xhci_address_device() 708 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in _xhci_alloc_device() 762 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in xhci_check_maxpacket() 890 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in xhci_submit_root() 1163 struct xhci_ctrl *ctrl = xhci_get_ctrl(udev); in _xhci_submit_control_msg() 1190 static int xhci_lowlevel_init(struct xhci_ctrl *ctrl) in xhci_lowlevel_init() [all …]
|
D | xhci-pci.c | 61 .priv_auto_alloc_size = sizeof(struct xhci_ctrl),
|
D | xhci-mvebu.c | 26 struct xhci_ctrl ctrl; /* Needs to come first in this struct! */
|
D | xhci-zynqmp.c | 59 struct xhci_ctrl ctrl;
|
D | xhci-rcar.c | 38 struct xhci_ctrl ctrl; /* Needs to come first in this struct! */
|
D | xhci-rockchip.c | 29 struct xhci_ctrl ctrl;
|
D | xhci-fsl.c | 27 struct xhci_ctrl xhci;
|
D | xhci-exynos5.c | 47 struct xhci_ctrl ctrl;
|
D | xhci-dwc3.c | 247 .priv_auto_alloc_size = sizeof(struct xhci_ctrl),
|