Searched refs:wait_for_modem_data (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/modem/ |
D | hl7800.c | 1683 static uint32_t wait_for_modem_data(struct net_buf **buf, uint32_t current_len, in wait_for_modem_data() function 1703 return wait_for_modem_data(buf, current_len, in wait_for_modem_data_and_newline() 2310 wait_for_modem_data(buf, net_buf_frags_len(*buf), in on_cmd_atcmdinfo_serial_number() 2702 size = wait_for_modem_data(buf, net_buf_frags_len(*buf), in profile_handler() 2729 size = wait_for_modem_data(buf, net_buf_frags_len(*buf), in profile_handler() 4155 wait_for_modem_data(buf, 0, 1); in sock_read() 4160 wait_for_modem_data(buf, 0, sock->rx_size); in sock_read() 4194 wait_for_modem_data(buf, 0, 1); in sock_read() 4206 wait_for_modem_data(buf, net_buf_frags_len(*buf), in sock_read() 4225 wait_for_modem_data(buf, net_buf_frags_len(*buf), in sock_read()
|