Home
last modified time | relevance | path

Searched refs:usb_gadget_vbus_disconnect (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/usb/phy/
Dphy-tahvo.c108 usb_gadget_vbus_disconnect(tu->phy.otg->gadget); in check_vbus_state()
165 usb_gadget_vbus_disconnect(tu->phy.otg->gadget); in tahvo_usb_stop_peripheral()
175 usb_gadget_vbus_disconnect(tu->phy.otg->gadget); in tahvo_usb_power_off()
Dphy-gpio-vbus-usb.c145 usb_gadget_vbus_disconnect(gpio_vbus->phy.otg->gadget); in gpio_vbus_work()
200 usb_gadget_vbus_disconnect(otg->gadget); in gpio_vbus_set_peripheral()
Dphy-generic.c131 usb_gadget_vbus_disconnect(otg->gadget); in nop_gpio_vbus_thread()
Dphy-isp1301-omap.c312 return usb_gadget_vbus_disconnect(isp->phy.otg->gadget); in gadget_suspend()
989 usb_gadget_vbus_disconnect(otg->gadget); in isp_update_otg()
1342 usb_gadget_vbus_disconnect(otg->gadget); in isp1301_set_peripheral()
Dphy-mv-usb.c236 usb_gadget_vbus_disconnect(otg->gadget); in mv_otg_start_periphrals()
Dphy-fsl-usb.c622 usb_gadget_vbus_disconnect(otg->gadget); in fsl_otg_set_peripheral()
Dphy-msm-usb.c792 usb_gadget_vbus_disconnect(phy->otg->gadget); in msm_otg_start_peripheral()
/linux-4.4.14/drivers/usb/chipidea/
Dotg.c104 usb_gadget_vbus_disconnect(&ci->gadget); in ci_handle_vbus_change()
Dotg_fsm.c540 usb_gadget_vbus_disconnect(&ci->gadget); in ci_otg_start_gadget()
/linux-4.4.14/include/linux/usb/
Dgadget.h859 static inline int usb_gadget_vbus_disconnect(struct usb_gadget *gadget) in usb_gadget_vbus_disconnect() function