Home
last modified time | relevance | path

Searched refs:CTRL (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/sys/
H A Dttydefaults.h69 #define CEOF CTRL('D')
71 #define CERASE CTRL('?')
72 #define CERASE2 CTRL('H')
73 #define CINTR CTRL('C')
75 #define CKILL CTRL('U')
77 #define CQUIT CTRL('\\')
78 #define CSUSP CTRL('Z')
80 #define CDSUSP CTRL('Y')
81 #define CSTART CTRL('Q')
82 #define CSTOP CTRL('S')
[all …]
/f-stack/freebsd/ddb/
H A Ddb_input.c140 c = CTRL('p');
143 c = CTRL('n');
146 c = CTRL('f');
149 c = CTRL('b');
157 case CTRL('['):
160 case CTRL('b'):
167 case CTRL('f'):
174 case CTRL('a'):
181 case CTRL('e'):
188 case CTRL('h'):
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/leds/
H A Dleds-ktd2692.txt6 The ExpressWire interface through CTRL pin can control LED on/off and
10 Also, When the AUX pin is pulled high while CTRL pin is high,
15 - ctrl-gpios : Specifier of the GPIO connected to CTRL pin.
H A Dleds-lt3593.txt5 - lltc,ctrl-gpios: A handle to the GPIO that is connected to the 'CTRL'
/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Dbrcm,brcmstb-usb-phy.txt12 - reg: 1 or 2 offset and length pairs. One for the base CTRL registers
16 - reg: 3 offset and length pairs for CTRL, XHCI_EC and XHCI_GBL
20 - reg: 5 offset and length pairs for CTRL, XHCI_EC, XHCI_GBL,
/f-stack/freebsd/contrib/device-tree/Bindings/ufs/
H A Dufs-hisi.txt12 - reg : should contain UFS register address space & UFS SYS CTRL register address,
30 /* 1: UFS SYS CTRL */
/f-stack/freebsd/contrib/device-tree/Bindings/mips/brcm/
H A Dsoc.txt21 = Always-On control block (AON CTRL)
32 - reg : the register start and length for the AON CTRL block
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dti,sci-inta.yaml29 . | . . | | CTRL |
H A Dti,sci-inta.txt18 . | . . | | CTRL |
/f-stack/freebsd/contrib/device-tree/Bindings/arm/bcm/
H A Dbrcm,brcmstb.txt128 = Always-On control block (AON CTRL)
135 - reg : the register start and length for the AON CTRL block
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dste-hrefv60plus.dtsi228 /* NAHJ CTRL on GPIO76 to low, CTRL_INV on GPIO216 to high */
H A Dqcom-apq8064.dtsi1251 label = "MDSS DSI CTRL->0";
/f-stack/freebsd/contrib/dev/ice/
H A DREADME54 - CTRL
/f-stack/freebsd/contrib/device-tree/src/arm64/hisilicon/
H A Dhi3670.dtsi662 /* 1: UFS SYS CTRL */
H A Dhi3660.dtsi1040 /* 1: UFS SYS CTRL */
/f-stack/freebsd/kern/
H A Dtty.c1778 tp->t_termios.c_cc[VSTOP] == CTRL('S') && in tty_generic_ioctl()
1779 tp->t_termios.c_cc[VSTART] == CTRL('Q')) in tty_generic_ioctl()