Searched refs:wait_for_modem_data (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/drivers/modem/ |
D | hl7800.c | 1652 static uint32_t wait_for_modem_data(struct net_buf **buf, uint32_t current_len, in wait_for_modem_data() function 1672 return wait_for_modem_data(buf, current_len, in wait_for_modem_data_and_newline() 2279 wait_for_modem_data(buf, net_buf_frags_len(*buf), in on_cmd_atcmdinfo_serial_number() 2642 size = wait_for_modem_data(buf, net_buf_frags_len(*buf), in profile_handler() 2669 size = wait_for_modem_data(buf, net_buf_frags_len(*buf), in profile_handler() 4092 wait_for_modem_data(buf, 0, 1); in sock_read() 4097 wait_for_modem_data(buf, 0, sock->rx_size); in sock_read() 4131 wait_for_modem_data(buf, 0, 1); in sock_read() 4143 wait_for_modem_data(buf, net_buf_frags_len(*buf), in sock_read() 4162 wait_for_modem_data(buf, net_buf_frags_len(*buf), in sock_read()
|