Searched defs:kfifo (Results 1 - 3 of 3) sorted by relevance

/drivers/media/rc/
H A Drc-core-priv.h38 struct kfifo_rec_ptr_1 kfifo; /* fifo for the pulse/space durations */ member in struct:ir_raw_event_ctrl
/drivers/media/platform/coda/
H A Dcoda-bit.c136 struct __kfifo *kfifo = &ctx->bitstream_fifo.kfifo; local
141 kfifo->out = (kfifo->in & ~kfifo->mask) |
143 if (kfifo->out > kfifo->in)
144 kfifo->out -= kfifo->mask + 1;
149 struct __kfifo *kfifo local
161 struct __kfifo *kfifo = &ctx->bitstream_fifo.kfifo; local
[all...]
/drivers/usb/host/
H A Dfhci.h26 #include <linux/kfifo.h>
409 struct kfifo empty_frame_Q; /* Empty frames list to use */
410 struct kfifo conf_frame_Q; /* frames passed to TDs,waiting for tx */
411 struct kfifo dummy_packets_Q;/* dummy packets for the CRC overun */
479 static inline int cq_new(struct kfifo *fifo, int size)
484 static inline void cq_delete(struct kfifo *kfifo) argument
486 kfifo_free(kfifo);
489 static inline unsigned int cq_howmany(struct kfifo *kfifo) argument
494 cq_put(struct kfifo *kfifo, void *p) argument
499 cq_get(struct kfifo *kfifo) argument
[all...]

Completed in 137 milliseconds