/Zephyr-latest/soc/nxp/imxrt/imxrt7xx/cm33/ |
D | flash_clock_setup.c | 13 static void enable_xspi_cache(CACHE64_CTRL_Type *cache) in enable_xspi_cache() 26 static void disable_xspi_cache(CACHE64_CTRL_Type *cache) in disable_xspi_cache() 39 static void flash_deinit(XSPI_Type *base, CACHE64_CTRL_Type *cache) in flash_deinit() 60 static void flash_init(XSPI_Type *base, CACHE64_CTRL_Type *cache) in flash_init()
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | dns_cache.c | 15 int dns_cache_flush(struct dns_cache *cache) in dns_cache_flush() 26 int dns_cache_add(struct dns_cache *cache, char const *query, struct dns_addrinfo const *addrinfo, in dns_cache_add() 76 int dns_cache_remove(struct dns_cache *cache, char const *query) in dns_cache_remove() 101 int dns_cache_find(struct dns_cache const *cache, const char *query, enum dns_query_type type, in dns_cache_find() 162 static void dns_cache_clean(struct dns_cache const *cache) in dns_cache_clean()
|
/Zephyr-latest/subsys/logging/ |
D | log_cache.c | 24 int log_cache_init(struct log_cache *cache, const struct log_cache_config *config) in log_cache_init() 53 bool log_cache_get(struct log_cache *cache, uintptr_t id, uint8_t **data) in log_cache_get() 97 void log_cache_put(struct log_cache *cache, uint8_t *data) in log_cache_put() 105 void log_cache_release(struct log_cache *cache, uint8_t *data) in log_cache_release()
|
D | log_cache.h | 76 static inline uint32_t log_cache_get_hit(struct log_cache *cache) in log_cache_get_hit() 87 static inline uint32_t log_cache_get_miss(struct log_cache *cache) in log_cache_get_miss()
|
/Zephyr-latest/drivers/cache/ |
D | cache_nrf.c | 44 static inline bool is_cache_busy(NRF_CACHE_Type *cache) in is_cache_busy() 53 static inline void wait_for_cache(NRF_CACHE_Type *cache) in wait_for_cache() 59 static inline int _cache_all(NRF_CACHE_Type *cache, enum k_nrf_cache_op op) in _cache_all() 97 static inline void _cache_line(NRF_CACHE_Type *cache, enum k_nrf_cache_op op, uintptr_t line_addr) in _cache_line() 128 static inline int _cache_range(NRF_CACHE_Type *cache, enum k_nrf_cache_op op, void *addr, in _cache_range() 159 static inline int _cache_checks(NRF_CACHE_Type *cache, enum k_nrf_cache_op op, void *addr, in _cache_checks()
|
/Zephyr-latest/tests/subsys/logging/log_cache/src/ |
D | main.c | 61 static void cache_get(struct log_cache *cache, uintptr_t id, in cache_get() 91 struct log_cache cache; in ZTEST() local
|
/Zephyr-latest/subsys/settings/include/settings/ |
D | settings_nvs.h | 45 } cache[CONFIG_SETTINGS_NVS_NAME_CACHE_SIZE]; member
|
/Zephyr-latest/include/zephyr/sys/ |
D | spsc_pbuf.h | 108 struct spsc_pbuf_ext_cache cache; member
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_fxl6408.c | 67 static int read_port_regs(const struct device *dev, uint8_t reg, uint8_t *cache) in read_port_regs() 97 uint8_t *cache, uint8_t value) in write_port_regs()
|
D | gpio_pca95xx.c | 133 uint16_t *cache, uint16_t *buf) in read_port_regs() 159 uint16_t *cache, uint16_t value) in write_port_reg() 200 uint16_t *cache, uint16_t value) in write_port_regs()
|
D | gpio_pca_series.c | 170 void *cache; /** device spicific reg cache member 588 struct gpio_pca_series_reg_cache_mini *cache = in gpio_pca_series_reg_cache_mini_get() local 597 struct gpio_pca_series_reg_cache_mini *cache = in gpio_pca_series_reg_cache_mini_reset() local 750 uint8_t cache = gpio_pca_series_reg_cache_offset(dev, reg_type); in gpio_pca_series_debug_dump() local
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | subnet.h | 48 uint8_t cache[8]; /* Cached last beacon auth value */ member
|
/Zephyr-latest/scripts/west_commands/ |
D | run_common.py | 585 def use_runner_cls(command, board, args, runners_yaml, cache): argument
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_6lo_fragment.c | 48 static struct frag_cache cache[REASS_CACHE_SIZE]; variable
|
/Zephyr-latest/include/zephyr/ |
D | kernel_structs.h | 133 struct k_thread *cache; member
|
/Zephyr-latest/drivers/disk/ |
D | flashdisk.c | 32 uint8_t *const cache; member
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_shell.c | 578 struct lwm2m_time_series_elem *cache; in cmd_cache() local
|
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/ |
D | main.c | 689 struct net_buf *buf, *cache; in rx_thread() local
|
/Zephyr-latest/drivers/serial/ |
D | uart_max32.c | 52 uint8_t cache[MAX32_UART_TX_CACHE_NUM][CONFIG_UART_TX_CACHE_LEN]; member
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_unicast_client.c | 533 struct bt_bap_unicast_client_ep *cache; in unicast_client_ep_new() local
|