Searched defs:pollfds (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | sigio.c | 37 struct pollfds { struct 47 static struct pollfds current_poll; argument
|
| H A D | file.c | 675 struct pollfd pollfds[2] = {}; in os_poll() local
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | QmiWwanCM.c | 126 struct pollfd pollfds[]= {{cdc_wdm_fd, POLLOUT, 0}}; in QmiWwanSendQMI() local 345 struct pollfd pollfds[] = {{qmidevice_control_fd[1], POLLIN, 0}, {cdc_wdm_fd, POLLIN, 0}}; in QmiWwanThread() local
|
| H A D | GobiNetCM.c | 134 struct pollfd pollfds[16] = {{qmidevice_control_fd[1], POLLIN, 0}}; in GobiNetThread() local
|
| H A D | atchannel.c | 373 struct pollfd pollfds[1] = {{s_fd, POLLIN, 0}}; in readline() local 596 struct pollfd pollfds[1] = {{s_fd, POLLOUT, 0}}; in writeraw() local
|
| H A D | main.c | 368 …struct pollfd pollfds[] = {{signal_control_fd[1], POLLIN, 0}, {qmidevice_control_fd[0], POLLIN, 0}… in qmi_main() local
|
| H A D | atc.c | 120 struct pollfd pollfds[] = {{atc_fd, POLLIN, 0}, {qmidevice_control_fd[1], POLLIN, 0}}; in atc_read_thread() local
|
| H A D | quectel-mbim-proxy.c | 271 struct pollfd pollfds[2+CM_MAX_CLIENT]; in proxy_loop() local
|
| H A D | quectel-qmi-proxy.c | 613 struct pollfd pollfds[]= {{cdc_wdm_fd, POLLOUT, 0}}; in send_qmi_to_cdc_wdm() local 630 struct pollfd pollfds[]= {{clientFd, POLLOUT, 0}}; in send_qmi_to_client() local 801 struct pollfd pollfds[2+64]; in qmi_proxy_loop() local
|
| H A D | mbim-cm.c | 1462 struct pollfd pollfds[] = {{mbim_fd, POLLIN, 0}, {qmidevice_control_fd[1], POLLIN, 0}}; in mbim_read_thread() local
|
| /OK3568_Linux_fs/kernel/tools/firewire/ |
| H A D | nosy-dump.c | 904 struct pollfd pollfds[2]; in main() local
|