Searched refs:fifo (Results 1 – 8 of 8) sorted by relevance
| /include/linux/ |
| D | kfifo.h | 107 #define __is_kfifo_ptr(fifo) \ argument 108 (sizeof(*fifo) == sizeof(STRUCT_KFIFO_PTR(typeof(*(fifo)->type)))) 115 #define DECLARE_KFIFO_PTR(fifo, type) STRUCT_KFIFO_PTR(type) fifo argument 123 #define DECLARE_KFIFO(fifo, type, size) STRUCT_KFIFO(type, size) fifo argument 129 #define INIT_KFIFO(fifo) \ argument 131 typeof(&(fifo)) __tmp = &(fifo); \ 148 #define DEFINE_KFIFO(fifo, type, size) \ argument 149 DECLARE_KFIFO(fifo, type, size) = \ 150 (typeof(fifo)) { \ 155 .mask = __is_kfifo_ptr(&(fifo)) ? \ [all …]
|
| D | mm_types.h | 1111 struct list_head fifo; member
|
| D | mmzone.h | 603 struct hlist_nulls_head fifo[MEMCG_NR_GENS][MEMCG_NR_BINS]; member
|
| /include/linux/fsl/bestcomm/ |
| D | gen_bd.h | 20 bcom_gen_bd_rx_init(int queue_len, phys_addr_t fifo, 31 bcom_gen_bd_tx_init(int queue_len, phys_addr_t fifo, 43 phys_addr_t fifo, int maxbufsize); 45 phys_addr_t fifo);
|
| D | fec.h | 41 bcom_fec_rx_init(int queue_len, phys_addr_t fifo, int maxbufsize); 51 bcom_fec_tx_init(int queue_len, phys_addr_t fifo);
|
| /include/net/ |
| D | firewire.h | 16 u8 fifo[6]; /* FIFO addr */ member
|
| /include/linux/iio/common/ |
| D | inv_sensors_timestamp.h | 71 uint32_t period, bool fifo);
|
| /include/linux/mtd/ |
| D | sh_flctl.h | 138 resource_size_t fifo; member
|