Home
last modified time | relevance | path

Searched defs:lvl (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/scripts/logging/dictionary/dictionary_parser/
Dlog_parser.py24 def get_log_level_str_color(lvl): argument
/Zephyr-latest/arch/xtensa/core/
Dxtensa_intgen.py75 lvl = int(match.group(2)) variable
/Zephyr-latest/scripts/build/
Dgen_isr_tables.py172 def get_irq_baseoffset(self, lvl): argument
179 def get_irq_index(self, irq, lvl): argument
/Zephyr-latest/subsys/bluetooth/services/ias/
Dias_client.c65 int bt_ias_client_alert_write(struct bt_conn *conn, enum bt_ias_alert_lvl lvl) in bt_ias_client_alert_write()
/Zephyr-latest/subsys/fs/ext2/
Dext2_diskops.c405 static int fetch_level_blocks(struct ext2_inode *inode, uint32_t offsets[4], int lvl, int max_lvl, in fetch_level_blocks()
479 static bool all_zero(const uint32_t *offsets, int lvl) in all_zero()
497 static int64_t delete_blocks(struct ext2_data *fs, uint32_t block_num, int lvl, in delete_blocks()
719 for (int lvl = 0; lvl <= inode->block_lvl; ++lvl) { in alloc_level_blocks() local
/Zephyr-latest/drivers/clock_control/
Dclock_control_nrf.c37 #define CLOCK_LOG(lvl, dev, subsys, ...) \ argument
/Zephyr-latest/subsys/shell/
Dshell.c574 size_t *lvl, size_t *handler_lvl, in active_cmd_prepare()