Home
last modified time | relevance | path

Searched refs:GSMIOC_SETCONF (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.
86 ioctl(fd, GSMIOC_SETCONF, &c);
131 #. Configure the mux using ``GSMIOC_GETCONF``/``GSMIOC_SETCONF`` ioctl.
176 ioctl(fd, GSMIOC_SETCONF, &c);
/openbmc/linux/include/uapi/linux/
H A Dgsmmux.h61 #define GSMIOC_SETCONF _IOW('G', 1, struct gsm_config) macro
/openbmc/linux/drivers/tty/
H A Dn_gsm.c3835 case GSMIOC_SETCONF: in gsmld_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1087 +pub const GSMIOC_SETCONF: u32 = 1078740737;