Lines Matching full: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.
32 #. Configure DLCs using ``GSMIOC_GETCONF_DLCI``/``GSMIOC_SETCONF_DLCI`` ioctl for non-defaults.
69 ioctl(fd, TIOCSETD, &ldisc);
72 ioctl(fd, GSMIOC_GETCONF_EXT, &ce);
76 ioctl(fd, GSMIOC_SETCONF_EXT, &ce);
78 ioctl(fd, GSMIOC_GETCONF, &c);
86 ioctl(fd, GSMIOC_SETCONF, &c);
89 ioctl(fd, GSMIOC_GETCONF_DLCI, &dc);
93 ioctl(fd, GSMIOC_SETCONF_DLCI, &dc);
95 ioctl(fd, GSMIOC_GETFIRST, &first);
126 ``TIOCSETD`` ioctl.
129 ioctl if needed.
131 #. Configure the mux using ``GSMIOC_GETCONF``/``GSMIOC_SETCONF`` ioctl.
133 #. Configure DLCs using ``GSMIOC_GETCONF_DLCI``/``GSMIOC_SETCONF_DLCI`` ioctl for non-defaults.
159 ioctl(fd, TIOCSETD, &ldisc);
162 ioctl(fd, GSMIOC_GETCONF_EXT, &ce);
166 ioctl(fd, GSMIOC_SETCONF_EXT, &ce);
168 ioctl(fd, GSMIOC_GETCONF, &c);
176 ioctl(fd, GSMIOC_SETCONF, &c);
179 ioctl(fd, GSMIOC_GETCONF_DLCI, &dc);
183 ioctl(fd, GSMIOC_SETCONF_DLCI, &dc);
185 ioctl(fd, GSMIOC_GETFIRST, &first);