/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | ioctls.h | 30 #define TCFLSH 0x540B macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | ioctls.h | 30 #define TCFLSH 0x540B macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | ioctls.h | 22 #define TCFLSH 0x5407 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | ioctls.h | 19 #define TCFLSH _IO('T', 7) macro
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | ioctls.h | 33 #define TCFLSH _IO('t', 31) macro
|
/openbmc/linux/arch/sh/include/uapi/asm/ |
H A D | ioctls.h | 27 #define TCFLSH _IO('t', 31) macro
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | ioctls.h | 39 #define TCFLSH _IO('t', 31) macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | ioctls.h | 33 #define TCFLSH _IO('t', 31) macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | ioctls.h | 14 #define TCFLSH _IO('T', 7) macro
|
/openbmc/ipmitool/src/plugins/serial/ |
H A D | serial_terminal.c | 342 #if defined(TCFLSH) in serial_flush() 343 return ioctl(intf->fd, TCFLSH, TCIOFLUSH); in serial_flush()
|
H A D | serial_basic.c | 327 #if defined(TCFLSH) in serial_bm_flush() 328 return ioctl(intf->fd, TCFLSH, TCIOFLUSH); in serial_bm_flush()
|
/openbmc/linux/drivers/tty/ipwireless/ |
H A D | tty.c | 428 case TCFLSH: in ipw_ioctl()
|
/openbmc/linux/drivers/net/ppp/ |
H A D | ppp_synctty.c | 300 case TCFLSH: in ppp_synctty_ioctl()
|
H A D | ppp_async.c | 307 case TCFLSH: in ppp_asynctty_ioctl()
|
/openbmc/linux/drivers/tty/ |
H A D | n_hdlc.c | 622 case TCFLSH: in n_hdlc_tty_ioctl()
|
H A D | tty_ioctl.c | 985 case TCFLSH: in n_tty_ioctl_helper()
|
H A D | tty_io.c | 2757 case TCFLSH: in tty_ioctl() 2938 case TCFLSH: in tty_compat_ioctl()
|
/openbmc/linux/drivers/usb/serial/ |
H A D | kobil_sct.c | 548 case TCFLSH: in kobil_ioctl()
|
/openbmc/linux/drivers/net/wwan/ |
H A D | wwan_core.c | 794 case TCFLSH: in wwan_port_fops_at_ioctl()
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 17 IOCTL(TCFLSH, 0, TYPE_INT) in IOCTL()
|
/openbmc/ipmitool/ |
H A D | ChangeLog | 48 * Use TIOCFLUSH if TCFLSH is missing to get the serial plugin building on
|