Searched refs:usbphy (Results 1 – 4 of 4) sorted by relevance
130 ret = update_disc_vol(usbphy); in sp_uphy_init()240 struct sp_usbphy *usbphy; in sp_usb_phy_probe() local245 usbphy = devm_kzalloc(&pdev->dev, sizeof(*usbphy), GFP_KERNEL); in sp_usb_phy_probe()246 if (!usbphy) in sp_usb_phy_probe()249 usbphy->dev = &pdev->dev; in sp_usb_phy_probe()252 usbphy->phy_regs = devm_ioremap_resource(&pdev->dev, usbphy->phy_res_mem); in sp_usb_phy_probe()257 if (!usbphy->moon4_res_mem) in sp_usb_phy_probe()260 usbphy->moon4_regs = devm_ioremap(&pdev->dev, usbphy->moon4_res_mem->start, in sp_usb_phy_probe()262 if (!usbphy->moon4_regs) in sp_usb_phy_probe()266 if (IS_ERR(usbphy->phy_clk)) in sp_usb_phy_probe()[all …]
298 struct usb_phy **usbphy; member1411 return (tegra->usbphy[index] != NULL); in is_usb2_otg_phy()1455 struct usb_phy *usbphy) in tegra_xusb_get_usb2_port() argument1460 if (tegra->usbphy[i] && usbphy == tegra->usbphy[i]) in tegra_xusb_get_usb2_port()1472 struct usb_phy *usbphy = (struct usb_phy *)data; in tegra_xhci_id_notify() local1497 sizeof(*tegra->usbphy), GFP_KERNEL); in tegra_xusb_init_usb_phy()1498 if (!tegra->usbphy) in tegra_xusb_init_usb_phy()1515 if (!IS_ERR(tegra->usbphy[i])) { in tegra_xusb_init_usb_phy()1522 tegra->usbphy[i] = NULL; in tegra_xusb_init_usb_phy()1536 if (tegra->usbphy[i]) in tegra_xusb_deinit_usb_phy()[all …]
516 struct usb_phy **usbphy; member785 struct usb_phy *usbphy) in tegra_xudc_get_phy_index() argument790 if (xudc->usbphy[i] && usbphy == xudc->usbphy[i]) in tegra_xudc_get_phy_index()799 struct usb_phy *usbphy) in tegra_xudc_update_data_role() argument820 xudc->curr_usbphy = usbphy; in tegra_xudc_update_data_role()2121 if (xudc->usbphy[i]) in tegra_xudc_gadget_start()2146 if (xudc->usbphy[i]) in tegra_xudc_gadget_stop()3513 if (!xudc->usbphy) in tegra_xudc_phy_get()3534 if (IS_ERR(xudc->usbphy[i])) { in tegra_xudc_phy_get()3578 xudc->usbphy[i] = NULL; in tegra_xudc_phy_get()[all …]
34 obj-$(CONFIG_RESET_RZG2L_USBPHY_CTRL) += reset-rzg2l-usbphy-ctrl.o
Completed in 24 milliseconds