Lines Matching refs:sem_response

185 			     &mdata.sem_response, MDM_CONNECT_TIMEOUT);  in offload_connect()
280 k_sem_reset(&mdata.sem_response); in offload_sendto()
281 ret = k_sem_take(&mdata.sem_response, MDM_CMD_TIMEOUT); in offload_sendto()
423 sendbuf, &mdata.sem_response, MDM_CMD_TIMEOUT); in offload_recvfrom()
507 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, NULL, 0U, buf, &mdata.sem_response, in socket_close()
822 k_sem_give(&mdata.sem_response); in MODEM_CMD_DEFINE()
829 k_sem_give(&mdata.sem_response); in MODEM_CMD_DEFINE()
836 k_sem_give(&mdata.sem_response); in MODEM_CMD_DEFINE()
851 k_sem_give(&mdata.sem_response); in MODEM_CMD_DEFINE()
1116 &mdata.sem_response, MDM_CMD_TIMEOUT); in modem_rssi_query_work()
1168 ARRAY_SIZE(cgatt_cmd), "AT+CGATT?", &mdata.sem_response, in modem_pdp_activate()
1197 &mdata.sem_response, MDM_CMD_TIMEOUT); in modem_pdp_activate()
1214 &mdata.sem_response, MDM_CMD_TIMEOUT); in modem_pdp_activate()
1224 &mdata.sem_response, MDM_CMD_TIMEOUT); in modem_pdp_activate()
1230 ret = k_sem_take(&mdata.sem_response, MDM_PDP_TIMEOUT); in modem_pdp_activate()
1306 &mdata.sem_response, K_MSEC(500)); in modem_autobaud()
1312 "ATE0", &mdata.sem_response, K_SECONDS(2)); in modem_autobaud()
1558 &mdata.sem_response, K_SECONDS(2)); in mdm_sim7080_query_gnss()
1590 &mdata.sem_response, K_SECONDS(2)); in mdm_sim7080_start_gnss()
1676 &mdata.sem_response, MDM_CMD_TIMEOUT); in mdm_sim7080_ftp_get_read()
1703 &mdata.sem_response, MDM_CMD_TIMEOUT); in mdm_sim7080_ftp_get_start()
1716 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, NULL, 0U, buffer, &mdata.sem_response, in mdm_sim7080_ftp_get_start()
1730 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, NULL, 0U, buffer, &mdata.sem_response, in mdm_sim7080_ftp_get_start()
1744 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, NULL, 0U, buffer, &mdata.sem_response, in mdm_sim7080_ftp_get_start()
1758 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, NULL, 0U, buffer, &mdata.sem_response, in mdm_sim7080_ftp_get_start()
1772 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, NULL, 0U, buffer, &mdata.sem_response, in mdm_sim7080_ftp_get_start()
1786 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, NULL, 0U, buffer, &mdata.sem_response, in mdm_sim7080_ftp_get_start()
2164 &mdata.sem_response, K_SECONDS(20)); in mdm_sim7080_read_sms()
2182 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, NULL, 0, buf, &mdata.sem_response, in mdm_sim7080_delete_sms()
2209 ARRAY_SIZE(setup_cmds), &mdata.sem_response, in modem_setup()
2269 ret = modem_cmd_send(&mctx.iface, &mctx.cmd_handler, NULL, 0U, "AT", &mdata.sem_response, in mdm_sim7080_power_off()
2283 &mdata.sem_response, K_MSEC(500)); in mdm_sim7080_power_off()
2329 k_sem_init(&mdata.sem_response, 0, 1); in modem_init()