Lines Matching refs:interface
15 * interface on a device.
16 * @disconnect: Called when the interface is no longer accessible, usually
39 The ioctl interface (2) should be used only if you have a very good
56 an interface. A driver's bond to an interface is exclusive.
64 Accept or decline an interface. If you accept the device return 0,
69 usb_set_intfdata(), to associate a data structure with an interface, so
71 particular interface. The device will not be suspended and you may do IO
72 to the interface you are called for and endpoint 0 of the device. Device
80 This callback is a signal to break any connection with an interface.
83 with another driver bound the interface, eg. a power management
99 contains the interface passed as an argument. Cease IO, wait for all
121 No callbacks other than probe will be invoked for an interface
124 Probe will never be called for an interface bound to a driver.
126 before there is another probe for the same interface.
128 Once your driver is bound to an interface, disconnect can be