Searched refs:ehci_ctrl (Results 1 – 19 of 19) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ehci.h | 233 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 D | ehci-hcd.c | 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() [all …]
|
| H A D | ehci-faraday.c | 32 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 D | ehci-msm.c | 35 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 D | ehci-marvell.c | 45 struct ehci_ctrl ehci; 79 static void marvell_ehci_powerup_fixup(struct ehci_ctrl *ctrl, in marvell_ehci_powerup_fixup()
|
| H A D | ehci-tegra.c | 73 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 D | ehci-fsl.c | 31 struct ehci_ctrl ehci; 74 static int ehci_fsl_init_after_reset(struct ehci_ctrl *ctrl) in ehci_fsl_init_after_reset()
|
| H A D | ehci-mx5.c | 223 __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 D | ehci-vf.c | 209 struct ehci_ctrl ctrl; 269 static int vf_init_after_reset(struct ehci_ctrl *dev) in vf_init_after_reset()
|
| H A D | ehci-zynq.c | 21 struct ehci_ctrl ehcictrl;
|
| H A D | ehci-atmel.c | 52 struct ehci_ctrl ehci;
|
| H A D | ehci-sunxi.c | 29 struct ehci_ctrl ehci;
|
| H A D | ehci-mx6.c | 418 struct ehci_ctrl ctrl; 425 static int mx6_init_after_reset(struct ehci_ctrl *dev) in mx6_init_after_reset()
|
| H A D | ehci-pci.c | 19 struct ehci_ctrl ehci;
|
| H A D | ehci-generic.c | 23 struct ehci_ctrl ctrl;
|
| H A D | ehci-exynos.c | 40 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()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | ci_udc.h | 104 struct ehci_ctrl *ctrl;
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | usb.h | 896 struct ehci_ctrl; 906 int usb_setup_ehci_gadget(struct ehci_ctrl **ctlrp);
|