Home
last modified time | relevance | path

Searched refs:TIOCMBIS (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/include/uapi/asm-generic/
H A Dioctls.h41 #define TIOCMBIS 0x5416 macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dioctls.h41 #define TIOCMBIS 0x5416 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dioctls.h34 #define TIOCMBIS 0x741b /* bis modem bits */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dioctls.h30 #define TIOCMBIS 0x5416 macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dioctls.h56 #define TIOCMBIS _IOW('T', 22, unsigned int) macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dioctls.h52 #define TIOCMBIS 0x5416 macro
/openbmc/linux/arch/sh/include/uapi/asm/
H A Dioctls.h44 #define TIOCMBIS _IOW('T', 22, unsigned int) /* 0x5416 */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dioctls.h57 #define TIOCMBIS 0x5416 macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dioctls.h64 #define TIOCMBIS _IOW('t', 108, int) macro
/openbmc/linux/drivers/net/wwan/
H A Dwwan_core.c833 case TIOCMBIS: { in wwan_port_fops_at_ioctl()
842 else if (cmd == TIOCMBIS) in wwan_port_fops_at_ioctl()
/openbmc/linux/drivers/tty/
H A Dtty_io.c2548 case TIOCMBIS: in tty_tiocmset()
2753 case TIOCMBIS: in tty_ioctl()
2881 case TIOCMBIS: in tty_compat_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h27 IOCTL(TIOCMBIS, IOC_W, MK_PTR(TYPE_INT)) in IOCTL()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch25 +pub const TIOCMBIS: u32 = 21526;