Searched refs:TIOCMSET (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | ioctls.h | 43 #define TIOCMSET 0x5418 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | ioctls.h | 43 #define TIOCMSET 0x5418 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | ioctls.h | 36 #define TIOCMSET 0x741a /* set all modem bits */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | ioctls.h | 32 #define TIOCMSET 0x5418 macro
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | ioctls.h | 54 #define TIOCMSET 0x5418 macro
|
/openbmc/linux/arch/sh/include/uapi/asm/ |
H A D | ioctls.h | 46 #define TIOCMSET _IOW('T', 24, unsigned int) /* 0x5418 */ macro
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | ioctls.h | 58 #define TIOCMSET _IOW('T', 24, unsigned int) macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | ioctls.h | 59 #define TIOCMSET 0x5418 macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | ioctls.h | 65 #define TIOCMSET _IOW('t', 109, int) macro
|
/openbmc/qemu/chardev/ |
H A D | char-serial.c | 252 ioctl(fioc->fd, TIOCMSET, &targ); in tty_serial_ioctl()
|
/openbmc/linux/drivers/tty/ |
H A D | tty_io.c | 2554 case TIOCMSET: in tty_tiocmset() 2751 case TIOCMSET: in tty_ioctl() 2879 case TIOCMSET: in tty_compat_ioctl()
|
/openbmc/linux/drivers/net/wwan/ |
H A D | wwan_core.c | 831 case TIOCMSET: in wwan_port_fops_at_ioctl()
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 29 IOCTL(TIOCMSET, IOC_W, MK_PTR(TYPE_INT)) in IOCTL()
|