Searched refs:io_started (Results 1 – 2 of 2) sorted by relevance
600 bool io_started; /* If IO has started */ member941 if (hid->io_started) { in hid_device_io_start()945 hid->io_started = true; in hid_device_io_start()961 if (!hid->io_started) { in hid_device_io_stop()965 hid->io_started = false; in hid_device_io_stop()
2255 hdev->io_started = false; in hid_device_probe()2299 if (!hdev->io_started) in hid_device_probe()2311 hdev->io_started = false; in hid_device_remove()2323 if (!hdev->io_started) in hid_device_remove()
Completed in 21 milliseconds