Searched refs:report_running (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hid/
H A Duhid.c59 bool report_running; member in struct:uhid_device
192 uhid->report_running = true;
197 !uhid->report_running || !READ_ONCE(uhid->running),
199 if (!ret || !READ_ONCE(uhid->running) || uhid->report_running)
206 uhid->report_running = false;
221 if (!uhid->report_running)
225 uhid->report_running = false;

Completed in 120 milliseconds