Home
last modified time | relevance | path

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

12345678910>>...14

/arch/arm/boot/dts/
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 = <0>;
[all …]
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 = <0>;
[all …]
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 = <0>;
[all …]
Dimx53-tx53-x03x.dts51 hsync-active = <0>;
52 vsync-active = <0>;
53 de-active = <1>;
54 pixelclk-active = <0>;
67 hsync-active = <0>;
68 vsync-active = <0>;
69 de-active = <1>;
70 pixelclk-active = <0>;
83 hsync-active = <0>;
84 vsync-active = <0>;
[all …]
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 = <0>;
Domap3-devkit8000-lcd70.dts31 hsync-active = <0>;
32 vsync-active = <0>;
33 de-active = <1>;
34 pixelclk-active = <1>;
Domap3-devkit8000-lcd43.dts31 hsync-active = <0>;
32 vsync-active = <0>;
33 de-active = <1>;
34 pixelclk-active = <1>;
Dimx28-tx28.dts60 enable-active-high;
70 enable-active-high;
109 enable-active-high;
120 enable-active-high;
373 hsync-active = <0>;
374 vsync-active = <0>;
375 de-active = <1>;
376 pixelclk-active = <1>;
390 hsync-active = <0>;
391 vsync-active = <0>;
[all …]
Dtegra30-cardhu-a04.dts31 enable-active-high;
43 enable-active-high;
53 enable-active-high;
65 enable-active-high;
77 enable-active-high;
89 enable-active-high;
101 enable-active-high;
Dtegra30-cardhu-a02.dts31 enable-active-high;
43 enable-active-high;
53 enable-active-high;
65 enable-active-high;
77 enable-active-high;
89 enable-active-high;
Dexynos5420-trip-points.dtsi18 type = "active";
23 type = "active";
28 type = "active";
Dexynos4-cpu-thermal.dtsi24 type = "active";
29 type = "active";
34 type = "active";
Dimx6dl-tx6dl-comtft.dts72 hsync-active = <0>;
73 vsync-active = <0>;
74 de-active = <1>;
75 pixelclk-active = <1>;
Dimx6q-tx6q-1010-comtft.dts72 hsync-active = <0>;
73 vsync-active = <0>;
74 de-active = <1>;
75 pixelclk-active = <1>;
Dexynos5422-cpu-thermal.dtsi25 type = "active";
30 type = "active";
35 type = "active";
Datlas7-evb.dts105 hsync-active = <0>;
106 vsync-active = <0>;
107 de-active = <1>;
108 pixelclk-active = <1>;
Dimx23-evk.dts82 hsync-active = <0>;
83 vsync-active = <0>;
84 de-active = <1>;
85 pixelclk-active = <0>;
149 enable-active-high;
Dimx28-cfa10056.dts86 hsync-active = <0>;
87 vsync-active = <0>;
88 de-active = <1>;
89 pixelclk-active = <1>;
Dimx6q-tx6q-1020-comtft.dts72 hsync-active = <0>;
73 vsync-active = <0>;
74 de-active = <1>;
75 pixelclk-active = <1>;
/arch/arm/kernel/
Ddma.c69 dma->active = 0; in request_dma()
102 if (dma->active) { in free_dma()
105 dma->active = 0; in free_dma()
128 if (dma->active) in set_dma_sg()
145 if (dma->active) in __set_dma_addr()
162 if (dma->active) in set_dma_count()
177 if (dma->active) in set_dma_mode()
194 if (dma->active == 0) { in enable_dma()
195 dma->active = 1; in enable_dma()
215 if (dma->active == 1) { in disable_dma()
[all …]
/arch/powerpc/mm/
Dmmu_context_nohash.c100 if (mm->context.active) { in steal_context_smp()
157 mm->context.active = 0; in steal_all_contexts()
212 nact += context_mm[id]->context.active; in context_check_map()
238 cpu, next, next->context.active, next->context.id); in switch_mmu_context()
242 next->context.active++; in switch_mmu_context()
244 pr_hardcont(" (old=0x%p a=%d)", prev, prev->context.active); in switch_mmu_context()
245 WARN_ON(prev->context.active < 1); in switch_mmu_context()
246 prev->context.active--; in switch_mmu_context()
334 mm->context.active = 0; in init_new_context()
355 WARN_ON(mm->context.active != 0); in destroy_context()
[all …]
/arch/s390/kernel/
Ddebug.c867 debug_finish_entry(debug_info_t * id, debug_entry_t* active, int level, in debug_finish_entry() argument
870 active->id.stck = get_tod_clock_fast(); in debug_finish_entry()
871 active->id.fields.cpuid = smp_processor_id(); in debug_finish_entry()
872 active->caller = __builtin_return_address(0); in debug_finish_entry()
873 active->id.fields.exception = exception; in debug_finish_entry()
874 active->id.fields.level = level; in debug_finish_entry()
954 debug_entry_t *active; in debug_event_common() local
963 active = get_active_entry(id); in debug_event_common()
964 memset(DEBUG_DATA(active), 0, id->buf_size); in debug_event_common()
965 memcpy(DEBUG_DATA(active), buf, min(len, id->buf_size)); in debug_event_common()
[all …]
/arch/powerpc/sysdev/ge/
Dge_pic.c230 u32 cause, mask, active; in gef_pic_get_irq() local
238 active = cause & mask; in gef_pic_get_irq()
240 if (active) { in gef_pic_get_irq()
242 if (active & (0x1 << hwirq)) in gef_pic_get_irq()
/arch/sh/kernel/cpu/sh4a/
Dubc.c68 unsigned long active = 0; in sh4a_ubc_active_mask() local
73 active |= (1 << i); in sh4a_ubc_active_mask()
75 return active; in sh4a_ubc_active_mask()
/arch/s390/include/asm/
Dtlbflush.h89 int active, count; in __tlb_flush_asce() local
92 active = (mm == current->active_mm) ? 1 : 0; in __tlb_flush_asce()
94 if (MACHINE_HAS_TLB_LC && (count & 0xffff) <= active && in __tlb_flush_asce()

12345678910>>...14