Searched refs:fifo (Results 1 – 6 of 6) sorted by relevance
/include/linux/ |
D | kfifo.h | 102 #define __is_kfifo_ptr(fifo) \ argument 103 (sizeof(*fifo) == sizeof(STRUCT_KFIFO_PTR(typeof(*(fifo)->type)))) 110 #define DECLARE_KFIFO_PTR(fifo, type) STRUCT_KFIFO_PTR(type) fifo argument 118 #define DECLARE_KFIFO(fifo, type, size) STRUCT_KFIFO(type, size) fifo argument 124 #define INIT_KFIFO(fifo) \ argument 126 typeof(&(fifo)) __tmp = &(fifo); \ 143 #define DEFINE_KFIFO(fifo, type, size) \ argument 144 DECLARE_KFIFO(fifo, type, size) = \ 145 (typeof(fifo)) { \ 150 .mask = __is_kfifo_ptr(&(fifo)) ? \ [all …]
|
D | mm_types.h | 686 struct list_head fifo; 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/linux/spi/ |
D | cc2520.h | 13 int fifo; member
|
/include/linux/mtd/ |
D | sh_flctl.h | 138 resource_size_t fifo; member
|