Home
last modified time | relevance | path

Searched defs:mbim_dev_fd (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dquectel-mbim-proxy.c103 static int mbim_send_open_msg(int mbim_dev_fd, uint32_t MaxControlTransfer) { in mbim_send_open_msg()
197 static int handle_client_request(int mbim_dev_fd, int client_fd, void *pdata, int len) in handle_client_request()
265 static int proxy_loop(int mbim_dev_fd) in proxy_loop()
422 int mbim_dev_fd = open(device, O_RDWR | O_NONBLOCK | O_NOCTTY); in main() local