Home
last modified time | relevance | path

Searched refs:usbphy (Results 1 – 4 of 4) sorted by relevance

/drivers/phy/sunplus/
A Dphy-sunplus-usb2.c130 ret = update_disc_vol(usbphy); in sp_uphy_init()
240 struct sp_usbphy *usbphy; in sp_usb_phy_probe() local
245 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 …]
/drivers/usb/host/
A Dxhci-tegra.c298 struct usb_phy **usbphy; member
1411 return (tegra->usbphy[index] != NULL); in is_usb2_otg_phy()
1455 struct usb_phy *usbphy) in tegra_xusb_get_usb2_port() argument
1460 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() local
1497 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 …]
/drivers/usb/gadget/udc/
A Dtegra-xudc.c516 struct usb_phy **usbphy; member
785 struct usb_phy *usbphy) in tegra_xudc_get_phy_index() argument
790 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() argument
820 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 …]
/drivers/reset/
A DMakefile34 obj-$(CONFIG_RESET_RZG2L_USBPHY_CTRL) += reset-rzg2l-usbphy-ctrl.o

Completed in 24 milliseconds