Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Df_hid.c364 #define READ_COND_SSREPORT (hidg->set_report_buf != NULL) macro
378 while (!READ_COND_SSREPORT) { in f_hidg_ssreport_read()
383 if (wait_event_interruptible(hidg->read_queue, READ_COND_SSREPORT)) in f_hidg_ssreport_read()
542 if (READ_COND_SSREPORT) in f_hidg_poll()
550 #undef READ_COND_SSREPORT