Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dehci-marvell.c98 .powerup_fixup = NULL,
124 marvell_ehci_ops.powerup_fixup = marvell_ehci_powerup_fixup; in ehci_mvebu_probe()
Dehci-mx5.c227 .powerup_fixup = mx5_ehci_powerup_fixup,
Dehci.h236 void (*powerup_fixup)(struct ehci_ctrl *ctrl, uint32_t *status_reg, member
Dehci-hcd.c843 ctrl->ops.powerup_fixup(ctrl, status_reg, &reg); in ehci_submit_root()
944 .powerup_fixup = ehci_powerup_fixup,
958 if (!ctrl->ops.powerup_fixup) in ehci_setup_ops()
959 ctrl->ops.powerup_fixup = ehci_powerup_fixup; in ehci_setup_ops()
Dehci-tegra.c810 .powerup_fixup = tegra_ehci_powerup_fixup,