Searched refs:io_started (Results 1 – 2 of 2) sorted by relevance
532 bool io_started; /* Protected by driver_lock. If IO has started */ member829 if (hid->io_started) { in hid_device_io_start()833 hid->io_started = true; in hid_device_io_start()849 if (!hid->io_started) { in hid_device_io_stop()853 hid->io_started = false; in hid_device_io_stop()
2119 hdev->io_started = false; in hid_device_probe()2142 if (!hdev->io_started) in hid_device_probe()2161 hdev->io_started = false; in hid_device_remove()2173 if (!hdev->io_started) in hid_device_remove()