/kernel/linux/linux-5.10/drivers/memstick/host/ |
H A D | r592.h | 143 DECLARE_KFIFO(pio_fifo, u8, sizeof(u32));
|
/kernel/linux/linux-6.6/drivers/memstick/host/ |
H A D | r592.h | 143 DECLARE_KFIFO(pio_fifo, u8, sizeof(u32));
|
/kernel/linux/linux-5.10/samples/kfifo/ |
H A D | bytestream-example.c | 42 static DECLARE_KFIFO(test, unsigned char, FIFO_SIZE);
|
/kernel/linux/linux-6.6/drivers/hwtracing/ptt/ |
H A D | hisi_ptt.h | 250 DECLARE_KFIFO(filter_update_kfifo, struct hisi_ptt_filter_update_info,
|
/kernel/linux/linux-6.6/samples/kfifo/ |
H A D | bytestream-example.c | 42 static DECLARE_KFIFO(test, unsigned char, FIFO_SIZE);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | rmi.h | 366 DECLARE_KFIFO(attn_fifo, struct rmi4_attn_data, 16);
|
H A D | kfifo.h | 113 * DECLARE_KFIFO - macro to declare a fifo object 118 #define DECLARE_KFIFO(fifo, type, size) STRUCT_KFIFO(type, size) fifo macro 121 * INIT_KFIFO - Initialize a fifo declared by DECLARE_KFIFO 144 DECLARE_KFIFO(fifo, type, size) = \
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | rmi.h | 366 DECLARE_KFIFO(attn_fifo, struct rmi4_attn_data, 16);
|
H A D | kfifo.h | 113 * DECLARE_KFIFO - macro to declare a fifo object 118 #define DECLARE_KFIFO(fifo, type, size) STRUCT_KFIFO(type, size) fifo macro 121 * INIT_KFIFO - Initialize a fifo declared by DECLARE_KFIFO 144 DECLARE_KFIFO(fifo, type, size) = \
|
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | rc-core-priv.h | 52 DECLARE_KFIFO(kfifo, struct ir_raw_event, MAX_IR_EVENT_SIZE);
|
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | rc-core-priv.h | 52 DECLARE_KFIFO(kfifo, struct ir_raw_event, MAX_IR_EVENT_SIZE);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm.h | 302 DECLARE_KFIFO(faults, u64, 128);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
H A D | sun4i_drv.c | 238 DECLARE_KFIFO(fifo, struct device_node *, 16);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/ |
H A D | sun4i_drv.c | 231 DECLARE_KFIFO(fifo, struct device_node *, 16);
|
/kernel/linux/linux-5.10/drivers/iio/ |
H A D | industrialio-event.c | 37 DECLARE_KFIFO(det_events, struct iio_event_data, 16);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm.h | 325 DECLARE_KFIFO(faults, u64, 128);
|
/kernel/linux/linux-6.6/drivers/iio/ |
H A D | industrialio-event.c | 38 DECLARE_KFIFO(det_events, struct iio_event_data, 16);
|
/kernel/linux/linux-6.6/drivers/platform/surface/ |
H A D | surface_aggregator_cdev.c | 65 DECLARE_KFIFO(buffer, u8, 4096);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.h | 835 DECLARE_KFIFO(mac_tnl_log, struct hclge_mac_tnl_stats,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.h | 962 DECLARE_KFIFO(mac_tnl_log, struct hclge_mac_tnl_stats,
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | ad7124.c | 177 DECLARE_KFIFO(live_cfgs_fifo, struct ad7124_channel_config *, AD7124_MAX_CONFIGS);
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpiolib-cdev.c | 1476 DECLARE_KFIFO(events, struct gpioevent_data, 16); 1982 DECLARE_KFIFO(events, struct gpio_v2_line_info_changed, 32);
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpiolib-cdev.c | 1813 DECLARE_KFIFO(events, struct gpioevent_data, 16); 2359 DECLARE_KFIFO(events, struct gpio_v2_line_info_changed, 32);
|
/kernel/linux/linux-5.10/mm/ |
H A D | memory-failure.c | 1508 DECLARE_KFIFO(fifo, struct memory_failure_entry,
|
/kernel/linux/linux-5.10/drivers/greybus/ |
H A D | es2.c | 117 DECLARE_KFIFO(apb_log_fifo, char, APB1_LOG_SIZE);
|