Searched refs:io_started (Results 1 – 2 of 2) sorted by relevance
652 bool io_started; /* If IO has started */ member1001 if (hid->io_started) { in hid_device_io_start()1005 hid->io_started = true; in hid_device_io_start()1021 if (!hid->io_started) { in hid_device_io_stop()1025 hid->io_started = false; in hid_device_io_stop()
2732 hdev->io_started = false; in hid_device_probe()2738 if (!hdev->io_started) in hid_device_probe()2750 hdev->io_started = false; in hid_device_remove()2766 if (!hdev->io_started) in hid_device_remove()
Completed in 27 milliseconds