Home
last modified time | relevance | path

Searched defs:u_phy (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/usb/phy/
Dphy-tegra-usb.c208 static inline struct tegra_usb_phy *to_tegra_usb_phy(struct usb_phy *u_phy) in to_tegra_usb_phy()
889 static void tegra_usb_phy_shutdown(struct usb_phy *u_phy) in tegra_usb_phy_shutdown()
907 static int tegra_usb_phy_set_wakeup(struct usb_phy *u_phy, bool enable) in tegra_usb_phy_set_wakeup()
916 static int tegra_usb_phy_set_suspend(struct usb_phy *u_phy, int suspend) in tegra_usb_phy_set_suspend()
929 static int tegra_usb_phy_init(struct usb_phy *u_phy) in tegra_usb_phy_init()
991 void tegra_usb_phy_preresume(struct usb_phy *u_phy) in tegra_usb_phy_preresume()
1000 void tegra_usb_phy_postresume(struct usb_phy *u_phy) in tegra_usb_phy_postresume()
1009 void tegra_ehci_phy_restore_start(struct usb_phy *u_phy, in tegra_ehci_phy_restore_start()
1019 void tegra_ehci_phy_restore_end(struct usb_phy *u_phy) in tegra_ehci_phy_restore_end()
/Linux-v5.15/include/linux/usb/
Dtegra_usb_phy.h77 struct usb_phy u_phy; member
/Linux-v5.15/drivers/scsi/isci/
Dinit.c393 struct sci_phy_user_params *u_phy = &u->phys[i]; in isci_user_parameters_get() local