Lines Matching refs:via
63 device. Once a device is registered with HID core, the callbacks provided via
84 required on asynchronous channels, a transport-driver must implement that via
100 not send via intr, except if high throughput is required.
107 Outgoing reports are usually sent on the ctrl channel via synchronous
110 Communication between devices and HID core is mostly done via HID reports. A
241 destroyed them via hid_destroy_device().
261 about it via hid_parse_report().
273 report following the HID specs and send it via the ->raw_request() callback.
290 Send raw output report via intr channel. Used by some HID device drivers
306 Every raw data packet read from a device must be fed into HID core via
309 provided via this API.
311 Responses to GET_REPORT requests via ->request() must also be provided via this