Home
last modified time | relevance | path

Searched refs:set_peripheral (Results 1 – 4 of 4) 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/usb/phy/
H A Dphy-generic.c275 nop->phy.otg->set_peripheral = nop_set_peripheral; in usb_phy_gen_create_phy()
/linux/drivers/phy/ti/
H A Dphy-twl4030-usb.c724 otg->set_peripheral = twl4030_set_peripheral; in twl4030_usb_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()