HomeSort by relevance Sort by last modified time
    Searched refs:powerup_fixup (Results 1 - 5 of 5) sorted by null

  /external/u-boot/drivers/usb/host/
ehci-marvell.c 98 .powerup_fixup = NULL,
124 marvell_ehci_ops.powerup_fixup = marvell_ehci_powerup_fixup;
ehci-mx5.c 227 .powerup_fixup = mx5_ehci_powerup_fixup,
ehci.h 236 void (*powerup_fixup)(struct ehci_ctrl *ctrl, uint32_t *status_reg, member in struct:ehci_ops
ehci-hcd.c 843 ctrl->ops.powerup_fixup(ctrl, status_reg, &reg);
944 .powerup_fixup = ehci_powerup_fixup,
958 if (!ctrl->ops.powerup_fixup)
959 ctrl->ops.powerup_fixup = ehci_powerup_fixup;
    [all...]
ehci-tegra.c 810 .powerup_fixup = tegra_ehci_powerup_fixup,

Completed in 879 milliseconds