Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_drm.h57 DECLARE_KFIFO(fb_unref, struct drm_framebuffer *, 8);
/linux-4.4.14/drivers/memstick/host/
Dr592.h146 DECLARE_KFIFO(pio_fifo, u8, sizeof(u32));
/linux-4.4.14/samples/kfifo/
Dbytestream-example.c44 static DECLARE_KFIFO(test, unsigned char, FIFO_SIZE);
/linux-4.4.14/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_iio.h127 DECLARE_KFIFO(timestamps, long long, TIMESTAMP_FIFO_SIZE);
/linux-4.4.14/include/linux/
Dkfifo.h131 #define DECLARE_KFIFO(fifo, type, size) STRUCT_KFIFO(type, size) fifo macro
157 DECLARE_KFIFO(fifo, type, size) = \
/linux-4.4.14/drivers/iio/
Dindustrialio-event.c39 DECLARE_KFIFO(det_events, struct iio_event_data, 16);
/linux-4.4.14/drivers/thunderbolt/
Dctl.c35 DECLARE_KFIFO(response_fifo, struct ctl_pkg*, 16);
/linux-4.4.14/mm/
Dmemory-failure.c1316 DECLARE_KFIFO(fifo, struct memory_failure_entry,