Lines Matching refs:mbim_send_command
1372 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()
1814 err = mbim_send_command(pRequest, &pCmdDone, mbim_default_timeout); in mbim_register_state_query()
1833 err = mbim_send_command(pRequest, &pCmdDone, mbim_default_timeout); in mbim_packet_service_query()
1858 err = mbim_send_command(pRequest, &pCmdDone, mbim_default_timeout); in mbim_packet_service_set()
1939 err = mbim_send_command(pRequest, &pCmdDone, mbim_default_timeout*10); in mbim_set_connect()
1962 err = mbim_send_command(pRequest, &pCmdDone, mbim_default_timeout); in mbim_ip_config()
2049 err = mbim_send_command(pRequest, &pCmdDone, mbim_default_timeout); in mbim_proxy_configure()