Searched refs:kfifo_is_empty (Results 1 – 11 of 11) sorted by relevance
334 if (!kfifo_is_empty(&dev->pio_fifo)) { in r592_write_fifo_pio()349 WARN_ON(!kfifo_is_empty(&dev->pio_fifo)); in r592_write_fifo_pio()369 if (kfifo_is_empty(&dev->pio_fifo)) in r592_flush_fifo_write()387 if (!kfifo_is_empty(&dev->pio_fifo)) { in r592_read_fifo_pio()393 if (!kfifo_is_empty(&dev->pio_fifo)) in r592_read_fifo_pio()
91 if (!kfifo_is_empty(&ev_int->det_events)) in iio_event_poll()114 if (kfifo_is_empty(&ev_int->det_events)) { in iio_event_chrdev_read()119 !kfifo_is_empty(&ev_int->det_events) || in iio_event_chrdev_read()
104 while (!kfifo_is_empty(&test)) { in testfunc()
256 #define kfifo_is_empty(fifo) \ macro436 __ret = !kfifo_is_empty(__tmp); \475 __ret = !kfifo_is_empty(__tmp); \
661 if (kfifo_is_empty(&sensor_inst->data_fifo)) { in hid_sensor_custom_read()666 !kfifo_is_empty(&sensor_inst->data_fifo)); in hid_sensor_custom_read()716 if (!kfifo_is_empty(&sensor_inst->data_fifo)) in hid_sensor_custom_poll()
476 if (!kfifo_is_empty(&djrcv_dev->notif_fifo)) { in delayedwork_callback()
1123 if (kfifo_is_empty(&radio->core->rds_fifo)) { in si476x_radio_fops_read()1128 (!kfifo_is_empty(&radio->core->rds_fifo) || in si476x_radio_fops_read()1166 if (!kfifo_is_empty(&radio->core->rds_fifo)) in si476x_radio_fops_poll()
564 if (!kfifo_is_empty(&ctl->response_fifo)) in tb_ctl_stop()
278 !kfifo_is_empty(&rt2x00dev->txstatus_fifo)) in rt2x00usb_interrupt_txdone()
664 while (!kfifo_is_empty(&rt2x00dev->txstatus_fifo) || in rt2800usb_work_txdone()
509 is_fifo_empty = kfifo_is_empty(&ifx_dev->tx_fifo); in ifx_spi_write()