Home
last modified time | relevance | path

Searched refs:io_started (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dhid.h655 bool io_started; /* If IO has started */ member
1002 if (hid->io_started) { in hid_device_io_start()
1006 hid->io_started = true; in hid_device_io_start()
1022 if (!hid->io_started) { in hid_device_io_stop()
1026 hid->io_started = false; in hid_device_io_stop()
/openbmc/linux/drivers/hid/
H A Dhid-core.c2668 hdev->io_started = false; in hid_device_probe()
2674 if (!hdev->io_started) in hid_device_probe()
2686 hdev->io_started = false; in hid_device_remove()
2702 if (!hdev->io_started) in hid_device_remove()