Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/driver-api/tty/
Dn_gsm.rst28 #. Configure the mux using ``GSMIOC_GETCONF``/``GSMIOC_SETCONF`` ioctl.
66 ioctl(fd, GSMIOC_GETCONF, &c);
109 #. Configure the mux using ``GSMIOC_GETCONF``/``GSMIOC_SETCONF`` ioctl.
136 ioctl(fd, GSMIOC_GETCONF, &c);
/Linux-v6.1/include/uapi/linux/
Dgsmmux.h26 #define GSMIOC_GETCONF _IOR('G', 0, struct gsm_config) macro
/Linux-v6.1/drivers/tty/
Dn_gsm.c3109 case GSMIOC_GETCONF: in gsmld_ioctl()