Home
last modified time | relevance | path

Searched refs:powerup_fixup (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-marvell.c99 .powerup_fixup = NULL,
125 marvell_ehci_ops.powerup_fixup = marvell_ehci_powerup_fixup; in ehci_mvebu_probe()
H A Dehci-mx5.c231 .powerup_fixup = mx5_ehci_powerup_fixup,
284 .powerup_fixup = mx5_ehci_powerup_fixup,
H A Dehci.h238 void (*powerup_fixup)(struct ehci_ctrl *ctrl, uint32_t *status_reg, member
H A Dehci-hcd.c835 ctrl->ops.powerup_fixup(ctrl, status_reg, &reg); in ehci_submit_root()
936 .powerup_fixup = ehci_powerup_fixup,
950 if (!ctrl->ops.powerup_fixup) in ehci_setup_ops()
951 ctrl->ops.powerup_fixup = ehci_powerup_fixup; in ehci_setup_ops()
H A Dehci-tegra.c813 .powerup_fixup = tegra_ehci_powerup_fixup,