Home
last modified time | relevance | path

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

/openbmc/linux/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);
/openbmc/linux/include/uapi/linux/
H A Dgsmmux.h60 #define GSMIOC_GETCONF _IOR('G', 0, struct gsm_config) macro
/openbmc/linux/drivers/tty/
H A Dn_gsm.c3830 case GSMIOC_GETCONF: in gsmld_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch803 +pub const GSMIOC_GETCONF: u32 = 2152482560;