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

/linux-4.4.14/drivers/usb/phy/
H A Dphy-tegra-usb.c248 phy->pad_clk = devm_clk_get(phy->u_phy.dev, "utmi-pads"); utmip_pad_open()
616 dev_err(phy->u_phy.dev, "gpio %d not set to 0\n", ulpi_phy_power_on()
623 dev_err(phy->u_phy.dev, "gpio %d not set to 1\n", ulpi_phy_power_on()
714 struct tegra_usb_phy *phy = container_of(x, struct tegra_usb_phy, u_phy); tegra_usb_phy_suspend()
725 phy->clk = devm_clk_get(phy->u_phy.dev, "ulpi-link"); ulpi_open()
731 err = devm_gpio_request(phy->u_phy.dev, phy->reset_gpio, ulpi_open()
734 dev_err(phy->u_phy.dev, "request failed for gpio: %d\n", ulpi_open()
741 dev_err(phy->u_phy.dev, "gpio %d direction not set to output\n", ulpi_open()
748 dev_err(phy->u_phy.dev, "otg_ulpi_create returned NULL\n"); ulpi_open()
763 phy->pll_u = devm_clk_get(phy->u_phy.dev, "pll_u"); tegra_usb_phy_init()
789 dev_err(phy->u_phy.dev, tegra_usb_phy_init()
812 struct tegra_usb_phy *phy = container_of(x, struct tegra_usb_phy, u_phy); tegra_usb_phy_preresume()
821 struct tegra_usb_phy *phy = container_of(x, struct tegra_usb_phy, u_phy); tegra_usb_phy_postresume()
831 struct tegra_usb_phy *phy = container_of(x, struct tegra_usb_phy, u_phy); tegra_ehci_phy_restore_start()
840 struct tegra_usb_phy *phy = container_of(x, struct tegra_usb_phy, u_phy); tegra_ehci_phy_restore_end()
1051 tegra_phy->u_phy.dev = &pdev->dev; tegra_usb_phy_probe()
1056 tegra_phy->u_phy.set_suspend = tegra_usb_phy_suspend; tegra_usb_phy_probe()
1060 err = usb_add_phy_dev(&tegra_phy->u_phy); tegra_usb_phy_probe()
1073 usb_remove_phy(&tegra_phy->u_phy); tegra_usb_phy_remove()
/linux-4.4.14/drivers/usb/host/
H A Dehci-tegra.c407 struct usb_phy *u_phy; tegra_ehci_probe() local
458 u_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "nvidia,phy", 0); tegra_ehci_probe()
459 if (IS_ERR(u_phy)) { tegra_ehci_probe()
463 hcd->usb_phy = u_phy; tegra_ehci_probe()
486 u_phy->otg = devm_kzalloc(&pdev->dev, sizeof(struct usb_otg), tegra_ehci_probe()
488 if (!u_phy->otg) { tegra_ehci_probe()
492 u_phy->otg->host = hcd_to_bus(hcd); tegra_ehci_probe()
507 otg_set_host(u_phy->otg, &hcd->self); tegra_ehci_probe()
519 otg_set_host(u_phy->otg, NULL); tegra_ehci_probe()
/linux-4.4.14/include/linux/usb/
H A Dtegra_usb_phy.h74 struct usb_phy u_phy; member in struct:tegra_usb_phy
/linux-4.4.14/drivers/scsi/isci/
H A Dinit.c404 struct sci_phy_user_params *u_phy = &u->phys[i]; isci_user_parameters_get() local
406 u_phy->max_speed_generation = phy_gen; isci_user_parameters_get()
409 u_phy->align_insertion_frequency = 0x7f; isci_user_parameters_get()
410 u_phy->in_connection_align_insertion_frequency = 0xff; isci_user_parameters_get()
411 u_phy->notify_enable_spin_up_insertion_frequency = 0x33; isci_user_parameters_get()

Completed in 126 milliseconds