Lines Matching refs:Transport
1 HID I/O Transport Drivers
28 | Transport Driver | | Transport Driver |
46 Transport: USB-HID, I2C-HID, BT-HIDP
49 interest to HID device drivers. Transport drivers do not need to know the
56 transport drivers. Transport drivers use this to find any suitable HID device.
57 They allocate HID device objects and register them with HID core. Transport
62 Transport drivers attach a constant "struct hid_ll_driver" object with each
66 Transport drivers are responsible of detecting device failures and unplugging.
72 1.2) Transport Driver Requirements
87 HID core requires transport drivers to follow a given design. A Transport
185 Transport drivers normally use the following procedure to register a new device
230 Called from HID device drivers once they want to use the device. Transport
236 Called from HID device drivers once they are done with a device. Transport
240 Transport drivers are free to ignore it and deinitialize devices after they
254 Transport drivers can put devices asleep and terminate any I/O of all
259 Called once during device setup after ->start() has been called. Transport
301 Transport drivers are responsible of reading data from I/O devices. They must