Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/driver-api/tty/
H A Dn_gsm.rst28 #. Configure the mux using ``GSMIOC_GETCONF_EXT``/``GSMIOC_SETCONF_EXT`` ioctl if needed.
72 ioctl(fd, GSMIOC_GETCONF_EXT, &ce);
128 #. Configure the mux using ``GSMIOC_GETCONF_EXT``/``GSMIOC_SETCONF_EXT``
162 ioctl(fd, GSMIOC_GETCONF_EXT, &ce);
/openbmc/linux/include/uapi/linux/
H A Dgsmmux.h112 #define GSMIOC_GETCONF_EXT _IOR('G', 5, struct gsm_config_ext) macro
/openbmc/linux/drivers/tty/
H A Dn_gsm.c3844 case GSMIOC_GETCONF_EXT: in gsmld_ioctl()