Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dgsmmux.h89 #define GSMIOC_GETFIRST _IOR('G', 4, __u32) macro
/openbmc/linux/Documentation/driver-api/tty/
H A Dn_gsm.rst95 ioctl(fd, GSMIOC_GETFIRST, &first);
185 ioctl(fd, GSMIOC_GETFIRST, &first);
/openbmc/linux/drivers/tty/
H A Dn_gsm.c3841 case GSMIOC_GETFIRST: in gsmld_ioctl()