Home
last modified time | relevance | path

Searched refs:DECLARE_KFIFO (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/drivers/memstick/host/
H A Dr592.h143 DECLARE_KFIFO(pio_fifo, u8, sizeof(u32));
/openbmc/linux/drivers/hwtracing/ptt/
H A Dhisi_ptt.h250 DECLARE_KFIFO(filter_update_kfifo, struct hisi_ptt_filter_update_info,
/openbmc/linux/samples/kfifo/
H A Dbytestream-example.c42 static DECLARE_KFIFO(test, unsigned char, FIFO_SIZE);
/openbmc/linux/include/linux/
H A Drmi.h366 DECLARE_KFIFO(attn_fifo, struct rmi4_attn_data, 16);
H A Dkfifo.h118 #define DECLARE_KFIFO(fifo, type, size) STRUCT_KFIFO(type, size) fifo macro
144 DECLARE_KFIFO(fifo, type, size) = \
/openbmc/linux/drivers/media/rc/
H A Drc-core-priv.h52 DECLARE_KFIFO(kfifo, struct ir_raw_event, MAX_IR_EVENT_SIZE);
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_drv.c231 DECLARE_KFIFO(fifo, struct device_node *, 16);
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.h325 DECLARE_KFIFO(faults, u64, 128);
/openbmc/linux/drivers/iio/
H A Dindustrialio-event.c38 DECLARE_KFIFO(det_events, struct iio_event_data, 16);
/openbmc/linux/drivers/platform/surface/
H A Dsurface_aggregator_cdev.c65 DECLARE_KFIFO(buffer, u8, 4096);
H A Dsurface_dtx.c184 DECLARE_KFIFO(buffer, u8, 512);
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h965 DECLARE_KFIFO(mac_tnl_log, struct hclge_mac_tnl_stats,
/openbmc/linux/drivers/iio/adc/
H A Dad7124.c181 DECLARE_KFIFO(live_cfgs_fifo, struct ad7124_channel_config *, AD7124_MAX_CONFIGS);
/openbmc/linux/drivers/gpio/
H A Dgpiolib-cdev.c1993 DECLARE_KFIFO(events, struct gpioevent_data, 16);
2538 DECLARE_KFIFO(events, struct gpio_v2_line_info_changed, 32);
/openbmc/linux/drivers/pci/pcie/
H A Daer.c50 DECLARE_KFIFO(aer_fifo, struct aer_err_source, AER_ERROR_SOURCES_MAX);
/openbmc/linux/drivers/greybus/
H A Des2.c117 DECLARE_KFIFO(apb_log_fifo, char, APB1_LOG_SIZE);
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h638 DECLARE_KFIFO(entries, u64, KVM_HV_TLB_FLUSH_FIFO_SIZE);
/openbmc/linux/mm/
H A Dmemory-failure.c2396 DECLARE_KFIFO(fifo, struct memory_failure_entry,