Searched defs:cache (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-2.7.6/subsys/net/l2/ieee802154/ |
D | ieee802154_fragment.c | 52 static struct frag_cache cache[REASS_CACHE_SIZE]; variable 291 struct frag_cache *cache = CONTAINER_OF(dwork, struct frag_cache, timer); in reass_timeout() local 492 struct frag_cache *cache; in fragment_add_to_cache() local
|
/Zephyr-Core-2.7.6/drivers/gpio/ |
D | gpio_fxl6408.c | 69 static int read_port_regs(const struct device *dev, uint8_t reg, uint8_t *cache) in read_port_regs() 101 uint8_t *cache, uint8_t value) in write_port_regs()
|
D | gpio_pca95xx.c | 136 uint16_t *cache, uint16_t *buf) in read_port_regs() 177 uint16_t *cache, uint16_t value) in write_port_regs()
|
/Zephyr-Core-2.7.6/include/ |
D | kernel_structs.h | 85 struct k_thread *cache; member
|
/Zephyr-Core-2.7.6/scripts/west_commands/ |
D | run_common.py | 306 def use_runner_cls(command, board, args, runners_yaml, cache): argument
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/ |
D | ull_conn_types.h | 282 } cache; member
|