Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/mon/
H A Dmon_bin.c210 #define MON_RING_EMPTY(rp) ((rp)->b_cnt == 0) macro
881 if (MON_RING_EMPTY(rp)) in mon_bin_flush()
999 if (!MON_RING_EMPTY(rp)) { in mon_bin_ioctl()
1212 if (!MON_RING_EMPTY(rp)) in mon_bin_poll()
1306 while (MON_RING_EMPTY(rp)) { in mon_bin_wait_event()