Lines Matching defs:disconnect
188 * (in probe()), bound to a driver, or unbinding (in disconnect())
1136 * @disconnect: Called when the interface is no longer accessible, usually
1171 * endpoints before calling the driver's disconnect method.
1176 * USB interface drivers must provide a name, probe() and disconnect()
1183 * The probe() and disconnect() methods are called in a context where
1186 * and undone at the last close. The disconnect code needs to address
1197 void (*disconnect) (struct usb_interface *intf);
1230 * @disconnect: Called when the device is no longer accessible, usually
1242 * @generic_subclass: if set to 1, the generic USB driver's probe, disconnect,
1254 void (*disconnect) (struct usb_device *udev);