/Zephyr-latest/subsys/bluetooth/controller/util/ |
D | mfifo.h | 117 static inline void mfifo_by_idx_enqueue(uint8_t *fifo, uint8_t size, in mfifo_by_idx_enqueue() 143 static inline uint8_t mfifo_enqueue_get(uint8_t *fifo, uint8_t size, in mfifo_enqueue_get() 232 static inline void *mfifo_dequeue_get(uint8_t *fifo, uint8_t size, in mfifo_dequeue_get() 254 static inline void *mfifo_dequeue_peek(uint8_t *fifo, uint8_t size, in mfifo_dequeue_peek() 273 static inline void *mfifo_dequeue_iter_get(uint8_t *fifo, uint8_t size, in mfifo_dequeue_iter_get() 315 static inline void *mfifo_dequeue(uint8_t *fifo, uint8_t size, uint8_t count, in mfifo_dequeue()
|
/Zephyr-latest/tests/kernel/fifo/fifo_api/src/ |
D | test_fifo_fail.c | 24 static struct k_fifo fifo; in ZTEST() local
|
D | test_fifo_loop.c | 14 static struct k_fifo fifo; variable
|
D | test_fifo_contexts.c | 14 struct k_fifo fifo; variable
|
/Zephyr-latest/subsys/net/ip/ |
D | net_tc.c | 248 struct k_fifo *fifo = p1; in tc_rx_handler() local 268 struct k_fifo *fifo = p1; in tc_tx_handler() local
|
/Zephyr-latest/drivers/can/ |
D | can_xmc4xxx.c | 246 static void can_xmc4xxx_deinit_fifo(const struct device *dev, struct can_xmc4xxx_rx_fifo *fifo) in can_xmc4xxx_deinit_fifo() 276 struct can_xmc4xxx_rx_fifo *fifo, bool is_rtr) in can_xmc4xxx_init_fifo() 565 static inline void can_xmc4xxx_increment_fifo_tail(struct can_xmc4xxx_rx_fifo *fifo) in can_xmc4xxx_increment_fifo_tail() 578 static inline bool can_xmc4xxx_is_fifo_empty(struct can_xmc4xxx_rx_fifo *fifo) in can_xmc4xxx_is_fifo_empty() 587 static inline void can_xmc4xxx_update_fifo_head(struct can_xmc4xxx_rx_fifo *fifo) in can_xmc4xxx_update_fifo_head() 601 static void can_xmc4xxx_rx_fifo_handler(const struct device *dev, struct can_xmc4xxx_rx_fifo *fifo, in can_xmc4xxx_rx_fifo_handler()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/common/ |
D | edtt_driver_bsim.c | 43 static int fifo[2] = { -1, -1 }; variable
|
/Zephyr-latest/tests/kernel/common/src/ |
D | errno.c | 44 struct k_fifo fifo; variable
|
/Zephyr-latest/include/zephyr/tracing/ |
D | tracing.h | 1101 #define sys_port_trace_k_fifo_init_enter(fifo) argument 1107 #define sys_port_trace_k_fifo_init_exit(fifo) argument 1113 #define sys_port_trace_k_fifo_cancel_wait_enter(fifo) argument 1119 #define sys_port_trace_k_fifo_cancel_wait_exit(fifo) argument 1126 #define sys_port_trace_k_fifo_put_enter(fifo, data) argument 1133 #define sys_port_trace_k_fifo_put_exit(fifo, data) argument 1140 #define sys_port_trace_k_fifo_alloc_put_enter(fifo, data) argument 1148 #define sys_port_trace_k_fifo_alloc_put_exit(fifo, data, ret) argument 1156 #define sys_port_trace_k_fifo_put_list_enter(fifo, head, tail) argument 1164 #define sys_port_trace_k_fifo_put_list_exit(fifo, head, tail) argument [all …]
|
/Zephyr-latest/subsys/tracing/ctf/ |
D | tracing_ctf.h | 219 #define sys_port_trace_k_fifo_init_enter(fifo) argument 220 #define sys_port_trace_k_fifo_init_exit(fifo) argument 221 #define sys_port_trace_k_fifo_cancel_wait_enter(fifo) argument 222 #define sys_port_trace_k_fifo_cancel_wait_exit(fifo) argument 223 #define sys_port_trace_k_fifo_put_enter(fifo, data) argument 224 #define sys_port_trace_k_fifo_put_exit(fifo, data) argument 225 #define sys_port_trace_k_fifo_alloc_put_enter(fifo, data) argument 226 #define sys_port_trace_k_fifo_alloc_put_exit(fifo, data, ret) argument 227 #define sys_port_trace_k_fifo_put_list_enter(fifo, head, tail) argument 228 #define sys_port_trace_k_fifo_put_list_exit(fifo, head, tail) argument [all …]
|
/Zephyr-latest/subsys/tracing/sysview/ |
D | tracing_sysview.h | 424 #define sys_port_trace_k_fifo_init_enter(fifo) \ argument 426 #define sys_port_trace_k_fifo_init_exit(fifo) SEGGER_SYSVIEW_RecordEndCall(TID_FIFO_INIT) argument 428 #define sys_port_trace_k_fifo_cancel_wait_enter(fifo) \ argument 430 #define sys_port_trace_k_fifo_cancel_wait_exit(fifo) \ argument 433 #define sys_port_trace_k_fifo_put_enter(fifo, data) \ argument 437 #define sys_port_trace_k_fifo_put_exit(fifo, data) SEGGER_SYSVIEW_RecordEndCall(TID_FIFO_PUT) argument 439 #define sys_port_trace_k_fifo_alloc_put_enter(fifo, data) \ argument 442 #define sys_port_trace_k_fifo_alloc_put_exit(fifo, data, ret) \ argument 445 #define sys_port_trace_k_fifo_put_list_enter(fifo, head, tail) \ argument 449 #define sys_port_trace_k_fifo_put_list_exit(fifo, head, tail) \ argument [all …]
|
/Zephyr-latest/subsys/tracing/test/ |
D | tracing_test.h | 208 #define sys_port_trace_k_fifo_init_enter(fifo) sys_trace_k_fifo_init_enter(fifo) argument 210 #define sys_port_trace_k_fifo_init_exit(fifo) sys_trace_k_fifo_init_exit(fifo) argument 212 #define sys_port_trace_k_fifo_cancel_wait_enter(fifo) sys_trace_k_fifo_cancel_wait_enter(fifo) argument 214 #define sys_port_trace_k_fifo_cancel_wait_exit(fifo) sys_trace_k_fifo_cancel_wait_exit(fifo) argument 216 #define sys_port_trace_k_fifo_put_enter(fifo, data) sys_trace_k_fifo_put_enter(fifo, data) argument 218 #define sys_port_trace_k_fifo_put_exit(fifo, data) sys_trace_k_fifo_put_exit(fifo, data) argument 220 #define sys_port_trace_k_fifo_alloc_put_enter(fifo, data) \ argument 223 #define sys_port_trace_k_fifo_alloc_put_exit(fifo, data, ret) \ argument 226 #define sys_port_trace_k_fifo_put_list_enter(fifo, head, tail) \ argument 229 #define sys_port_trace_k_fifo_put_list_exit(fifo, head, tail) \ argument [all …]
|
D | tracing_string_format_test.c | 508 void sys_trace_k_fifo_put_enter(struct k_fifo *fifo, void *data) in sys_trace_k_fifo_put_enter() 513 void sys_trace_k_fifo_put_exit(struct k_fifo *fifo, void *data) in sys_trace_k_fifo_put_exit() 518 void sys_trace_k_fifo_get_enter(struct k_fifo *fifo, k_timeout_t timeout) in sys_trace_k_fifo_get_enter() 523 void sys_trace_k_fifo_get_exit(struct k_fifo *fifo, k_timeout_t timeout, void *ret) in sys_trace_k_fifo_get_exit()
|
/Zephyr-latest/subsys/tracing/user/ |
D | tracing_user.h | 259 #define sys_port_trace_k_fifo_init_enter(fifo) argument 260 #define sys_port_trace_k_fifo_init_exit(fifo) argument 261 #define sys_port_trace_k_fifo_cancel_wait_enter(fifo) argument 262 #define sys_port_trace_k_fifo_cancel_wait_exit(fifo) argument 263 #define sys_port_trace_k_fifo_put_enter(fifo, data) argument 264 #define sys_port_trace_k_fifo_put_exit(fifo, data) argument 265 #define sys_port_trace_k_fifo_alloc_put_enter(fifo, data) argument 266 #define sys_port_trace_k_fifo_alloc_put_exit(fifo, data, ret) argument 267 #define sys_port_trace_k_fifo_put_list_enter(fifo, head, tail) argument 268 #define sys_port_trace_k_fifo_put_list_exit(fifo, head, tail) argument [all …]
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/transport/ |
D | smp.h | 123 struct k_fifo fifo; member
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | h4.c | 38 struct k_fifo fifo; member 60 struct k_fifo fifo; member
|
D | hci_da1469x.c | 44 struct k_fifo fifo; member
|
/Zephyr-latest/tests/lib/net_buf/buf/src/ |
D | main.c | 129 static struct k_fifo fifo; in ZTEST() local 156 struct k_fifo *fifo = (struct k_fifo *)arg1; in test_3_thread() local 179 static struct k_fifo fifo; in ZTEST() local
|
/Zephyr-latest/include/zephyr/ |
D | kernel.h | 2526 #define k_fifo_init(fifo) \ argument 2546 #define k_fifo_cancel_wait(fifo) \ argument 2565 #define k_fifo_put(fifo, data) \ argument 2589 #define k_fifo_alloc_put(fifo, data) \ argument 2612 #define k_fifo_put_list(fifo, head, tail) \ argument 2632 #define k_fifo_put_slist(fifo, list) \ argument 2656 #define k_fifo_get(fifo, timeout) \ argument 2677 #define k_fifo_is_empty(fifo) \ argument 2693 #define k_fifo_peek_head(fifo) \ argument 2712 #define k_fifo_peek_tail(fifo) \ argument [all …]
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | eswifi_offload.h | 52 struct k_fifo fifo; member
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_cc2520.h | 25 struct gpio_dt_spec fifo; member
|
/Zephyr-latest/samples/philosophers/src/ |
D | phil_obj_abstract.h | 100 struct k_fifo fifo; member
|
/Zephyr-latest/drivers/sensor/maxim/max30101/ |
D | max30101.h | 90 uint8_t fifo; member
|
/Zephyr-latest/lib/net_buf/ |
D | buf.c | 396 struct net_buf *net_buf_get_debug(struct k_fifo *fifo, k_timeout_t timeout, in net_buf_get_debug() 446 void net_buf_put(struct k_fifo *fifo, struct net_buf *buf) in net_buf_put()
|
/Zephyr-latest/tests/kernel/pending/src/ |
D | main.c | 61 static struct k_fifo fifo; variable
|