Searched refs:u_phy (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/phy/ |
D | phy-tegra-usb.c | 198 static inline struct tegra_usb_phy *to_tegra_usb_phy(struct usb_phy *u_phy) in to_tegra_usb_phy() argument 200 return container_of(u_phy, struct tegra_usb_phy, u_phy); in to_tegra_usb_phy() 250 dev_err(phy->u_phy.dev, in utmip_pad_open() 259 dev_err(phy->u_phy.dev, in utmip_pad_open() 266 dev_err(phy->u_phy.dev, in utmip_pad_open() 275 dev_err(phy->u_phy.dev, in utmip_pad_open() 291 dev_err(phy->u_phy.dev, in utmip_pad_close() 298 dev_err(phy->u_phy.dev, in utmip_pad_close() 357 dev_err(phy->u_phy.dev, "UTMIP pad already powered off\n"); in utmip_pad_power_off() 411 dev_err(phy->u_phy.dev, in utmi_phy_clk_disable() [all …]
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | ehci-tegra.c | 391 struct usb_phy *u_phy; in tegra_ehci_probe() local 444 u_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "nvidia,phy", 0); in tegra_ehci_probe() 445 if (IS_ERR(u_phy)) { in tegra_ehci_probe() 449 hcd->usb_phy = u_phy; in tegra_ehci_probe() 473 u_phy->otg = devm_kzalloc(&pdev->dev, sizeof(struct usb_otg), in tegra_ehci_probe() 475 if (!u_phy->otg) { in tegra_ehci_probe() 479 u_phy->otg->host = hcd_to_bus(hcd); in tegra_ehci_probe() 487 otg_set_host(u_phy->otg, &hcd->self); in tegra_ehci_probe() 499 otg_set_host(u_phy->otg, NULL); in tegra_ehci_probe()
|
/kernel/linux/linux-5.10/drivers/scsi/isci/ |
D | init.c | 393 struct sci_phy_user_params *u_phy = &u->phys[i]; in isci_user_parameters_get() local 395 u_phy->max_speed_generation = phy_gen; in isci_user_parameters_get() 398 u_phy->align_insertion_frequency = 0x7f; in isci_user_parameters_get() 399 u_phy->in_connection_align_insertion_frequency = 0xff; in isci_user_parameters_get() 400 u_phy->notify_enable_spin_up_insertion_frequency = 0x33; in isci_user_parameters_get()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
D | tegra_usb_phy.h | 77 struct usb_phy u_phy; member
|