Lines Matching refs:O
1 HID I/O Transport Drivers
7 Bluetooth, I2C and user-space I/O drivers.
12 The HID subsystem is designed as a bus. Any I/O subsystem may provide HID
24 | I/O Driver | | I/O Driver |
45 I/O: USB, I2C, Bluetooth-l2cap
55 I/O drivers normally provide hotplug detection or device enumeration APIs to the
88 driver must provide two bi-directional I/O channels to each HID device. These
247 However, once ->open() is called, transport drivers must be ready for I/O.
254 Transport drivers can put devices asleep and terminate any I/O of all
301 Transport drivers are responsible of reading data from I/O devices. They must
302 handle any I/O-related state-tracking themselves. HID core does not implement