Searched refs:mbim_default_timeout (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | mbim-cm.c | 800 static unsigned mbim_default_timeout = 30000; variable 1608 err = mbim_send_command(pRequest, (MBIM_COMMAND_DONE_T **)&pCloseDone, mbim_default_timeout); in mbim_close_device() 1627 err = mbim_send_command(pRequest, &pCmdDone, mbim_default_timeout); in mbim_query_connect() 1658 err = mbim_send_command(pRequest, &pCmdDone, mbim_default_timeout); in mbim_ms_version_query() 1679 err = mbim_send_command(pRequest, &pCmdDone, mbim_default_timeout); in mbim_device_services_query() 1718 err = mbim_send_command(pRequest, &pCmdDone, mbim_default_timeout); in mbim_device_caps_query() 1751 err = mbim_send_command(pRequest, &pCmdDone, mbim_default_timeout); 1771 err = mbim_send_command(pRequest, &pCmdDone, mbim_default_timeout); in mbim_set_radio_state() 1789 err = mbim_send_command(pRequest, &pCmdDone, mbim_default_timeout); in mbim_subscriber_status_query() 1814 err = mbim_send_command(pRequest, &pCmdDone, mbim_default_timeout); in mbim_register_state_query() [all …]
|