Home
last modified time | relevance | path

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

/linux-6.15/Documentation/driver-api/tty/
H A 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-6.15/include/uapi/linux/
H A Dgsmmux.h61 #define GSMIOC_GETCONF _IOR('G', 0, struct gsm_config) macro
/linux-6.15/drivers/tty/
H A Dn_gsm.c3838 case GSMIOC_GETCONF: in gsmld_ioctl()