Home
last modified time | relevance | path

Searched refs:DECLARE_KFIFO (Results 1 - 25 of 33) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/memstick/host/
H A Dr592.h143 DECLARE_KFIFO(pio_fifo, u8, sizeof(u32));
/kernel/linux/linux-6.6/drivers/memstick/host/
H A Dr592.h143 DECLARE_KFIFO(pio_fifo, u8, sizeof(u32));
/kernel/linux/linux-5.10/samples/kfifo/
H A Dbytestream-example.c42 static DECLARE_KFIFO(test, unsigned char, FIFO_SIZE);
/kernel/linux/linux-6.6/drivers/hwtracing/ptt/
H A Dhisi_ptt.h250 DECLARE_KFIFO(filter_update_kfifo, struct hisi_ptt_filter_update_info,
/kernel/linux/linux-6.6/samples/kfifo/
H A Dbytestream-example.c42 static DECLARE_KFIFO(test, unsigned char, FIFO_SIZE);
/kernel/linux/linux-5.10/include/linux/
H A Drmi.h366 DECLARE_KFIFO(attn_fifo, struct rmi4_attn_data, 16);
H A Dkfifo.h113 * 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 Drmi.h366 DECLARE_KFIFO(attn_fifo, struct rmi4_attn_data, 16);
H A Dkfifo.h113 * 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 Drc-core-priv.h52 DECLARE_KFIFO(kfifo, struct ir_raw_event, MAX_IR_EVENT_SIZE);
/kernel/linux/linux-6.6/drivers/media/rc/
H A Drc-core-priv.h52 DECLARE_KFIFO(kfifo, struct ir_raw_event, MAX_IR_EVENT_SIZE);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.h302 DECLARE_KFIFO(faults, u64, 128);
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun4i_drv.c238 DECLARE_KFIFO(fifo, struct device_node *, 16);
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun4i_drv.c231 DECLARE_KFIFO(fifo, struct device_node *, 16);
/kernel/linux/linux-5.10/drivers/iio/
H A Dindustrialio-event.c37 DECLARE_KFIFO(det_events, struct iio_event_data, 16);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.h325 DECLARE_KFIFO(faults, u64, 128);
/kernel/linux/linux-6.6/drivers/iio/
H A Dindustrialio-event.c38 DECLARE_KFIFO(det_events, struct iio_event_data, 16);
/kernel/linux/linux-6.6/drivers/platform/surface/
H A Dsurface_aggregator_cdev.c65 DECLARE_KFIFO(buffer, u8, 4096);
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h835 DECLARE_KFIFO(mac_tnl_log, struct hclge_mac_tnl_stats,
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h962 DECLARE_KFIFO(mac_tnl_log, struct hclge_mac_tnl_stats,
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dad7124.c177 DECLARE_KFIFO(live_cfgs_fifo, struct ad7124_channel_config *, AD7124_MAX_CONFIGS);
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib-cdev.c1476 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 Dgpiolib-cdev.c1813 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 Dmemory-failure.c1508 DECLARE_KFIFO(fifo, struct memory_failure_entry,
/kernel/linux/linux-5.10/drivers/greybus/
H A Des2.c117 DECLARE_KFIFO(apb_log_fifo, char, APB1_LOG_SIZE);

Completed in 36 milliseconds

12