Lines Matching refs:ehci_ctrl

35 static struct ehci_ctrl ehcic[CONFIG_USB_MAX_CONTROLLER_COUNT];
113 static struct ehci_ctrl *ehci_get_ctrl(struct usb_device *udev) in ehci_get_ctrl()
122 static int ehci_get_port_speed(struct ehci_ctrl *ctrl, uint32_t reg) in ehci_get_port_speed()
127 static void ehci_set_usbmode(struct ehci_ctrl *ctrl) in ehci_set_usbmode()
143 static void ehci_powerup_fixup(struct ehci_ctrl *ctrl, uint32_t *status_reg, in ehci_powerup_fixup()
149 static uint32_t *ehci_get_portsc_register(struct ehci_ctrl *ctrl, int port) in ehci_get_portsc_register()
179 static int ehci_reset(struct ehci_ctrl *ctrl) in ehci_reset()
207 static int ehci_shutdown(struct ehci_ctrl *ctrl) in ehci_shutdown()
316 struct ehci_ctrl *ctrl = ehci_get_ctrl(dev); in ehci_submit_async()
663 struct ehci_ctrl *ctrl = ehci_get_ctrl(dev); in ehci_submit_root()
940 static void ehci_setup_ops(struct ehci_ctrl *ctrl, const struct ehci_ops *ops) in ehci_setup_ops()
961 struct ehci_ctrl *ctrl = &ehcic[index]; in ehci_set_controller_priv()
973 static int ehci_common_init(struct ehci_ctrl *ctrl, uint tweaks) in ehci_common_init()
1093 struct ehci_ctrl *ctrl = &ehcic[index]; in usb_lowlevel_init()
1149 struct ehci_ctrl *ctrl = ehci_get_ctrl(dev); in _ehci_submit_control_msg()
1176 enable_periodic(struct ehci_ctrl *ctrl) in enable_periodic()
1197 disable_periodic(struct ehci_ctrl *ctrl) in disable_periodic()
1220 struct ehci_ctrl *ctrl = ehci_get_ctrl(dev); in _ehci_create_int_queue()
1424 struct ehci_ctrl *ctrl = ehci_get_ctrl(dev); in _ehci_destroy_int_queue()
1611 struct ehci_ctrl *ctrl = dev_get_priv(dev); in ehci_register()
1654 struct ehci_ctrl *ctrl = dev_get_priv(dev); in ehci_deregister()