Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci.h233 struct ehci_ctrl;
236 void (*set_usb_mode)(struct ehci_ctrl *ctrl);
237 int (*get_port_speed)(struct ehci_ctrl *ctrl, uint32_t reg);
238 void (*powerup_fixup)(struct ehci_ctrl *ctrl, uint32_t *status_reg,
240 uint32_t *(*get_portsc_register)(struct ehci_ctrl *ctrl, int port);
241 int (*init_after_reset)(struct ehci_ctrl *ctrl);
244 struct ehci_ctrl { struct
H A Dehci-hcd.c35 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()
[all …]
H A Dehci-faraday.c32 void faraday_ehci_set_usbmode(struct ehci_ctrl *ctrl) in faraday_ehci_set_usbmode()
37 int faraday_ehci_get_port_speed(struct ehci_ctrl *ctrl, uint32_t reg) in faraday_ehci_get_port_speed()
66 uint32_t *faraday_ehci_get_portsc_register(struct ehci_ctrl *ctrl, int port) in faraday_ehci_get_portsc_register()
H A Dehci-msm.c35 struct ehci_ctrl ctrl; /* Needed by EHCI */
60 static int msm_init_after_reset(struct ehci_ctrl *dev) in msm_init_after_reset()
H A Dehci-marvell.c45 struct ehci_ctrl ehci;
79 static void marvell_ehci_powerup_fixup(struct ehci_ctrl *ctrl, in marvell_ehci_powerup_fixup()
H A Dehci-tegra.c73 struct ehci_ctrl ehci;
208 static void tegra_ehci_powerup_fixup(struct ehci_ctrl *ctrl, in tegra_ehci_powerup_fixup()
227 static void tegra_ehci_set_usbmode(struct ehci_ctrl *ctrl) in tegra_ehci_set_usbmode()
240 static int tegra_ehci_get_port_speed(struct ehci_ctrl *ctrl, uint32_t reg) in tegra_ehci_get_port_speed()
H A Dehci-fsl.c31 struct ehci_ctrl ehci;
74 static int ehci_fsl_init_after_reset(struct ehci_ctrl *ctrl) in ehci_fsl_init_after_reset()
H A Dehci-mx5.c223 __weak void mx5_ehci_powerup_fixup(struct ehci_ctrl *ctrl, uint32_t *status_reg, in mx5_ehci_powerup_fixup()
276 struct ehci_ctrl ctrl;
H A Dehci-vf.c209 struct ehci_ctrl ctrl;
269 static int vf_init_after_reset(struct ehci_ctrl *dev) in vf_init_after_reset()
H A Dehci-zynq.c21 struct ehci_ctrl ehcictrl;
H A Dehci-atmel.c52 struct ehci_ctrl ehci;
H A Dehci-sunxi.c29 struct ehci_ctrl ehci;
H A Dehci-mx6.c418 struct ehci_ctrl ctrl;
425 static int mx6_init_after_reset(struct ehci_ctrl *dev) in mx6_init_after_reset()
H A Dehci-pci.c19 struct ehci_ctrl ehci;
H A Dehci-generic.c23 struct ehci_ctrl ctrl;
H A Dehci-exynos.c40 struct ehci_ctrl ctrl;
H A Dusb-uclass.c381 int usb_setup_ehci_gadget(struct ehci_ctrl **ctlrp) in usb_setup_ehci_gadget()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dci_udc.h104 struct ehci_ctrl *ctrl;
/OK3568_Linux_fs/u-boot/include/
H A Dusb.h896 struct ehci_ctrl;
906 int usb_setup_ehci_gadget(struct ehci_ctrl **ctlrp);