Searched refs:TIOCMBIS (Results 1 – 16 of 16) sorted by relevance
/linux-2.6.39/arch/mips/pmc-sierra/yosemite/ |
D | atmel_read_eeprom.h | 60 #define sda_hi (ioctl(fd, TIOCMBIS, &dtr)) 63 #define scl_hi (ioctl(fd, TIOCMBIS, &rts))
|
/linux-2.6.39/drivers/staging/tty/ |
D | digi1.h | 15 #define TIOCMBIS (('d'<<8) | 255) /* set modem ctrl state */ macro
|
/linux-2.6.39/arch/mips/include/asm/ |
D | ioctls.h | 33 #define TIOCMBIS 0x741b /* bis modem bits */ macro
|
/linux-2.6.39/include/asm-generic/ |
D | ioctls.h | 40 #define TIOCMBIS 0x5416 macro
|
/linux-2.6.39/arch/parisc/include/asm/ |
D | ioctls.h | 29 #define TIOCMBIS 0x5416 macro
|
/linux-2.6.39/arch/sh/include/asm/ |
D | ioctls.h | 43 #define TIOCMBIS _IOW('T', 22, unsigned int) /* 0x5416 */ macro
|
/linux-2.6.39/arch/alpha/include/asm/ |
D | ioctls.h | 51 #define TIOCMBIS 0x5416 macro
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | ioctls.h | 51 #define TIOCMBIS 0x5416 macro
|
/linux-2.6.39/arch/xtensa/include/asm/ |
D | ioctls.h | 55 #define TIOCMBIS _IOW('T', 22, unsigned int) macro
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | ioctls.h | 56 #define TIOCMBIS _IOW('t', 108, int) macro
|
/linux-2.6.39/drivers/staging/quatech_usb2/ |
D | quatech_usb2.c | 880 if (cmd == TIOCMBIS || cmd == TIOCMBIC) { in qt2_ioctl() 889 case TIOCMBIS: in qt2_ioctl()
|
/linux-2.6.39/net/irda/irnet/ |
D | irnet_ppp.c | 792 case TIOCMBIS: in dev_irnet_ioctl()
|
/linux-2.6.39/drivers/usb/serial/ |
D | mos7720.c | 1938 case TIOCMBIS: in set_modem_info() 2012 case TIOCMBIS: in mos7720_ioctl()
|
D | ChangeLog.history | 529 - added support for TIOCMBIS and TIOCMBIC.
|
/linux-2.6.39/drivers/tty/ |
D | tty_io.c | 2506 case TIOCMBIS: in tty_tiocmset() 2664 case TIOCMBIS: in tty_ioctl()
|
/linux-2.6.39/fs/ |
D | compat_ioctl.c | 855 COMPATIBLE_IOCTL(TIOCMBIS)
|