Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dehci-marvell.c98 .powerup_fixup = NULL,
124 marvell_ehci_ops.powerup_fixup = marvell_ehci_powerup_fixup; in ehci_mvebu_probe()
H A Dehci-aspeed.c32 .powerup_fixup = aspeed_ehci_powerup_fixup,
H A Dehci-mx5.c227 .powerup_fixup = mx5_ehci_powerup_fixup,
H A Dehci.h240 void (*powerup_fixup)(struct ehci_ctrl *ctrl, uint32_t *status_reg, member
H A Dehci-hcd.c853 ctrl->ops.powerup_fixup(ctrl, status_reg, &reg); in ehci_submit_root()
954 .powerup_fixup = ehci_powerup_fixup,
968 if (!ctrl->ops.powerup_fixup) in ehci_setup_ops()
969 ctrl->ops.powerup_fixup = ehci_powerup_fixup; in ehci_setup_ops()
H A Dehci-tegra.c810 .powerup_fixup = tegra_ehci_powerup_fixup,