Home
last modified time | relevance | path

Searched refs:ehci_ctrl (Results 1 – 20 of 20) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dehci-fsl.c30 struct ehci_ctrl ehci;
73 static int ehci_fsl_init_after_reset(struct ehci_ctrl *ctrl) in ehci_fsl_init_after_reset()
96 struct ehci_ctrl *ehci_ctrl = &priv->ehci; in ehci_fsl_probe() local
111 ehci_ctrl->has_fsl_erratum_a005275 = has_erratum_a005275(); in ehci_fsl_probe()
151 struct ehci_ctrl *ehci_ctrl = container_of(hccr, in ehci_hcd_init() local
152 struct ehci_ctrl, hccr); in ehci_hcd_init()
171 ehci_ctrl->has_fsl_erratum_a005275 = has_erratum_a005275(); in ehci_hcd_init()
H A Dehci.h235 struct ehci_ctrl;
238 void (*set_usb_mode)(struct ehci_ctrl *ctrl);
239 int (*get_port_speed)(struct ehci_ctrl *ctrl, uint32_t reg);
240 void (*powerup_fixup)(struct ehci_ctrl *ctrl, uint32_t *status_reg,
242 uint32_t *(*get_portsc_register)(struct ehci_ctrl *ctrl, int port);
243 int (*init_after_reset)(struct ehci_ctrl *ctrl);
246 struct ehci_ctrl { struct
H A Dehci-hcd.c34 static struct ehci_ctrl ehcic[CONFIG_USB_MAX_CONTROLLER_COUNT];
112 static struct ehci_ctrl *ehci_get_ctrl(struct usb_device *udev) in ehci_get_ctrl()
121 static int ehci_get_port_speed(struct ehci_ctrl *ctrl, uint32_t reg) in ehci_get_port_speed()
126 static void ehci_set_usbmode(struct ehci_ctrl *ctrl) in ehci_set_usbmode()
142 static void ehci_powerup_fixup(struct ehci_ctrl *ctrl, uint32_t *status_reg, in ehci_powerup_fixup()
148 static uint32_t *ehci_get_portsc_register(struct ehci_ctrl *ctrl, int port) in ehci_get_portsc_register()
178 static int ehci_reset(struct ehci_ctrl *ctrl) in ehci_reset()
206 static int ehci_shutdown(struct ehci_ctrl *ctrl) in ehci_shutdown()
315 struct ehci_ctrl *ctrl = ehci_get_ctrl(dev); in ehci_submit_async()
677 struct ehci_ctrl *ctrl = ehci_get_ctrl(dev); in ehci_submit_root()
[all …]
H A Dehci-faraday.c31 void faraday_ehci_set_usbmode(struct ehci_ctrl *ctrl) in faraday_ehci_set_usbmode()
36 int faraday_ehci_get_port_speed(struct ehci_ctrl *ctrl, uint32_t reg) in faraday_ehci_get_port_speed()
65 uint32_t *faraday_ehci_get_portsc_register(struct ehci_ctrl *ctrl, int port) in faraday_ehci_get_portsc_register()
H A Dehci-msm.c25 struct ehci_ctrl ctrl; /* Needed by EHCI */
31 static int msm_init_after_reset(struct ehci_ctrl *dev) in msm_init_after_reset()
128 void ci_init_after_reset(struct ehci_ctrl *ctrl) in ci_init_after_reset()
H A Dehci-aspeed.c16 struct ehci_ctrl ehci;
19 static void aspeed_ehci_powerup_fixup(struct ehci_ctrl *ctrl, in aspeed_ehci_powerup_fixup()
H A Dehci-marvell.c44 struct ehci_ctrl ehci;
78 static void marvell_ehci_powerup_fixup(struct ehci_ctrl *ctrl, in marvell_ehci_powerup_fixup()
H A Dehci-tegra.c70 struct ehci_ctrl ehci;
205 static void tegra_ehci_powerup_fixup(struct ehci_ctrl *ctrl, in tegra_ehci_powerup_fixup()
224 static void tegra_ehci_set_usbmode(struct ehci_ctrl *ctrl) in tegra_ehci_set_usbmode()
237 static int tegra_ehci_get_port_speed(struct ehci_ctrl *ctrl, uint32_t reg) in tegra_ehci_get_port_speed()
H A Dehci-vf.c208 struct ehci_ctrl ctrl;
268 static int vf_init_after_reset(struct ehci_ctrl *dev) in vf_init_after_reset()
H A Dehci-zynq.c20 struct ehci_ctrl ehcictrl;
H A Dehci-atmel.c51 struct ehci_ctrl ehci;
H A Dehci-mx6.c389 struct ehci_ctrl ctrl;
396 static int mx6_init_after_reset(struct ehci_ctrl *dev) in mx6_init_after_reset()
H A Dehci-pci.c18 struct ehci_ctrl ehci;
H A Dehci-mx5.c220 __weak void mx5_ehci_powerup_fixup(struct ehci_ctrl *ctrl, uint32_t *status_reg, in mx5_ehci_powerup_fixup()
H A Dehci-generic.c22 struct ehci_ctrl ctrl;
H A Dehci-exynos.c39 struct ehci_ctrl ctrl;
H A Dusb-uclass.c381 int usb_setup_ehci_gadget(struct ehci_ctrl **ctlrp) in usb_setup_ehci_gadget()
/openbmc/u-boot/drivers/usb/gadget/
H A Dci_udc.h104 struct ehci_ctrl *ctrl;
H A Dci_udc.c107 __weak void ci_init_after_reset(struct ehci_ctrl *ctrl) in ci_init_after_reset()
/openbmc/u-boot/include/
H A Dusb.h895 struct ehci_ctrl;
905 int usb_setup_ehci_gadget(struct ehci_ctrl **ctlrp);