Home
last modified time | relevance | path

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

/drivers/usb/phy/
Dphy-tegra-usb.c248 phy->pad_clk = devm_clk_get(phy->u_phy.dev, "utmi-pads"); in utmip_pad_open()
616 dev_err(phy->u_phy.dev, "gpio %d not set to 0\n", in ulpi_phy_power_on()
623 dev_err(phy->u_phy.dev, "gpio %d not set to 1\n", in ulpi_phy_power_on()
714 struct tegra_usb_phy *phy = container_of(x, struct tegra_usb_phy, u_phy); in tegra_usb_phy_suspend()
725 phy->clk = devm_clk_get(phy->u_phy.dev, "ulpi-link"); in ulpi_open()
731 err = devm_gpio_request(phy->u_phy.dev, phy->reset_gpio, in ulpi_open()
734 dev_err(phy->u_phy.dev, "request failed for gpio: %d\n", in ulpi_open()
741 dev_err(phy->u_phy.dev, "gpio %d direction not set to output\n", in ulpi_open()
748 dev_err(phy->u_phy.dev, "otg_ulpi_create returned NULL\n"); in ulpi_open()
763 phy->pll_u = devm_clk_get(phy->u_phy.dev, "pll_u"); in tegra_usb_phy_init()
[all …]
/drivers/usb/host/
Dehci-tegra.c417 struct usb_phy *u_phy; in tegra_ehci_probe() local
468 u_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "nvidia,phy", 0); in tegra_ehci_probe()
469 if (IS_ERR(u_phy)) { in tegra_ehci_probe()
473 hcd->usb_phy = u_phy; in tegra_ehci_probe()
496 u_phy->otg = devm_kzalloc(&pdev->dev, sizeof(struct usb_otg), in tegra_ehci_probe()
498 if (!u_phy->otg) { in tegra_ehci_probe()
502 u_phy->otg->host = hcd_to_bus(hcd); in tegra_ehci_probe()
517 otg_set_host(u_phy->otg, &hcd->self); in tegra_ehci_probe()
529 otg_set_host(u_phy->otg, NULL); in tegra_ehci_probe()
/drivers/scsi/isci/
Dinit.c404 struct sci_phy_user_params *u_phy = &u->phys[i]; in isci_user_parameters_get() local
406 u_phy->max_speed_generation = phy_gen; in isci_user_parameters_get()
409 u_phy->align_insertion_frequency = 0x7f; in isci_user_parameters_get()
410 u_phy->in_connection_align_insertion_frequency = 0xff; in isci_user_parameters_get()
411 u_phy->notify_enable_spin_up_insertion_frequency = 0x33; in isci_user_parameters_get()