Searched refs:active (Results 1 - 25 of 404) sorted by relevance

1234567891011>>

/freebsd-10-stable/sys/gnu/dts/arm/
H A Domap3-beagle-xm-ab.dts14 enable-active-high;
H A Dimx6dl-tx6u-801x.dts70 hsync-active = <0>;
71 vsync-active = <0>;
72 de-active = <1>;
73 pixelclk-active = <0>;
86 hsync-active = <0>;
87 vsync-active = <0>;
88 de-active = <1>;
89 pixelclk-active = <0>;
102 hsync-active = <0>;
103 vsync-active
[all...]
H A Dimx6q-tx6q-1010.dts70 hsync-active = <0>;
71 vsync-active = <0>;
72 de-active = <1>;
73 pixelclk-active = <0>;
86 hsync-active = <0>;
87 vsync-active = <0>;
88 de-active = <1>;
89 pixelclk-active = <0>;
102 hsync-active = <0>;
103 vsync-active
[all...]
H A Dimx6q-tx6q-1020.dts70 hsync-active = <0>;
71 vsync-active = <0>;
72 de-active = <1>;
73 pixelclk-active = <0>;
86 hsync-active = <0>;
87 vsync-active = <0>;
88 de-active = <1>;
89 pixelclk-active = <0>;
102 hsync-active = <0>;
103 vsync-active
[all...]
H A Dimx53-tx53-x03x.dts50 hsync-active = <0>;
51 vsync-active = <0>;
52 de-active = <1>;
53 pixelclk-active = <0>;
66 hsync-active = <0>;
67 vsync-active = <0>;
68 de-active = <1>;
69 pixelclk-active = <0>;
82 hsync-active = <0>;
83 vsync-active
[all...]
H A Dimx6dl-tx6dl-comtft.dts72 hsync-active = <0>;
73 vsync-active = <0>;
74 de-active = <1>;
75 pixelclk-active = <1>;
H A Dimx6q-tx6q-1010-comtft.dts72 hsync-active = <0>;
73 vsync-active = <0>;
74 de-active = <1>;
75 pixelclk-active = <1>;
H A Dimx53-tx53-x13x.dts74 enable-active-high;
85 enable-active-high;
202 hsync-active = <0>;
203 vsync-active = <0>;
204 de-active = <1>;
205 pixelclk-active = <0>;
227 hsync-active = <0>;
228 vsync-active = <0>;
229 de-active = <1>;
230 pixelclk-active
[all...]
H A Datlas7-evb.dts102 hsync-active = <0>;
103 vsync-active = <0>;
104 de-active = <1>;
105 pixelclk-active = <1>;
H A Dimx28-cfa10056.dts86 hsync-active = <0>;
87 vsync-active = <0>;
88 de-active = <1>;
89 pixelclk-active = <1>;
H A Dimx6dl-tx6u-811x.dts118 de-active = <1>;
119 pixelclk-active = <1>;
141 de-active = <1>;
142 pixelclk-active = <1>;
H A Dimx6q-tx6q-1020-comtft.dts72 hsync-active = <0>;
73 vsync-active = <0>;
74 de-active = <1>;
75 pixelclk-active = <1>;
H A Dimx6q-tx6q-1110.dts118 de-active = <1>;
119 pixelclk-active = <1>;
141 de-active = <1>;
142 pixelclk-active = <1>;
H A Dkirkwood-net5big.dts40 enable-active-high;
52 enable-active-high;
64 enable-active-high;
76 enable-active-high;
H A Dimx28-tx28.dts59 enable-active-high;
69 enable-active-high;
108 enable-active-high;
119 enable-active-high;
372 hsync-active = <0>;
373 vsync-active = <0>;
374 de-active = <1>;
375 pixelclk-active = <1>;
389 hsync-active = <0>;
390 vsync-active
[all...]
H A Dimx23-evk.dts82 hsync-active = <0>;
83 vsync-active = <0>;
84 de-active = <1>;
85 pixelclk-active = <0>;
149 enable-active-high;
/freebsd-10-stable/sys/boot/common/
H A Dconsole.c46 * specified, mark them as active. Else, mark the first probed console
47 * as active. Also create the console variable.
53 int active; local
65 active = -1;
66 for (cons = 0; consoles[cons] != NULL && active == -1; cons++) {
70 active = cons;
73 if (active == -1)
74 active = 0;
84 consoles[active]->c_flags |= C_ACTIVEIN | C_ACTIVEOUT;
85 consoles[active]
227 int cons, active; local
[all...]
/freebsd-10-stable/contrib/apr-util/buckets/
H A Dapr_buckets_alloc.c128 apr_memnode_t *active = list->blocks; local
138 endp = active->first_avail + SMALL_NODE_SIZE;
139 if (endp >= active->endp) {
142 list->blocks = active;
145 list->blocks->next = active;
146 active = list->blocks;
147 endp = active->first_avail + SMALL_NODE_SIZE;
149 node = (node_header_t *)active->first_avail;
151 node->memnode = active;
153 active
[all...]
/freebsd-10-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c87 int active = _nc_unicode_locale(); local
96 T(("initializing WIDE-ACS map (Unicode is%s active)",
97 active ? "" : " not"));
101 int wide = wcwidth(table[n].value[active]);
104 if (active && (wide == 1)) {
105 SetChar(_nc_wacs[m], table[n].value[active], A_NORMAL);
114 table[n].value[active],
/freebsd-10-stable/sys/boot/i386/libi386/
H A Dbootinfo.c45 int active; local
53 active = 0;
55 if (!active && (*cp == '-')) {
56 active = 1;
57 } else if (active)
93 active = 0;
/freebsd-10-stable/sys/boot/userboot/userboot/
H A Dbootinfo.c45 int active; local
53 active = 0;
55 if (!active && (*cp == '-')) {
56 active = 1;
57 } else if (active)
93 active = 0;
/freebsd-10-stable/tools/tools/nanobsd/Files/root/
H A Dupdatep154 gpart set -a active -i 1 ${NANO_DRIVE}
/freebsd-10-stable/tools/tools/nanobsd/gateworks/Files/root/
H A Dupdatep154 gpart set -a active -i 1 ${NANO_DRIVE}
/freebsd-10-stable/tools/tools/nanobsd/pcengines/Files/root/
H A Dupdatep154 gpart set -a active -i 1 ${NANO_DRIVE}
/freebsd-10-stable/contrib/serf/buckets/
H A Dallocator.c189 apr_memnode_t *active = allocator->blocks; local
191 if (active == NULL
192 || active->first_avail + STANDARD_NODE_SIZE >= active->endp) {
196 active = apr_allocator_alloc(allocator->allocator, ALLOC_AMT);
199 if (active == NULL)
203 allocator->blocks = active;
204 active->next = head;
207 node = (node_header_t *)active->first_avail;
209 active
[all...]

Completed in 383 milliseconds

1234567891011>>