Home
last modified time | relevance | path

Searched refs:active (Results 1 – 25 of 2134) sorted by relevance

12345678910>>...86

/src/crypto/heimdal/doc/
H A Dlatin1.tex4 \global\catcode`\^^a0=\active \global\let^^a0=~ % no-break space
5 \global\catcode`\^^a1=\active \global\def^^a1{!`} % inverted exclamation mark
6 \global\catcode`\^^a2=\active \global\def^^a2{{\rm\rlap/c}} % cent sign
7 \global\catcode`\^^a3=\active \global\def^^a3{{\it\$}} % pound sign
9 \global\catcode`\^^a7=\active \global\let^^a7=\S % section sign
10 \global\catcode`\^^a8=\active \global\def^^a8{\"{}} % diaeresis
11 \global\catcode`\^^a9=\active \global\let^^a9=\copyright % copyright sign
13 \global\catcode`\^^ac=\active \global\def^^ac{\inmathmode\neg}% not sign
14 \global\catcode`\^^ad=\active \global\let^^ad=\- % soft hyphen
16 \global\catcode`\^^af=\active \global\def^^af{\={}} % macron
[all …]
/src/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6qdl-tx6-lcd.dtsi86 hsync-active = <0>;
87 vsync-active = <0>;
88 de-active = <1>;
89 pixelclk-active = <0>;
102 hsync-active = <0>;
103 vsync-active = <0>;
104 de-active = <1>;
105 pixelclk-active = <0>;
118 hsync-active = <0>;
119 vsync-active = <0>;
[all …]
H A Dimx6qdl-tx6-lvds.dtsi104 de-active = <1>;
105 pixelclk-active = <1>;
118 hsync-active = <0>;
119 vsync-active = <0>;
120 de-active = <1>;
121 pixelclk-active = <0>;
134 hsync-active = <0>;
135 vsync-active = <0>;
136 de-active = <1>;
137 pixelclk-active = <1>;
[all …]
H A Dimx53-tx53-x03x.dts44 hsync-active = <0>;
45 vsync-active = <0>;
46 de-active = <1>;
47 pixelclk-active = <0>;
60 hsync-active = <0>;
61 vsync-active = <0>;
62 de-active = <1>;
63 pixelclk-active = <0>;
76 hsync-active = <0>;
77 vsync-active = <0>;
[all …]
H A Dimx53-tx53-x13x.dts66 enable-active-high;
76 enable-active-high;
160 hsync-active = <0>;
161 vsync-active = <0>;
162 de-active = <1>;
163 pixelclk-active = <1>;
176 hsync-active = <0>;
177 vsync-active = <0>;
178 de-active = <1>;
179 pixelclk-active = <1>;
[all …]
H A Dimx6ul-tx6ul.dtsi113 enable-active-high;
150 enable-active-high;
163 enable-active-high;
174 enable-active-high;
382 hsync-active = <0>;
383 vsync-active = <0>;
384 de-active = <1>;
385 pixelclk-active = <1>;
398 hsync-active = <0>;
399 vsync-active = <0>;
[all …]
/src/sys/contrib/device-tree/src/arm64/exynos/
H A Dexynos5433-tmu.dtsi20 type = "active";
25 type = "active";
30 type = "active";
35 type = "active";
40 type = "active";
45 type = "active";
50 type = "active";
108 type = "active";
113 type = "active";
118 type = "active";
[all …]
/src/sys/contrib/ck/src/
H A Dck_array.c37 struct _ck_array *active; in ck_array_create() local
39 active = allocator->malloc(sizeof(struct _ck_array) + sizeof(void *) * length); in ck_array_create()
40 if (active == NULL) in ck_array_create()
43 active->n_committed = 0; in ck_array_create()
44 active->length = length; in ck_array_create()
46 return active; in ck_array_create()
52 struct _ck_array *active; in ck_array_init() local
62 active = ck_array_create(allocator, length); in ck_array_init()
63 if (active == NULL) in ck_array_init()
68 array->active = active; in ck_array_init()
[all …]
/src/sys/contrib/device-tree/Bindings/power/supply/
H A Dact8945a-charger.txt4 - compatible: "active-semi,act8945a-charger".
5 - active-semi,chglev-gpios: charge current level phandle with args
7 - active-semi,lbo-gpios: specify the low battery voltage detect phandle
14 - active-semi,input-voltage-threshold-microvolt: unit: mV;
17 - active-semi,precondition-timeout: unit: minutes;
21 - active-semi,total-timeout: unit: hours;
28 compatible = "active-semi,act8945a";
32 compatible = "active-semi,act8945a-charger";
38 active-semi,chglev-gpios = <&pioA 12 GPIO_ACTIVE_HIGH>;
39 active-semi,lbo-gpios = <&pioA 72 GPIO_ACTIVE_LOW>;
[all …]
/src/sys/contrib/device-tree/Bindings/leds/
H A Dleds-bcm6358.txt18 - brcm,clk-dat-low : Boolean, makes clock and data signals active low.
43 active-low;
48 active-low;
53 active-low;
58 active-low;
74 active-low;
79 active-low;
89 active-low;
98 active-low;
103 active-low;
[all …]
/src/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm6846-genexis-xg6846b.dts83 active-low;
90 active-low;
97 active-low;
104 active-low;
111 active-low;
118 active-low;
125 active-low;
133 active-low;
141 active-low;
149 active-low;
[all …]
/src/stand/common/
H A Dconsole.c96 int active; in cons_probe() local
116 active = -1; in cons_probe()
117 for (cons = 0; consoles[cons] != NULL && active == -1; cons++) { in cons_probe()
121 active = cons; in cons_probe()
124 if (active == -1) in cons_probe()
125 active = 0; in cons_probe()
135 consoles[active]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT; in cons_probe()
136 consoles[active]->c_init(0); in cons_probe()
137 prefconsole = strdup(consoles[active]->c_name); in cons_probe()
289 int cons, active; in cons_change() local
[all …]
/src/contrib/netbsd-tests/ipf/expected/
H A Dn4_611 List of active MAP/Redirect filters:
14 List of active sessions:
18 List of active state sessions:
42 List of active MAP/Redirect filters:
45 List of active sessions:
49 List of active state sessions:
73 List of active MAP/Redirect filters:
76 List of active sessions:
81 List of active state sessions:
105 List of active MAP/Redirect filters:
[all …]
H A Dn411 List of active MAP/Redirect filters:
14 List of active sessions:
18 List of active state sessions:
42 List of active MAP/Redirect filters:
45 List of active sessions:
49 List of active state sessions:
73 List of active MAP/Redirect filters:
76 List of active sessions:
81 List of active state sessions:
105 List of active MAP/Redirect filters:
[all …]
H A Dn6_614 List of active MAP/Redirect filters:
17 List of active sessions:
22 List of active state sessions:
49 List of active MAP/Redirect filters:
52 List of active sessions:
57 List of active state sessions:
84 List of active MAP/Redirect filters:
87 List of active sessions:
91 List of active state sessions:
118 List of active MAP/Redirect filters:
[all …]
H A Dn614 List of active MAP/Redirect filters:
17 List of active sessions:
22 List of active state sessions:
49 List of active MAP/Redirect filters:
52 List of active sessions:
57 List of active state sessions:
84 List of active MAP/Redirect filters:
87 List of active sessions:
91 List of active state sessions:
118 List of active MAP/Redirect filters:
[all …]
H A Df1117 List of active MAP/Redirect filters:
19 List of active sessions:
22 List of active state sessions:
53 List of active MAP/Redirect filters:
55 List of active sessions:
58 List of active state sessions:
89 List of active MAP/Redirect filters:
91 List of active sessions:
94 List of active state sessions:
125 List of active MAP/Redirect filters:
[all …]
/src/sys/contrib/device-tree/Bindings/mfd/
H A Dact8945a.txt4 - compatible: "active-semi,act8945a".
13 compatible = "active-semi,act8945a";
16 active-semi,vsel-high;
70 compatible = "active-semi,act8945a-charger";
76 active-semi,chglev-gpios = <&pioA 12 GPIO_ACTIVE_HIGH>;
77 active-semi,lbo-gpios = <&pioA 72 GPIO_ACTIVE_LOW>;
78 active-semi,input-voltage-threshold-microvolt = <6600>;
79 active-semi,precondition-timeout = <40>;
80 active-semi,total-timeout = <3>;
/src/sys/contrib/ck/include/
H A Dck_array.h45 struct _ck_array *active; member
69 struct _ck_array *a = ck_pr_load_ptr(&array->active); in ck_array_length()
78 struct _ck_array *a = ck_pr_load_ptr(&array->active); in ck_array_buffer()
89 return ck_pr_load_ptr(&array->active) != NULL; in ck_array_initialized()
93 (i)->snapshot = ck_pr_load_ptr(&(a)->active); \
96 _ck_i < (a)->active->n_committed && \
97 ((*b) = (a)->active->values[_ck_i], 1); \
H A Dck_epoch.h90 unsigned int active; member
134 if (record->active == 0) { in ck_epoch_begin()
143 ck_pr_fas_uint(&record->active, 1); in ck_epoch_begin()
146 ck_pr_store_uint(&record->active, 1); in ck_epoch_begin()
160 ck_pr_store_uint(&record->active, record->active + 1); in ck_epoch_begin()
178 ck_pr_store_uint(&record->active, record->active - 1); in ck_epoch_end()
183 return record->active == 0; in ck_epoch_end()
/src/sys/contrib/device-tree/src/arm/nxp/mxs/
H A Dimx28-tx28.dts49 enable-active-high;
58 enable-active-high;
93 enable-active-high;
103 enable-active-high;
335 hsync-active = <0>;
336 vsync-active = <0>;
337 de-active = <1>;
338 pixelclk-active = <1>;
351 hsync-active = <0>;
352 vsync-active = <0>;
[all …]
/src/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra210-p2180.dtsi158 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
159 maxim,active-fps-power-up-slot = <7>;
160 maxim,active-fps-power-down-slot = <0>;
167 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
197 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
208 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
219 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
232 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
245 maxim,active-fps-source = <MAX77620_FPS_SRC_NONE>;
256 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
[all …]
/src/sys/contrib/device-tree/Bindings/media/i2c/
H A Dtvp7002.txt10 - hsync-active: HSYNC Polarity configuration for the bus. Default value when
13 - vsync-active: VSYNC Polarity configuration for the bus. Default value when
19 - sync-on-green-active: Active state of Sync-on-green signal property of the
24 - field-even-active: Active-high Field ID output polarity control of the bus.
44 hsync-active = <1>;
45 vsync-active = <1>;
47 sync-on-green-active = <1>;
48 field-even-active = <0>;
H A Dti,tvp7002.txt10 - hsync-active: HSYNC Polarity configuration for the bus. Default value when
13 - vsync-active: VSYNC Polarity configuration for the bus. Default value when
19 - sync-on-green-active: Active state of Sync-on-green signal property of the
24 - field-even-active: Active-high Field ID output polarity control of the bus.
44 hsync-active = <1>;
45 vsync-active = <1>;
47 sync-on-green-active = <1>;
48 field-even-active = <0>;
/src/sys/contrib/device-tree/Bindings/regulator/
H A Dtps65132-regulator.txt14 -enable-gpios:(active high, output) Regulators are controlled by the input pins.
17 -active-discharge-gpios: (active high, output) Some configurations use delay mechanisms
20 the delay mechanism. Requires specification of ti,active-discharge-time-us
21 -ti,active-discharge-time-us: how long the active discharge gpio should be
22 asserted for during active discharge, in microseconds.
43 regulator-active-discharge = <0>;

12345678910>>...86