Searched refs:kfifo_put (Results 1 – 7 of 7) sorted by relevance
96 kfifo_put(&fh->rawir, in ir_lirc_raw_event()118 if (kfifo_put(&fh->rawir, sample)) in ir_lirc_raw_event()139 if (kfifo_put(&fh->scancodes, *lsc)) in ir_lirc_scancode_event()
82 if (!kfifo_put(&dev->raw->kfifo, *ev)) { in ir_raw_event_store()
131 kfifo_put(&chan->fifo, val); in put_fifo_with_discard()
81 copied = kfifo_put(&ev_int->det_events, ev); in iio_push_event()
388 #define kfifo_put(fifo, val) \ macro
1079 if (kfifo_put(&aer_recover_ring, entry)) in aer_recover_queue()
865 ret = kfifo_put(&le->events, ge); in lineevent_irq_thread()