Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/extres/phy/
H A Dphy_usb.h80 int phy_usb_set_mode(phy_t phy, int usb_mode);
H A Dphy_usb.c118 int phy_usb_set_mode(phy_t phy, int usb_mode) in phy_usb_set_mode() function
/freebsd-14.2/sys/dev/usb/controller/
H A Dgeneric_ehci_fdt.c150 err = phy_usb_set_mode(phy, PHY_USB_MODE_HOST); in generic_ehci_fdt_attach()
H A Dgeneric_ohci.c193 err = phy_usb_set_mode(phy, PHY_USB_MODE_HOST); in generic_ohci_attach()
H A Dmusb_otg_allwinner.c457 error = phy_usb_set_mode(sc->phy, phy_mode); in awusbdrd_attach()