Home
last modified time | relevance | path

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

/drivers/usb/host/
A Dehci.h236 struct ehci_ctrl;
239 void (*set_usb_mode)(struct ehci_ctrl *ctrl);
240 int (*get_port_speed)(struct ehci_ctrl *ctrl, uint32_t reg);
241 void (*powerup_fixup)(struct ehci_ctrl *ctrl, uint32_t *status_reg,
243 uint32_t *(*get_portsc_register)(struct ehci_ctrl *ctrl, int port);
244 int (*init_after_reset)(struct ehci_ctrl *ctrl);
247 struct ehci_ctrl { struct
A Dehci-fsl.c28 struct ehci_ctrl ehci;
64 static int ehci_fsl_init_after_reset(struct ehci_ctrl *ctrl) in ehci_fsl_init_after_reset()
91 struct ehci_ctrl *ehci_ctrl = &priv->ehci; in ehci_fsl_probe() local
110 ehci_ctrl->has_fsl_erratum_a005275 = has_erratum_a005275(); in ehci_fsl_probe()
A Dehci-hcd.c178 static int ehci_reset(struct ehci_ctrl *ctrl) in ehci_reset()
206 static int ehci_shutdown(struct ehci_ctrl *ctrl) in ehci_shutdown()
381 struct ehci_ctrl *ctrl = ehci_get_ctrl(dev); in ehci_submit_async()
731 struct ehci_ctrl *ctrl = ehci_get_ctrl(dev); in ehci_submit_root()
1033 struct ehci_ctrl *ctrl = &ehcic[index]; in ehci_set_controller_priv()
1163 struct ehci_ctrl *ctrl = &ehcic[index]; in usb_lowlevel_init()
1243 enable_periodic(struct ehci_ctrl *ctrl) in enable_periodic()
1264 disable_periodic(struct ehci_ctrl *ctrl) in disable_periodic()
1689 struct ehci_ctrl *ctrl = dev_get_priv(dev); in ehci_lock_async()
1699 struct ehci_ctrl *ctrl = dev_get_priv(dev); in ehci_register()
[all …]
A Dehci-msm.c25 struct ehci_ctrl ctrl; /* Needed by EHCI */
33 static int msm_init_after_reset(struct ehci_ctrl *dev) in msm_init_after_reset()
177 void ci_init_after_reset(struct ehci_ctrl *ctrl) in ci_init_after_reset()
A Dehci-marvell.c46 struct ehci_ctrl ehci;
103 static void marvell_ehci_powerup_fixup(struct ehci_ctrl *ctrl, in marvell_ehci_powerup_fixup()
A Dehci-mx5.c227 __weak void mx5_ehci_powerup_fixup(struct ehci_ctrl *ctrl, uint32_t *status_reg, in mx5_ehci_powerup_fixup()
234 struct ehci_ctrl ctrl;
A Dehci-zynq.c19 struct ehci_ctrl ehcictrl;
A Dehci-vf.c210 struct ehci_ctrl ctrl;
270 static int vf_init_after_reset(struct ehci_ctrl *dev) in vf_init_after_reset()
A Dehci-atmel.c52 struct ehci_ctrl ehci;
A Dehci-tegra.c78 struct ehci_ctrl ehci;
233 static void tegra_ehci_powerup_fixup(struct ehci_ctrl *ctrl, in tegra_ehci_powerup_fixup()
252 static void tegra_ehci_set_usbmode(struct ehci_ctrl *ctrl) in tegra_ehci_set_usbmode()
265 static int tegra_ehci_get_port_speed(struct ehci_ctrl *ctrl, uint32_t reg) in tegra_ehci_get_port_speed()
A Dehci-npcm.c15 struct ehci_ctrl ctrl;
A Dehci-generic.c24 struct ehci_ctrl ctrl;
A Dehci-pci.c19 struct ehci_ctrl ehci;
A Dehci-exynos.c41 struct ehci_ctrl ctrl;
A Dehci-mx6.c427 struct ehci_ctrl ctrl;
460 static int mx6_init_after_reset(struct ehci_ctrl *dev) in mx6_init_after_reset()
A Dehci-mxs.c115 struct ehci_ctrl ctrl;
A Dehci-omap.c132 struct ehci_ctrl ctrl;
A Dusb-uclass.c481 int usb_setup_ehci_gadget(struct ehci_ctrl **ctlrp) in usb_setup_ehci_gadget()
505 int usb_remove_ehci_gadget(struct ehci_ctrl **ctlrp) in usb_remove_ehci_gadget()
/drivers/usb/gadget/
A Dci_udc.h104 struct ehci_ctrl *ctrl;
A Dci_udc.c110 __weak void ci_init_after_reset(struct ehci_ctrl *ctrl) in ci_init_after_reset()

Completed in 48 milliseconds