Home
last modified time | relevance | path

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

12345678910>>...113

/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_active.c32 kfree(active); in __live_free()
37 struct live_active *active = container_of(ref, typeof(*active), ref); in __live_release() local
39 __live_free(active); in __live_release()
51 __live_get(active); in __live_active()
67 active = kzalloc(sizeof(*active), GFP_KERNEL); in __live_alloc()
68 if (!active) in __live_alloc()
74 return active; in __live_alloc()
87 if (!active) in __live_active_setup()
92 kfree(active); in __live_active_setup()
142 return active; in __live_active_setup()
[all …]
/openbmc/linux/arch/arm64/boot/dts/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 …]
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_modeset_verify.c148 bool active; in verify_encoder_state() local
184 pipe_config->hw.active = new_crtc_state->hw.active; in verify_crtc_state()
187 new_crtc_state->hw.active != pipe_config->hw.active, in verify_crtc_state()
189 new_crtc_state->hw.active, pipe_config->hw.active); in verify_crtc_state()
191 I915_STATE_WARN(dev_priv, crtc->active != new_crtc_state->hw.active, in verify_crtc_state()
193 new_crtc_state->hw.active, crtc->active); in verify_crtc_state()
199 bool active; in verify_crtc_state() local
202 I915_STATE_WARN(dev_priv, active != new_crtc_state->hw.active, in verify_crtc_state()
205 new_crtc_state->hw.active); in verify_crtc_state()
211 if (active) in verify_crtc_state()
[all …]
/openbmc/linux/kernel/sched/
H A Dloadavg.c157 unsigned long active, unsigned int n) in calc_load_n() argument
306 long delta, active, n; in calc_global_nohz() local
316 active = atomic_long_read(&calc_load_tasks); in calc_global_nohz()
317 active = active > 0 ? active * FIXED_1 : 0; in calc_global_nohz()
319 avenrun[0] = calc_load_n(avenrun[0], EXP_1, active, n); in calc_global_nohz()
352 long active, delta; in calc_global_load() local
365 active = atomic_long_read(&calc_load_tasks); in calc_global_load()
366 active = active > 0 ? active * FIXED_1 : 0; in calc_global_load()
368 avenrun[0] = calc_load(avenrun[0], EXP_1, active); in calc_global_load()
369 avenrun[1] = calc_load(avenrun[1], EXP_5, active); in calc_global_load()
[all …]
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-tx6-lcd.dtsi123 hsync-active = <0>;
124 vsync-active = <0>;
125 de-active = <1>;
140 hsync-active = <0>;
142 de-active = <1>;
159 de-active = <1>;
176 de-active = <1>;
192 de-active = <1>;
209 de-active = <1>;
225 de-active = <1>;
[all …]
H A Dimx6qdl-tx6-lvds.dtsi141 de-active = <1>;
155 hsync-active = <0>;
156 vsync-active = <0>;
157 de-active = <1>;
172 hsync-active = <0>;
174 de-active = <1>;
191 de-active = <1>;
208 de-active = <1>;
237 de-active = <1>;
253 de-active = <1>;
[all …]
H A Dimx53-tx53-x03x.dts80 hsync-active = <0>;
81 vsync-active = <0>;
82 de-active = <1>;
98 de-active = <1>;
114 de-active = <1>;
130 de-active = <1>;
146 de-active = <1>;
162 de-active = <1>;
178 de-active = <1>;
210 enable-active-high;
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D210.out27 active: true
32 active: false
35 active: false
38 active: false
41 active: false
44 active: false
47 active: false
50 active: false
79 active: true
84 active: false
[all …]
H A D198.out49 active: true
54 active: false
57 active: false
60 active: false
63 active: false
66 active: false
69 active: false
72 active: false
94 active: true
99 active: false
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_active.h63 __i915_active_fence_init(struct i915_active_fence *active, in __i915_active_fence_init() argument
67 RCU_INIT_POINTER(active->fence, fence); in __i915_active_fence_init()
68 active->cb.func = fn ?: i915_active_noop; in __i915_active_fence_init()
75 __i915_active_fence_set(struct i915_active_fence *active,
88 i915_active_fence_set(struct i915_active_fence *active,
101 i915_active_fence_get(struct i915_active_fence *active) in i915_active_fence_get() argument
106 fence = dma_fence_get_rcu_safe(&active->fence); in i915_active_fence_get()
123 return rcu_access_pointer(active->fence); in i915_active_fence_isset()
153 int (*active)(struct i915_active *ref),
221 struct i915_active *active) in __i915_request_await_exclusive() argument
[all …]
H A Di915_active.c212 struct i915_active_fence *active = in active_fence_cb() local
348 ref->active = active; in __i915_active_init()
431 struct i915_active_fence *active; in i915_active_add_request() local
441 if (!active) { in i915_active_add_request()
465 struct i915_active_fence *active, in __i915_active_set_fence() argument
470 if (replace_barrier(ref, active)) { in __i915_active_set_fence()
510 if (!ref->active) { in i915_active_acquire()
520 err = ref->active(ref); in i915_active_acquire()
532 struct i915_active_fence *active; in i915_active_acquire_for_context() local
540 if (!active) { in i915_active_acquire_for_context()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dactive-semi,act8945a-charger.yaml17 const: active-semi,act8945a-charger
22 active-semi,chglev-gpios:
26 active-semi,lbo-gpios:
30 active-semi,input-voltage-threshold-microvolt:
37 active-semi,precondition-timeout:
45 active-semi,total-timeout:
56 - active-semi,chglev-gpios
57 - active-semi,lbo-gpios
67 compatible = "active-semi,act8945a-charger";
73 active-semi,precondition-timeout = <40>;
[all …]
/openbmc/u-boot/doc/device-tree-bindings/leds/
H A Dleds-bcm6358.txt28 - active-low : Boolean, makes LED active low.
41 active-low;
46 active-low;
51 active-low;
56 active-low;
72 active-low;
77 active-low;
87 active-low;
96 active-low;
101 active-low;
[all …]
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dleds-bcm6358.txt28 - active-low : Boolean, makes LED active low.
45 active-low;
50 active-low;
55 active-low;
60 active-low;
76 active-low;
81 active-low;
91 active-low;
100 active-low;
105 active-low;
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_context.c336 struct intel_context *ce = container_of(active, typeof(*ce), active); in __intel_context_retire()
349 struct intel_context *ce = container_of(active, typeof(*ce), active); in __intel_context_active()
553 active = rq; in intel_context_get_active_request()
555 if (active) in intel_context_get_active_request()
556 active = i915_request_get_rcu(active); in intel_context_get_active_request()
559 return active; in intel_context_get_active_request()
583 u64 total, active; in intel_context_get_total_runtime_ns() local
592 active = READ_ONCE(ce->stats.active); in intel_context_get_total_runtime_ns()
593 if (active) in intel_context_get_total_runtime_ns()
594 active = intel_context_clock() - active; in intel_context_get_total_runtime_ns()
[all …]
H A Dintel_engine_stats.h21 if (stats->active) { in intel_engine_context_in()
22 stats->active++; in intel_engine_context_in()
31 stats->active++; in intel_engine_context_in()
36 GEM_BUG_ON(!stats->active); in intel_engine_context_in()
44 GEM_BUG_ON(!stats->active); in intel_engine_context_out()
45 if (stats->active > 1) { in intel_engine_context_out()
46 stats->active--; in intel_engine_context_out()
53 stats->active--; in intel_engine_context_out()
H A Dselftest_engine_heartbeat.c43 struct i915_active active; member
49 kref_get(&container_of(active, struct pulse, active)->kref); in pulse_active()
57 i915_active_fini(&p->active); in pulse_free()
68 pulse_put(container_of(active, struct pulse, active)); in pulse_retire()
87 i915_active_unlock_wait(&p->active); in pulse_unlock_wait()
102 err = i915_active_acquire(&p->active); in __live_idle_pulse()
108 i915_active_release(&p->active); in __live_idle_pulse()
112 i915_active_acquire_barrier(&p->active); in __live_idle_pulse()
113 i915_active_release(&p->active); in __live_idle_pulse()
138 if (!i915_active_is_idle(&p->active)) { in __live_idle_pulse()
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-thread-pool.c11 static int active; variable
43 active--; in done_cb()
63 active = 1; in test_submit_aio()
68 g_assert_cmpint(active, ==, 0); in test_submit_aio()
77 active = 1; in co_test_cb()
86 active--; in co_test_cb()
100 g_assert_cmpint(active, ==, 1); in test_submit_co()
127 active = 100; in test_submit_many()
128 while (active > 0) { in test_submit_many()
159 active = 100; in do_test_cancel()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_ksyms_btf_write_check.c13 int *active; in handler1() local
17 active = (int *)bpf_per_cpu_ptr(&bpf_prog_active, cpu); in handler1()
18 if (active) { in handler1()
23 *(volatile int *)active = -1; in handler1()
37 int *active; in handler2() local
39 active = bpf_this_cpu_ptr(&bpf_prog_active); in handler2()
40 write_active(active); in handler2()
/openbmc/linux/tools/testing/selftests/sync/
H A Dsync_wait.c36 int valid, active, signaled, ret; in test_fence_multi_timeline_wait() local
53 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE); in test_fence_multi_timeline_wait()
54 ASSERT(active == 3, "Fence signaled too early!\n"); in test_fence_multi_timeline_wait()
61 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE); in test_fence_multi_timeline_wait()
63 ASSERT(active == 2 && signaled == 1, in test_fence_multi_timeline_wait()
67 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE); in test_fence_multi_timeline_wait()
69 ASSERT(active == 1 && signaled == 2, in test_fence_multi_timeline_wait()
73 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE); in test_fence_multi_timeline_wait()
75 ASSERT(active == 0 && signaled == 3, in test_fence_multi_timeline_wait()
/openbmc/linux/drivers/acpi/
H A Dpci_link.c235 link->irq.active = 0; in acpi_pci_link_get_current()
269 link->irq.active = irq; in acpi_pci_link_get_current()
378 link->irq.active = irq; in acpi_pci_link_set()
462 if (link->irq.active && link->irq.active == irq) in acpi_irq_pci_sharing_penalty()
554 link->irq.active); in acpi_pci_link_allocate()
555 link->irq.active = 0; in acpi_pci_link_allocate()
561 if (link->irq.active) in acpi_pci_link_allocate()
562 irq = link->irq.active; in acpi_pci_link_allocate()
594 link->irq.active); in acpi_pci_link_allocate()
635 if (!link->irq.active) { in acpi_pci_link_allocate_irq()
[all …]
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Ddisplay-timing.txt26 - hsync-active: hsync pulse is active low/high/ignored
27 - vsync-active: vsync pulse is active low/high/ignored
28 - de-active: data-enable pulse is active low/high/ignored
29 - pixelclk-active: with
30 - active high = drive pixel data on rising edge/
32 - active low = drive pixel data on falling edge/
40 <1>: high active
41 <0>: low active
90 hsync-active = <1>;
/openbmc/linux/drivers/gpu/vga/
H A Dvga_switcheroo.c119 bool active; member
150 bool active; member
267 if (vgasr_priv.active) { in vga_switcheroo_unregister_handler()
295 bool active, in register_client() argument
308 client->active = active; in register_client()
422 if (client->active) in find_active_client()
712 if (!active) in vga_switchto_stage1()
729 if (!active) in vga_switchto_stage2()
732 active->active = false; in vga_switchto_stage2()
751 vga_switchoff(active); in vga_switchto_stage2()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dactive-semi,act8945a.yaml14 const: active-semi,act8945a
25 active-semi,vsel-high:
88 const: active-semi,act8945a-charger
93 active-semi,chglev-gpios:
97 active-semi,lbo-gpios:
101 active-semi,input-voltage-threshold-microvolt:
105 active-semi,precondition-timeout:
109 active-semi,total-timeout:
136 compatible = "active-semi,act8945a";
138 active-semi,vsel-high;
[all …]
/openbmc/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra210-p2180.dtsi98 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
99 maxim,active-fps-power-up-slot = <7>;
100 maxim,active-fps-power-down-slot = <0>;
107 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
137 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
148 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
159 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
256 maxim,active-fps-power-up-slot = <7>;
257 maxim,active-fps-power-down-slot = <0>;
294 nvidia,core-power-req-active-high;
[all …]

12345678910>>...113