Searched refs:get_len (Results 1 – 4 of 4) sorted by relevance
80 static uint32_t get_len(const uint8_t *hdr_buf, uint8_t type) in get_len() function161 remaining = get_len(hdr_buf, type); in rx_isr()
174 static uint32_t get_len(const uint8_t *hdr_buf, uint8_t type) in get_len() function287 remaining = get_len(hdr_buf, type); in rx_isr()
87 static uint32_t get_len(size_t blen, uint32_t flags) in get_len() function124 pb->common.len = get_len(blen, flags); in spsc_pbuf_init()
102 static size_t get_len(enum font_size font, const char *text) in get_len() function148 len = get_len(FONT_BIG, text); in board_show_text()