Lines Matching refs:ioctl
26 ``TIOCSETD`` ioctl.
28 #. Configure the mux using ``GSMIOC_GETCONF_EXT``/``GSMIOC_SETCONF_EXT`` ioctl if needed.
30 #. Configure the mux using ``GSMIOC_GETCONF``/``GSMIOC_SETCONF`` ioctl.
66 ioctl(fd, TIOCSETD, &ldisc);
69 ioctl(fd, GSMIOC_GETCONF_EXT, &ce);
73 ioctl(fd, GSMIOC_SETCONF_EXT, &ce);
75 ioctl(fd, GSMIOC_GETCONF, &c);
83 ioctl(fd, GSMIOC_SETCONF, &c);
85 ioctl(fd, GSMIOC_GETFIRST, &first);
116 ``TIOCSETD`` ioctl.
119 ioctl if needed.
121 #. Configure the mux using ``GSMIOC_GETCONF``/``GSMIOC_SETCONF`` ioctl.
146 ioctl(fd, TIOCSETD, &ldisc);
149 ioctl(fd, GSMIOC_GETCONF_EXT, &ce);
153 ioctl(fd, GSMIOC_SETCONF_EXT, &ce);
155 ioctl(fd, GSMIOC_GETCONF, &c);
163 ioctl(fd, GSMIOC_SETCONF, &c);
165 ioctl(fd, GSMIOC_GETFIRST, &first);