Lines Matching full:interface
19 interface on a device.
22 Called when the interface is no longer accessible, usually
54 The ioctl interface (2) should be used only if you have a very good
71 an interface. A driver's bond to an interface is exclusive.
81 Accept or decline an interface. If you accept the device return 0,
86 usb_set_intfdata(), to associate a data structure with an interface, so
88 particular interface. The device will not be suspended and you may do IO
89 to the interface you are called for and endpoint 0 of the device. Device
99 This callback is a signal to break any connection with an interface.
102 with another driver bound to the interface, eg. a power management
122 contains the interface passed as an argument. Cease IO, wait for all
146 No callbacks other than probe will be invoked for an interface
149 Probe will never be called for an interface bound to a driver.
151 before there is another probe for the same interface.
153 Once your driver is bound to an interface, disconnect can be