Home
last modified time | relevance | path

Searched refs:mbim_send_command (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dmbim-cm.c1372 static int mbim_send_command(MBIM_MESSAGE_HEADER *pRequest, MBIM_COMMAND_DONE_T **ppCmdDone, unsign… in mbim_send_command() function
1592 err = mbim_send_command(pRequest, (MBIM_COMMAND_DONE_T **)&pOpenDone, 2*1000); in mbim_open_device()
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()
[all …]