Searched refs:DECLARE_KFIFO (Results 1 – 20 of 20) sorted by relevance
/linux/drivers/memstick/host/ |
H A D | r592.h | 143 DECLARE_KFIFO(pio_fifo, u8, sizeof(u32));
|
/linux/drivers/hwtracing/ptt/ |
H A D | hisi_ptt.h | 251 DECLARE_KFIFO(filter_update_kfifo, struct hisi_ptt_filter_update_info,
|
/linux/samples/kfifo/ |
H A D | bytestream-example.c | 42 static DECLARE_KFIFO(test, unsigned char, FIFO_SIZE);
|
/linux/drivers/accel/ivpu/ |
H A D | ivpu_hw.h | 30 DECLARE_KFIFO(fifo, u8, IVPU_HW_IRQ_FIFO_LENGTH);
|
/linux/include/linux/ |
H A D | rmi.h | 366 DECLARE_KFIFO(attn_fifo, struct rmi4_attn_data, 16);
|
H A D | kfifo.h | 124 #define DECLARE_KFIFO(fifo, type, size) STRUCT_KFIFO(type, size) fifo macro 150 DECLARE_KFIFO(fifo, type, size) = \
|
/linux/drivers/media/rc/ |
H A D | rc-core-priv.h | 52 DECLARE_KFIFO(kfifo, struct ir_raw_event, MAX_IR_EVENT_SIZE);
|
/linux/drivers/gpu/drm/sun4i/ |
H A D | sun4i_drv.c | 231 DECLARE_KFIFO(fifo, struct device_node *, 16);
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm.h | 397 DECLARE_KFIFO(faults, u64, 128);
|
H A D | amdgpu_ras.h | 556 DECLARE_KFIFO(poison_fifo, struct ras_poison_msg, 128);
|
/linux/drivers/iio/ |
H A D | industrialio-event.c | 38 DECLARE_KFIFO(det_events, struct iio_event_data, 16);
|
/linux/drivers/platform/surface/ |
H A D | surface_aggregator_cdev.c | 65 DECLARE_KFIFO(buffer, u8, 4096);
|
H A D | surface_dtx.c | 184 DECLARE_KFIFO(buffer, u8, 512);
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_main.h | 983 DECLARE_KFIFO(mac_tnl_log, struct hclge_mac_tnl_stats,
|
/linux/drivers/iio/adc/ |
H A D | ad7124.c | 181 DECLARE_KFIFO(live_cfgs_fifo, struct ad7124_channel_config *, AD7124_MAX_CONFIGS);
|
/linux/drivers/gpio/ |
H A D | gpiolib-cdev.c | 1915 DECLARE_KFIFO(events, struct gpioevent_data, 16); 2435 DECLARE_KFIFO(events, struct gpio_v2_line_info_changed, 32);
|
/linux/drivers/pci/pcie/ |
H A D | aer.c | 50 DECLARE_KFIFO(aer_fifo, struct aer_err_source, AER_ERROR_SOURCES_MAX);
|
/linux/drivers/greybus/ |
H A D | es2.c | 117 DECLARE_KFIFO(apb_log_fifo, char, APB1_LOG_SIZE);
|
/linux/arch/x86/include/asm/ |
H A D | kvm_host.h | 662 DECLARE_KFIFO(entries, u64, KVM_HV_TLB_FLUSH_FIFO_SIZE);
|
/linux/mm/ |
H A D | memory-failure.c | 2428 DECLARE_KFIFO(fifo, struct memory_failure_entry,
|