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

/linux-4.4.14/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
/linux-4.4.14/drivers/media/platform/coda/
H A Dcoda-bit.c148 struct __kfifo *kfifo = &ctx->bitstream_fifo.kfifo; coda_kfifo_sync_from_device() local
161 struct __kfifo *kfifo = &ctx->bitstream_fifo.kfifo; coda_kfifo_sync_to_device_full() local
173 struct __kfifo *kfifo = &ctx->bitstream_fifo.kfifo; coda_kfifo_sync_to_device_write() local
/linux-4.4.14/drivers/usb/host/
H A Dfhci.h484 static inline void cq_delete(struct kfifo *kfifo) cq_delete() argument
489 static inline unsigned int cq_howmany(struct kfifo *kfifo) cq_howmany() argument
494 static inline int cq_put(struct kfifo *kfifo, void *p) cq_put() argument
499 static inline void *cq_get(struct kfifo *kfifo) cq_get() argument

Completed in 212 milliseconds