Home
last modified time | relevance | path

Searched refs:curr_utmi_phy (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dtegra-xudc.c510 struct phy *curr_utmi_phy; member
704 tegra_phy_xusb_utmi_pad_power_on(xudc->curr_utmi_phy); in tegra_xudc_device_mode_on()
706 err = phy_power_on(xudc->curr_utmi_phy); in tegra_xudc_device_mode_on()
716 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_device_mode_on()
735 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, USB_ROLE_NONE); in tegra_xudc_device_mode_off()
760 tegra_phy_xusb_utmi_pad_power_down(xudc->curr_utmi_phy); in tegra_xudc_device_mode_off()
762 err = phy_power_off(xudc->curr_utmi_phy); in tegra_xudc_device_mode_off()
818 xudc->curr_utmi_phy = xudc->utmi_phy[phy_index]; in tegra_xudc_update_data_role()
854 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_plc_reset_work()
856 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OT in tegra_xudc_plc_reset_work()
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dtegra-xudc.c511 struct phy *curr_utmi_phy; member
705 err = phy_power_on(xudc->curr_utmi_phy); in tegra_xudc_device_mode_on()
715 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_device_mode_on()
734 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, USB_ROLE_NONE); in tegra_xudc_device_mode_off()
759 err = phy_power_off(xudc->curr_utmi_phy); in tegra_xudc_device_mode_off()
820 xudc->curr_utmi_phy = xudc->utmi_phy[phy_index]; in tegra_xudc_vbus_notify()
844 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_plc_reset_work()
846 phy_set_mode_ext(xudc->curr_utmi_phy, PHY_MODE_USB_OTG, in tegra_xudc_plc_reset_work()
876 xudc->curr_utmi_phy); in tegra_xudc_port_reset_war_work()

Completed in 9 milliseconds