Searched refs:ehci_ctrl (Results 1 – 20 of 20) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci-fsl.c | 30 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 D | ehci.h | 235 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 D | ehci-hcd.c | 34 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 D | ehci-faraday.c | 31 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 D | ehci-msm.c | 25 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 D | ehci-aspeed.c | 16 struct ehci_ctrl ehci; 19 static void aspeed_ehci_powerup_fixup(struct ehci_ctrl *ctrl, in aspeed_ehci_powerup_fixup()
|
H A D | ehci-marvell.c | 44 struct ehci_ctrl ehci; 78 static void marvell_ehci_powerup_fixup(struct ehci_ctrl *ctrl, in marvell_ehci_powerup_fixup()
|
H A D | ehci-tegra.c | 70 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 D | ehci-vf.c | 208 struct ehci_ctrl ctrl; 268 static int vf_init_after_reset(struct ehci_ctrl *dev) in vf_init_after_reset()
|
H A D | ehci-zynq.c | 20 struct ehci_ctrl ehcictrl;
|
H A D | ehci-atmel.c | 51 struct ehci_ctrl ehci;
|
H A D | ehci-mx6.c | 389 struct ehci_ctrl ctrl; 396 static int mx6_init_after_reset(struct ehci_ctrl *dev) in mx6_init_after_reset()
|
H A D | ehci-pci.c | 18 struct ehci_ctrl ehci;
|
H A D | ehci-mx5.c | 220 __weak void mx5_ehci_powerup_fixup(struct ehci_ctrl *ctrl, uint32_t *status_reg, in mx5_ehci_powerup_fixup()
|
H A D | ehci-generic.c | 22 struct ehci_ctrl ctrl;
|
H A D | ehci-exynos.c | 39 struct ehci_ctrl ctrl;
|
H A D | usb-uclass.c | 381 int usb_setup_ehci_gadget(struct ehci_ctrl **ctlrp) in usb_setup_ehci_gadget()
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | ci_udc.h | 104 struct ehci_ctrl *ctrl;
|
H A D | ci_udc.c | 107 __weak void ci_init_after_reset(struct ehci_ctrl *ctrl) in ci_init_after_reset()
|
/openbmc/u-boot/include/ |
H A D | usb.h | 895 struct ehci_ctrl; 905 int usb_setup_ehci_gadget(struct ehci_ctrl **ctlrp);
|