Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Datc.c104 int atc_fd; in atc_read_thread() local
106 atc_fd = cm_open_dev(cdc_wdm); in atc_read_thread()
107 if (atc_fd <= 0) { in atc_read_thread()
112 dbg_time("atc_fd = %d", atc_fd); in atc_read_thread()
114 if (at_open(atc_fd, onUnsolicited)) in atc_read_thread()
119 while (atc_fd > 0) { in atc_read_thread()
120 struct pollfd pollfds[] = {{atc_fd, POLLIN, 0}, {qmidevice_control_fd[1], POLLIN, 0}}; in atc_read_thread()
148 if (atc_fd == fd) { in atc_read_thread()