/linux-4.1.27/arch/mn10300/kernel/ |
D | gdb-io-serial.c | 39 FLOWCTL_CLEAR(DTR); in gdbstub_io_init() 152 FLOWCTL_SET(DTR); in gdbstub_io_tx_char() 163 FLOWCTL_CLEAR(DTR); in gdbstub_io_tx_char() 173 FLOWCTL_CLEAR(DTR); in gdbstub_io_tx_flush()
|
/linux-4.1.27/arch/frv/kernel/ |
D | gdb-io.c | 64 FLOWCTL_CLEAR(DTR); in gdbstub_io_init() 190 FLOWCTL_SET(DTR); in gdbstub_tx_char() 203 FLOWCTL_CLEAR(DTR); in gdbstub_tx_char() 214 FLOWCTL_CLEAR(DTR); in gdbstub_tx_flush()
|
D | debug-stub.c | 161 FLOWCTL_SET0(DTR); in debug_to_serial() 174 FLOWCTL_CLEAR0(DTR); in debug_to_serial()
|
/linux-4.1.27/arch/cris/arch-v10/drivers/ |
D | Kconfig | 55 prompt "Ser0 DTR, RI, DSR and CD assignment" 68 Enables the status and control signals DTR, RI, DSR and CD on PB for 77 …int "Ser0 DTR on PA bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PA || ETRAX_SER0_DTR_RI_DS… 101 …int "Ser0 DTR on PB bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PB || ETRAX_SER0_DTR_RI_DS… 106 Specify the pin of the PB port to carry the DTR signal for serial 143 prompt "Ser1 DTR, RI, DSR and CD assignment" 156 Enables the status and control signals DTR, RI, DSR and CD on PB for 165 …int "Ser1 DTR on PA bit (-1 = not used)" if ETRAX_SER1_DTR_RI_DSR_CD_ON_PA || ETRAX_SER1_DTR_RI_DS… 189 …int "Ser1 DTR on PB bit (-1 = not used)" if ETRAX_SER1_DTR_RI_DSR_CD_ON_PB || ETRAX_SER1_DTR_RI_DS… 194 Specify the pin of the PB port to carry the DTR signal for serial [all …]
|
/linux-4.1.27/arch/mn10300/unit-asb2364/include/unit/ |
D | serial.h | 97 FLOWCTL_SET(DTR); in __debug_to_serial() 112 FLOWCTL_CLEAR(DTR); in __debug_to_serial()
|
/linux-4.1.27/arch/mn10300/unit-asb2305/include/unit/ |
D | serial.h | 103 FLOWCTL_SET(DTR); in __debug_to_serial() 118 FLOWCTL_CLEAR(DTR); in __debug_to_serial()
|
/linux-4.1.27/arch/mn10300/unit-asb2303/include/unit/ |
D | serial.h | 119 FLOWCTL_SET(DTR); in __debug_to_serial() 134 FLOWCTL_CLEAR(DTR); in __debug_to_serial()
|
/linux-4.1.27/drivers/tty/serial/ |
D | crisv10.c | 777 E100_STRUCT_PORT(0,DTR), E100_STRUCT_SHADOW(0,DTR), 781 E100_STRUCT_MASK(0,DTR), 793 E100_STRUCT_PORT(1,DTR), E100_STRUCT_SHADOW(1,DTR), 797 E100_STRUCT_MASK(1,DTR), 809 E100_STRUCT_PORT(2,DTR), E100_STRUCT_SHADOW(2,DTR), 813 E100_STRUCT_MASK(2,DTR), 825 E100_STRUCT_PORT(3,DTR), E100_STRUCT_SHADOW(3,DTR), 829 E100_STRUCT_MASK(3,DTR), 871 E100_STRUCT_PORT(0,DTR), E100_STRUCT_SHADOW(0,DTR), 872 E100_STRUCT_MASK(0,DTR), [all …]
|
D | pmac_zilog.c | 577 set_bits |= DTR; in pmz_set_mctrl() 579 clear_bits |= DTR; in pmz_set_mctrl() 879 uap->curregs[R5] |= DTR; in __pmz_startup() 907 uap->curregs[R5] |= DTR; in pmz_irda_reset() 914 uap->curregs[R5] &= ~DTR; in pmz_irda_reset() 1188 uap->curregs[R5] |= DTR; in pmz_irda_setup() 1238 uap->curregs[R5] &= ~DTR; in pmz_irda_setup() 1980 write_zsreg(uap, R5, uap->curregs[5] | TxENABLE | RTS | DTR); in pmz_console_write()
|
D | zs.h | 151 #define DTR 0x80 /* DTR */ macro
|
D | ip22zilog.h | 133 #define DTR 0x80 /* DTR */ macro
|
D | sunzilog.h | 125 #define DTR 0x80 /* DTR */ macro
|
D | pmac_zilog.h | 223 #define DTR 0x80 /* DTR */ macro
|
D | ip22zilog.c | 559 set_bits |= DTR; in ip22zilog_set_mctrl() 561 clear_bits |= DTR; in ip22zilog_set_mctrl()
|
D | zs.c | 398 zport_a->regs[5] |= DTR; in zs_set_mctrl() 400 zport_a->regs[5] &= ~DTR; in zs_set_mctrl()
|
D | sunzilog.c | 659 set_bits |= DTR; in sunzilog_set_mctrl() 661 clear_bits |= DTR; in sunzilog_set_mctrl()
|
/linux-4.1.27/Documentation/devicetree/bindings/serial/ |
D | axis,etraxfs-uart.txt | 9 - {dtr,dsr,ri,cd}-gpios: specify a GPIO for DTR/DSR/RI/CD
|
D | cirrus,clps711x-uart.txt | 11 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
|
D | fsl-mxs-auart.txt | 17 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
|
D | atmel-usart.txt | 17 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD line respectively.
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/ |
D | serial.txt | 14 CTS, RTS, DCD, DSR, DTR, and RI.
|
/linux-4.1.27/arch/mn10300/boot/compressed/ |
D | misc.c | 217 FLOWCTL_SET(DTR); in kputs() 230 FLOWCTL_CLEAR(DTR); in kputs()
|
/linux-4.1.27/drivers/net/hamradio/ |
D | z8530.h | 97 #define DTR 0x80 /* DTR */ macro
|
D | scc.c | 802 wr(scc,R5,Tx8|DTR|TxCRC_ENAB); /* TX 8 bits/char, disabled, DTR */ in init_channel() 1379 case PARAM_DTR: return CAST((scc->wreg[R5] & DTR)? 1:0); in scc_get_param()
|
/linux-4.1.27/drivers/net/wan/ |
D | z85230.c | 222 5, TxCRC_ENAB|RTS|TxENAB|Tx8|DTR, 247 5, TxCRC_ENAB|RTS|TxENAB|Tx8|DTR, 305 c->regs[5] |= (RTS | DTR); in z8530_rtsdtr() 307 c->regs[5] &= ~(RTS | DTR); in z8530_rtsdtr()
|
D | z85230.h | 118 #define DTR 0x80 /* DTR */ macro
|
/linux-4.1.27/arch/cris/boot/rescue/ |
D | kimagerescue.S | 54 ;; (so we can flash LEDs, and so that DTR and others are set)
|
D | head_v10.S | 232 ;; (so we can flash LEDs, and so that DTR and others are set)
|
/linux-4.1.27/drivers/tty/ |
D | nozomi.c | 287 unsigned int DTR:1; member 344 unsigned int DTR:1; member 1535 ctrl.DTR = 1; in nozomi_card_exit() 1577 port->ctrl_ul.DTR = dtr; in set_dtr() 1724 (ctrl_ul->DTR ? TIOCM_DTR : 0) | in ntty_tiocmget()
|
/linux-4.1.27/Documentation/serial/ |
D | serial-rs485.txt | 16 toggling RTS or DTR signals. That can be used to control external
|
D | driver | 90 - TIOCM_DTR DTR signal. 182 RTS nor DTR; this will be done via a separate call to set_mctrl. 192 RTS nor DTR; this will have already been done via a separate
|
D | moxa-smartio | 464 close_delay set the amount of time(in 1/100 of a second) that DTR
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | Assabet | 253 COM: TX, RX, CTS, DSR, DCD, RTS, DTR, PM 291 COM1,2: TX, RX, CTS, DSR, DCD, RTS, DTR
|
/linux-4.1.27/firmware/keyspan_pda/ |
D | xircom_pgs.S | 309 ;; mov a, #0x84 ; turn on RTS, DTR 313 mov a, #0x7 ; turn on DTR 449 ;; 03 is control pins (RTS, DTR). 724 ;TODO BKPT is DTR
|
D | keyspan_pda.S | 284 mov a, #0x84 ; turn on RTS, DTR 411 ;; 03 is control pins (RTS, DTR). 686 mov a, r3 ; wValue[0] holds new bits: b7 is new DTR, b2 is new RTS
|
/linux-4.1.27/Documentation/isdn/ |
D | README | 120 AT&D0 Ignore DTR 121 AT&D2 DTR-low-edge: Hang up and return to 200 Bit 5 0 = return to command mode on DTR low. 213 Bit 2: 0 = Don't hangup on DTR low. 214 1 = Hangup on DTR low.
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | Kconfig | 765 - JASTEC USB Touch Controller/DigiTech DTR-02U 846 bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EXPERT
|
/linux-4.1.27/Documentation/usb/ |
D | usb-serial.txt | 308 reported state. Queries of outputs (DTR,RTS) show the last
|