Home
last modified time | relevance | path

Searched refs:set_peripheral (Results 1 – 11 of 11) sorted by relevance

/linux/include/linux/usb/
H A Dotg.h31 int (*set_peripheral)(struct usb_otg *otg, member
98 if (otg && otg->set_peripheral) in otg_set_peripheral()
99 return otg->set_peripheral(otg, periph); in otg_set_peripheral()
/linux/drivers/phy/ti/
H A Dphy-dm816x-usb.c213 otg->set_peripheral = dm816x_usb_phy_set_peripheral; in dm816x_usb_phy_probe()
H A Dphy-omap-usb2.c473 otg->set_peripheral = omap_usb_set_peripheral; in omap_usb2_probe()
H A Dphy-twl4030-usb.c724 otg->set_peripheral = twl4030_set_peripheral; in twl4030_usb_probe()
767 * set_host() and/or set_peripheral() ... OTG_capable boards in twl4030_usb_probe()
/linux/drivers/usb/phy/
H A Dphy-gpio-vbus-usb.c258 gpio_vbus->phy.otg->set_peripheral = gpio_vbus_set_peripheral; in gpio_vbus_probe()
H A Dphy-generic.c275 nop->phy.otg->set_peripheral = nop_set_peripheral; in usb_phy_gen_create_phy()
H A Dphy-tahvo.c382 tu->phy.otg->set_peripheral = tahvo_usb_set_peripheral; in tahvo_usb_probe()
H A Dphy-fsl-usb.c811 fsl_otg_tc->phy.otg->set_peripheral = fsl_otg_set_peripheral; in fsl_otg_conf()
H A Dphy-ab8500-usb.c902 otg->set_peripheral = ab8500_usb_set_peripheral; in ab8500_usb_probe()
922 /* all: Disable phy when called from set_host and set_peripheral */ in ab8500_usb_probe()
/linux/drivers/phy/motorola/
H A Dphy-cpcap-usb.c634 otg->set_peripheral = cpcap_usb_phy_set_peripheral; in cpcap_usb_phy_probe()
/linux/drivers/phy/tegra/
H A Dxusb.c712 port->usb_phy.otg->set_peripheral = tegra_xusb_set_peripheral; in tegra_xusb_setup_usb_role_switch()