Searched refs:u_phy (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/usb/phy/
H A Dphy-tegra-usb.c216 static inline struct tegra_usb_phy *to_tegra_usb_phy(struct usb_phy *u_phy) argument
218 return container_of(u_phy, struct tegra_usb_phy, u_phy);
268 dev_err(phy->u_phy.dev,
277 dev_err(phy->u_phy.dev,
284 dev_err(phy->u_phy.dev,
293 dev_err(phy->u_phy.dev,
309 dev_err(phy->u_phy.dev,
316 dev_err(phy->u_phy.dev,
380 dev_err(phy->u_phy
899 tegra_usb_phy_shutdown(struct usb_phy *u_phy) argument
935 tegra_usb_phy_set_wakeup(struct usb_phy *u_phy, bool enable) argument
985 tegra_usb_phy_set_suspend(struct usb_phy *u_phy, int suspend) argument
1060 tegra_usb_phy_init(struct usb_phy *u_phy) argument
1126 tegra_usb_phy_preresume(struct usb_phy *u_phy) argument
1135 tegra_usb_phy_postresume(struct usb_phy *u_phy) argument
1144 tegra_ehci_phy_restore_start(struct usb_phy *u_phy, enum tegra_usb_phy_port_speed port_speed) argument
1154 tegra_ehci_phy_restore_end(struct usb_phy *u_phy) argument
[all...]
/linux-master/include/linux/usb/
H A Dtegra_usb_phy.h73 struct usb_phy u_phy; member in struct:tegra_usb_phy
/linux-master/drivers/scsi/isci/
H A Dinit.c378 struct sci_phy_user_params *u_phy = &u->phys[i]; local
380 u_phy->max_speed_generation = phy_gen;
383 u_phy->align_insertion_frequency = 0x7f;
384 u_phy->in_connection_align_insertion_frequency = 0xff;
385 u_phy->notify_enable_spin_up_insertion_frequency = 0x33;

Completed in 276 milliseconds