Searched refs:ehci_ctrl (Results 1 – 20 of 20) sorted by relevance
236 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
28 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() local110 ehci_ctrl->has_fsl_erratum_a005275 = has_erratum_a005275(); in ehci_fsl_probe()
178 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 …]
25 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()
46 struct ehci_ctrl ehci;103 static void marvell_ehci_powerup_fixup(struct ehci_ctrl *ctrl, in marvell_ehci_powerup_fixup()
227 __weak void mx5_ehci_powerup_fixup(struct ehci_ctrl *ctrl, uint32_t *status_reg, in mx5_ehci_powerup_fixup()234 struct ehci_ctrl ctrl;
19 struct ehci_ctrl ehcictrl;
210 struct ehci_ctrl ctrl;270 static int vf_init_after_reset(struct ehci_ctrl *dev) in vf_init_after_reset()
52 struct ehci_ctrl ehci;
78 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()
15 struct ehci_ctrl ctrl;
24 struct ehci_ctrl ctrl;
19 struct ehci_ctrl ehci;
41 struct ehci_ctrl ctrl;
427 struct ehci_ctrl ctrl;460 static int mx6_init_after_reset(struct ehci_ctrl *dev) in mx6_init_after_reset()
115 struct ehci_ctrl ctrl;
132 struct ehci_ctrl ctrl;
481 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()
104 struct ehci_ctrl *ctrl;
110 __weak void ci_init_after_reset(struct ehci_ctrl *ctrl) in ci_init_after_reset()
Completed in 48 milliseconds