Home
last modified time | relevance | path

Searched refs:GSMIOC_SETCONF_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.
76 ioctl(fd, GSMIOC_SETCONF_EXT, &ce);
128 #. Configure the mux using ``GSMIOC_GETCONF_EXT``/``GSMIOC_SETCONF_EXT``
166 ioctl(fd, GSMIOC_SETCONF_EXT, &ce);
/openbmc/linux/include/uapi/linux/
H A Dgsmmux.h113 #define GSMIOC_SETCONF_EXT _IOW('G', 6, struct gsm_config_ext) macro
/openbmc/linux/drivers/tty/
H A Dn_gsm.c3847 case GSMIOC_SETCONF_EXT: in gsmld_ioctl()