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

/linux-master/drivers/memstick/host/
H A Dr592.h143 DECLARE_KFIFO(pio_fifo, u8, sizeof(u32));
/linux-master/samples/kfifo/
H A Dbytestream-example.c42 static DECLARE_KFIFO(test, unsigned char, FIFO_SIZE);
/linux-master/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) = \
/linux-master/drivers/hwtracing/ptt/
H A Dhisi_ptt.h251 DECLARE_KFIFO(filter_update_kfifo, struct hisi_ptt_filter_update_info,
/linux-master/drivers/media/rc/
H A Drc-core-priv.h52 DECLARE_KFIFO(kfifo, struct ir_raw_event, MAX_IR_EVENT_SIZE);
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_drv.c231 DECLARE_KFIFO(fifo, struct device_node *, 16);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.h362 DECLARE_KFIFO(faults, u64, 128);
/linux-master/drivers/platform/surface/
H A Dsurface_aggregator_cdev.c65 DECLARE_KFIFO(buffer, u8, 4096);
H A Dsurface_dtx.c184 DECLARE_KFIFO(buffer, u8, 512);
/linux-master/drivers/iio/
H A Dindustrialio-event.c38 DECLARE_KFIFO(det_events, struct iio_event_data, 16);
/linux-master/drivers/iio/adc/
H A Dad7124.c177 DECLARE_KFIFO(live_cfgs_fifo, struct ad7124_channel_config *, AD7124_MAX_CONFIGS);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h978 DECLARE_KFIFO(mac_tnl_log, struct hclge_mac_tnl_stats,
/linux-master/drivers/gpio/
H A Dgpiolib-cdev.c1895 DECLARE_KFIFO(events, struct gpioevent_data, 16);
2416 DECLARE_KFIFO(events, struct gpio_v2_line_info_changed, 32);
/linux-master/drivers/pci/pcie/
H A Daer.c50 DECLARE_KFIFO(aer_fifo, struct aer_err_source, AER_ERROR_SOURCES_MAX);
/linux-master/drivers/greybus/
H A Des2.c117 DECLARE_KFIFO(apb_log_fifo, char, APB1_LOG_SIZE);
/linux-master/scripts/
H A Dkernel-doc1165 # replace DECLARE_KFIFO
1166 $members =~ s/DECLARE_KFIFO\s*\($args,\s*$args,\s*$args\)/$2 \*$1/gos;
/linux-master/mm/
H A Dmemory-failure.c2411 DECLARE_KFIFO(fifo, struct memory_failure_entry,
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h663 DECLARE_KFIFO(entries, u64, KVM_HV_TLB_FLUSH_FIFO_SIZE);

Completed in 255 milliseconds