Lines Matching refs:usb_xhci_s

234 struct usb_xhci_s {  struct
334 struct usb_xhci_s *xhci = container_of(hub->cntl, struct usb_xhci_s, usb); in xhci_hub_detect()
343 struct usb_xhci_s *xhci = container_of(hub->cntl, struct usb_xhci_s, usb); in xhci_hub_reset()
387 struct usb_xhci_s *xhci = container_of(hub->cntl, struct usb_xhci_s, usb); in xhci_hub_portmap()
416 xhci_check_ports(struct usb_xhci_s *xhci) in xhci_check_ports()
436 xhci_free_pipes(struct usb_xhci_s *xhci) in xhci_free_pipes()
444 struct usb_xhci_s *xhci = data; in configure_xhci()
544 struct usb_xhci_s *xhci = malloc_high(sizeof(*xhci)); in xhci_controller_setup()
645 static void xhci_doorbell(struct usb_xhci_s *xhci, u32 slotid, u32 value) in xhci_doorbell()
654 static void xhci_process_events(struct usb_xhci_s *xhci) in xhci_process_events()
727 static int xhci_event_wait(struct usb_xhci_s *xhci, in xhci_event_wait()
780 static int xhci_cmd_submit(struct usb_xhci_s *xhci, struct xhci_inctx *inctx in xhci_cmd_submit()
802 static int xhci_cmd_enable_slot(struct usb_xhci_s *xhci) in xhci_cmd_enable_slot()
811 static int xhci_cmd_disable_slot(struct usb_xhci_s *xhci, u32 slotid) in xhci_cmd_disable_slot()
817 static int xhci_cmd_address_device(struct usb_xhci_s *xhci, u32 slotid in xhci_cmd_address_device()
825 static int xhci_cmd_configure_endpoint(struct usb_xhci_s *xhci, u32 slotid in xhci_cmd_configure_endpoint()
834 static int xhci_cmd_evaluate_context(struct usb_xhci_s *xhci, u32 slotid in xhci_cmd_evaluate_context()
846 struct usb_xhci_s *xhci = container_of( in xhci_alloc_inctx()
847 usbdev->hub->cntl, struct usb_xhci_s, usb); in xhci_alloc_inctx()
890 struct usb_xhci_s *xhci = container_of( in xhci_config_hub()
891 hub->cntl, struct usb_xhci_s, usb); in xhci_config_hub()
920 struct usb_xhci_s *xhci = container_of( in xhci_alloc_pipe()
921 usbdev->hub->cntl, struct usb_xhci_s, usb); in xhci_alloc_pipe()
1049 struct usb_xhci_s *xhci = container_of( in xhci_realloc_pipe()
1050 pipe->pipe.cntl, struct usb_xhci_s, usb); in xhci_realloc_pipe()
1079 struct usb_xhci_s *xhci = container_of( in xhci_xfer_setup()
1080 pipe->pipe.cntl, struct usb_xhci_s, usb); in xhci_xfer_setup()
1096 struct usb_xhci_s *xhci = container_of( in xhci_xfer_normal()
1097 pipe->pipe.cntl, struct usb_xhci_s, usb); in xhci_xfer_normal()
1109 struct usb_xhci_s *xhci = container_of( in xhci_send_pipe()
1110 pipe->pipe.cntl, struct usb_xhci_s, usb); in xhci_send_pipe()
1138 struct usb_xhci_s *xhci = container_of( in xhci_poll_intr()
1139 pipe->pipe.cntl, struct usb_xhci_s, usb); in xhci_poll_intr()