Lines Matching full:called
68 disconnect function pointers are called when a device that matches the
138 function is called. The :c:type:`usb_device` structure, interface number and
156 function is called with the device pointer. The driver needs to clean
162 that were passed to the USB subsystem will be called from a user program
163 trying to talk to the device. The first function called will be open, as
177 After the open function is called, the read and write functions are
178 called to receive and send data to the device. In the ``skel_write``
212 called when the urb is finished by the USB subsystem. The callback
213 function is called in interrupt context, so caution must be taken not to
250 talk to the device, the release function in the driver is called. In
283 user-space program. When the release function is eventually called, it