Home
last modified time | relevance | path

Searched refs:xhci_ctrl (Results 1 – 12 of 12) sorted by relevance

/external/u-boot/drivers/usb/host/
Dxhci.h1213 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 …]
Dxhci-mem.c103 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 …]
Dxhci-ring.c35 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 …]
Dxhci.c112 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 …]
Dxhci-pci.c61 .priv_auto_alloc_size = sizeof(struct xhci_ctrl),
Dxhci-mvebu.c26 struct xhci_ctrl ctrl; /* Needs to come first in this struct! */
Dxhci-zynqmp.c59 struct xhci_ctrl ctrl;
Dxhci-rcar.c38 struct xhci_ctrl ctrl; /* Needs to come first in this struct! */
Dxhci-rockchip.c29 struct xhci_ctrl ctrl;
Dxhci-fsl.c27 struct xhci_ctrl xhci;
Dxhci-exynos5.c47 struct xhci_ctrl ctrl;
Dxhci-dwc3.c247 .priv_auto_alloc_size = sizeof(struct xhci_ctrl),