Path: blob/master/arch/xtensa/include/uapi/asm/ioctls.h
26498 views
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */1/*2* include/asm-xtensa/ioctls.h3*4* This file is subject to the terms and conditions of the GNU General Public5* License. See the file "COPYING" in the main directory of this archive6* for more details.7*8* Copyright (C) 2003 - 2005 Tensilica Inc.9*10* Derived from "include/asm-i386/ioctls.h"11*/1213#ifndef _XTENSA_IOCTLS_H14#define _XTENSA_IOCTLS_H1516#include <asm/ioctl.h>1718#define FIOCLEX _IO('f', 1)19#define FIONCLEX _IO('f', 2)20#define FIOASYNC _IOW('f', 125, int)21#define FIONBIO _IOW('f', 126, int)22#define FIONREAD _IOR('f', 127, int)23#define TIOCINQ FIONREAD24#define FIOQSIZE _IOR('f', 128, loff_t)2526#define TCGETS 0x540127#define TCSETS 0x540228#define TCSETSW 0x540329#define TCSETSF 0x54043031#define TCGETA 0x80127417 /* _IOR('t', 23, struct termio) */32#define TCSETA 0x40127418 /* _IOW('t', 24, struct termio) */33#define TCSETAW 0x40127419 /* _IOW('t', 25, struct termio) */34#define TCSETAF 0x4012741C /* _IOW('t', 28, struct termio) */3536#define TCSBRK _IO('t', 29)37#define TCXONC _IO('t', 30)38#define TCFLSH _IO('t', 31)3940#define TIOCSWINSZ 0x40087467 /* _IOW('t', 103, struct winsize) */41#define TIOCGWINSZ 0x80087468 /* _IOR('t', 104, struct winsize) */42#define TIOCSTART _IO('t', 110) /* start output, like ^Q */43#define TIOCSTOP _IO('t', 111) /* stop output, like ^S */44#define TIOCOUTQ _IOR('t', 115, int) /* output queue size */4546#define TIOCSPGRP _IOW('t', 118, int)47#define TIOCGPGRP _IOR('t', 119, int)4849#define TIOCEXCL _IO('T', 12)50#define TIOCNXCL _IO('T', 13)51#define TIOCSCTTY _IO('T', 14)5253#define TIOCSTI _IOW('T', 18, char)54#define TIOCMGET _IOR('T', 21, unsigned int)55#define TIOCMBIS _IOW('T', 22, unsigned int)56#define TIOCMBIC _IOW('T', 23, unsigned int)57#define TIOCMSET _IOW('T', 24, unsigned int)58# define TIOCM_LE 0x00159# define TIOCM_DTR 0x00260# define TIOCM_RTS 0x00461# define TIOCM_ST 0x00862# define TIOCM_SR 0x01063# define TIOCM_CTS 0x02064# define TIOCM_CAR 0x04065# define TIOCM_RNG 0x08066# define TIOCM_DSR 0x10067# define TIOCM_CD TIOCM_CAR68# define TIOCM_RI TIOCM_RNG6970#define TIOCGSOFTCAR _IOR('T', 25, unsigned int)71#define TIOCSSOFTCAR _IOW('T', 26, unsigned int)72#define TIOCLINUX _IOW('T', 28, char)73#define TIOCCONS _IO('T', 29)74#define TIOCGSERIAL 0x803C541E /*_IOR('T', 30, struct serial_struct)*/75#define TIOCSSERIAL 0x403C541F /*_IOW('T', 31, struct serial_struct)*/76#define TIOCPKT _IOW('T', 32, int)77# define TIOCPKT_DATA 078# define TIOCPKT_FLUSHREAD 179# define TIOCPKT_FLUSHWRITE 280# define TIOCPKT_STOP 481# define TIOCPKT_START 882# define TIOCPKT_NOSTOP 1683# define TIOCPKT_DOSTOP 3284# define TIOCPKT_IOCTL 64858687#define TIOCNOTTY _IO('T', 34)88#define TIOCSETD _IOW('T', 35, int)89#define TIOCGETD _IOR('T', 36, int)90#define TCSBRKP _IOW('T', 37, int) /* Needed for POSIX tcsendbreak()*/91#define TIOCSBRK _IO('T', 39) /* BSD compatibility */92#define TIOCCBRK _IO('T', 40) /* BSD compatibility */93#define TIOCGSID _IOR('T', 41, pid_t) /* Return the session ID of FD*/94#define TCGETS2 _IOR('T', 42, struct termios2)95#define TCSETS2 _IOW('T', 43, struct termios2)96#define TCSETSW2 _IOW('T', 44, struct termios2)97#define TCSETSF2 _IOW('T', 45, struct termios2)98#define TIOCGRS485 _IOR('T', 46, struct serial_rs485)99#define TIOCSRS485 _IOWR('T', 47, struct serial_rs485)100#define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */101#define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */102#define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get primary device node of /dev/console */103#define TIOCSIG _IOW('T',0x36, int) /* Generate signal on Pty slave */104#define TIOCVHANGUP _IO('T', 0x37)105#define TIOCGPKT _IOR('T', 0x38, int) /* Get packet mode state */106#define TIOCGPTLCK _IOR('T', 0x39, int) /* Get Pty lock state */107#define TIOCGEXCL _IOR('T', 0x40, int) /* Get exclusive mode state */108#define TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */109#define TIOCGISO7816 _IOR('T', 0x42, struct serial_iso7816)110#define TIOCSISO7816 _IOWR('T', 0x43, struct serial_iso7816)111112#define TIOCSERCONFIG _IO('T', 83)113#define TIOCSERGWILD _IOR('T', 84, int)114#define TIOCSERSWILD _IOW('T', 85, int)115#define TIOCGLCKTRMIOS 0x5456116#define TIOCSLCKTRMIOS 0x5457117#define TIOCSERGSTRUCT 0x5458 /* For debugging only */118#define TIOCSERGETLSR _IOR('T', 89, unsigned int) /* Get line status reg. */119/* ioctl (fd, TIOCSERGETLSR, &result) where result may be as below */120# define TIOCSER_TEMT 0x01 /* Transmitter physically empty */121#define TIOCSERGETMULTI 0x80a8545a /* Get multiport config */122/* _IOR('T', 90, struct serial_multiport_struct) */123#define TIOCSERSETMULTI 0x40a8545b /* Set multiport config */124/* _IOW('T', 91, struct serial_multiport_struct) */125126#define TIOCMIWAIT _IO('T', 92) /* wait for a change on serial input line(s) */127#define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */128129#endif /* _XTENSA_IOCTLS_H */130131132