Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/driver-api/tty/
Dn_gsm.rst30 #. Configure the mux using ``GSMIOC_GETCONF``/``GSMIOC_SETCONF`` ioctl.
78 ioctl(fd, GSMIOC_GETCONF, &c);
131 #. Configure the mux using ``GSMIOC_GETCONF``/``GSMIOC_SETCONF`` ioctl.
168 ioctl(fd, GSMIOC_GETCONF, &c);
/Linux-v6.6/include/uapi/linux/
Dgsmmux.h60 #define GSMIOC_GETCONF _IOR('G', 0, struct gsm_config) macro
/Linux-v6.6/drivers/tty/
Dn_gsm.c3776 case GSMIOC_GETCONF: in gsmld_ioctl()