Searched refs:DECLARE_KFIFO (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/memstick/host/ |
D | r592.h | 146 DECLARE_KFIFO(pio_fifo, u8, sizeof(u32));
|
/Linux-v4.19/samples/kfifo/ |
D | bytestream-example.c | 44 static DECLARE_KFIFO(test, unsigned char, FIFO_SIZE);
|
/Linux-v4.19/include/linux/ |
D | rmi.h | 368 DECLARE_KFIFO(attn_fifo, struct rmi4_attn_data, 16);
|
D | kfifo.h | 132 #define DECLARE_KFIFO(fifo, type, size) STRUCT_KFIFO(type, size) fifo macro 158 DECLARE_KFIFO(fifo, type, size) = \
|
/Linux-v4.19/drivers/media/rc/ |
D | rc-core-priv.h | 52 DECLARE_KFIFO(kfifo, struct ir_raw_event, MAX_IR_EVENT_SIZE);
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vm.h | 213 DECLARE_KFIFO(faults, u64, 128);
|
/Linux-v4.19/drivers/gpu/drm/sun4i/ |
D | sun4i_drv.c | 254 DECLARE_KFIFO(fifo, struct device_node *, 16);
|
/Linux-v4.19/drivers/iio/ |
D | industrialio-event.c | 39 DECLARE_KFIFO(det_events, struct iio_event_data, 16);
|
/Linux-v4.19/mm/ |
D | memory-failure.c | 1431 DECLARE_KFIFO(fifo, struct memory_failure_entry,
|
/Linux-v4.19/drivers/staging/greybus/ |
D | es2.c | 118 DECLARE_KFIFO(apb_log_fifo, char, APB1_LOG_SIZE);
|
/Linux-v4.19/drivers/gpio/ |
D | gpiolib.c | 680 DECLARE_KFIFO(events, struct gpioevent_data, 16);
|