Searched refs:io_started (Results 1 – 2 of 2) sorted by relevance
532 bool io_started; /* Protected by driver_lock. If IO has started */ member831 if (hid->io_started) { in hid_device_io_start()835 hid->io_started = true; in hid_device_io_start()851 if (!hid->io_started) { in hid_device_io_stop()855 hid->io_started = false; in hid_device_io_stop()
2162 hdev->io_started = false; in hid_device_probe()2185 if (!hdev->io_started) in hid_device_probe()2204 hdev->io_started = false; in hid_device_remove()2216 if (!hdev->io_started) in hid_device_remove()