Searched refs:non_block_write (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | quectel-mbim-proxy.c | 86 static int non_block_write(int fd, void *data, int len) in non_block_write() function 113 return non_block_write(mbim_dev_fd, pRequest, sizeof(MBIM_OPEN_MSG_T)); in mbim_send_open_msg() 218 ret = non_block_write (mbim_dev_fd, pRequest, len); in handle_client_request() 240 non_block_write(cm_clients[i].client_fd, pResponse, len); in handle_device_response() 252 non_block_write(cm_clients[i].client_fd, pResponse, len); in handle_device_response()
|