Query: usb_gadget_vbus_disconnect
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USB_GADGET_VBUS_DISC(9) Kernel Mode Gadget API USB_GADGET_VBUS_DISC(9)NAMEusb_gadget_vbus_disconnect - notify controller about VBUS session endSYNOPSISint usb_gadget_vbus_disconnect(struct usb_gadget * gadget);ARGUMENTSgadget the device whose VBUS supply is being describedCONTEXTcan sleepDESCRIPTIONThis call is used by a driver for an external transceiver (or GPIO) that detects a VBUS power session ending. Common responses include reversing everything done in usb_gadget_vbus_connect. Returns zero on success, else negative errno.AUTHORDavid Brownell <dbrownell@users.sourceforge.net> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 USB_GADGET_VBUS_DISC(9)