Home
last modified time | relevance | path

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

12345678910>>...109

/linux-6.6.21/drivers/gpu/drm/i915/selftests/
Di915_active.c24 static void __live_get(struct live_active *active) in __live_get() argument
26 kref_get(&active->ref); in __live_get()
29 static void __live_free(struct live_active *active) in __live_free() argument
31 i915_active_fini(&active->base); in __live_free()
32 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()
42 static void __live_put(struct live_active *active) in __live_put() argument
44 kref_put(&active->ref, __live_release); in __live_put()
49 struct live_active *active = container_of(base, typeof(*active), base); in __live_active() local
[all …]
/linux-6.6.21/arch/arm64/boot/dts/exynos/
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 …]
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_modeset_verify.c44 I915_STATE_WARN(i915, !crtc_state->hw.active, in intel_connector_verify_state()
57 I915_STATE_WARN(i915, crtc_state && crtc_state->hw.active, in intel_connector_verify_state()
148 bool active; in verify_encoder_state() local
150 active = encoder->get_hw_state(encoder, &pipe); in verify_encoder_state()
151 I915_STATE_WARN(dev_priv, active, in verify_encoder_state()
183 if (IS_I830(dev_priv) && pipe_config->hw.active) in verify_crtc_state()
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()
[all …]
/linux-6.6.21/arch/arm/boot/dts/nxp/imx/
Dimx6qdl-tx6-lcd.dtsi123 hsync-active = <0>;
124 vsync-active = <0>;
125 de-active = <1>;
126 pixelclk-active = <0>;
140 hsync-active = <0>;
141 vsync-active = <0>;
142 de-active = <1>;
143 pixelclk-active = <0>;
157 hsync-active = <0>;
158 vsync-active = <0>;
[all …]
Dimx6qdl-tx6-lvds.dtsi141 de-active = <1>;
142 pixelclk-active = <1>;
155 hsync-active = <0>;
156 vsync-active = <0>;
157 de-active = <1>;
158 pixelclk-active = <0>;
172 hsync-active = <0>;
173 vsync-active = <0>;
174 de-active = <1>;
175 pixelclk-active = <1>;
[all …]
Dimx53-tx53-x03x.dts80 hsync-active = <0>;
81 vsync-active = <0>;
82 de-active = <1>;
83 pixelclk-active = <0>;
96 hsync-active = <0>;
97 vsync-active = <0>;
98 de-active = <1>;
99 pixelclk-active = <0>;
112 hsync-active = <0>;
113 vsync-active = <0>;
[all …]
/linux-6.6.21/kernel/sched/
Dloadavg.c157 unsigned long active, unsigned int n) in calc_load_n() argument
159 return calc_load(load, fixed_power_int(exp, FSHIFT, n), active); in calc_load_n()
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()
320 avenrun[1] = calc_load_n(avenrun[1], EXP_5, active, n); in calc_global_nohz()
321 avenrun[2] = calc_load_n(avenrun[2], EXP_15, 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()
[all …]
/linux-6.6.21/drivers/gpu/drm/i915/
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()
121 i915_active_fence_isset(const struct i915_active_fence *active) in i915_active_fence_isset() argument
123 return rcu_access_pointer(active->fence); in i915_active_fence_isset()
153 int (*active)(struct i915_active *ref),
[all …]
Di915_active.c36 node_from_active(struct i915_active_fence *active) in node_from_active() argument
38 return container_of(active, struct active_node, base); in node_from_active()
43 static inline bool is_barrier(const struct i915_active_fence *active) in is_barrier() argument
45 return IS_ERR(rcu_access_pointer(active->fence)); in is_barrier()
79 return (void *)ref->active ?: (void *)ref->retire ?: (void *)ref; in active_debug_hint()
204 __active_fence_slot(struct i915_active_fence *active) in __active_fence_slot() argument
206 return (struct dma_fence ** __force)&active->fence; in __active_fence_slot()
212 struct i915_active_fence *active = in active_fence_cb() local
213 container_of(cb, typeof(*active), cb); in active_fence_cb()
215 return cmpxchg(__active_fence_slot(active), fence, NULL) == fence; in active_fence_cb()
[all …]
/linux-6.6.21/Documentation/devicetree/bindings/power/supply/
Dactive-semi,act8945a-charger.yaml4 $id: http://devicetree.org/schemas/power/supply/active-semi,act8945a-charger.yaml#
17 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";
[all …]
/linux-6.6.21/Documentation/devicetree/bindings/leds/
Dleds-bcm6358.txt18 - brcm,clk-dat-low : Boolean, makes clock and data signals active low.
28 - 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;
[all …]
/linux-6.6.21/drivers/gpu/drm/i915/gt/
Dintel_context.c80 __i915_active_acquire(&ce->active); in intel_context_active_acquire()
87 err = i915_active_acquire_preallocate_barrier(&ce->active, in intel_context_active_acquire()
90 i915_active_release(&ce->active); in intel_context_active_acquire()
98 i915_active_acquire_barrier(&ce->active); in intel_context_active_release()
99 i915_active_release(&ce->active); in intel_context_active_release()
111 err = i915_active_acquire(&vma->active); in __context_pin_state()
132 i915_active_release(&vma->active); in __context_unpin_state()
145 err = i915_active_acquire(&ring->vma->active); in __ring_active()
158 i915_active_release(&ring->vma->active); in __ring_retire()
236 err = i915_active_acquire(&ce->active); in __intel_context_do_pin_ww()
[all …]
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()
Dselftest_engine_heartbeat.c43 struct i915_active active; member
47 static int pulse_active(struct i915_active *active) in pulse_active() argument
49 kref_get(&container_of(active, struct pulse, active)->kref); in pulse_active()
57 i915_active_fini(&p->active); in pulse_free()
66 static void pulse_retire(struct i915_active *active) in pulse_retire() argument
68 pulse_put(container_of(active, struct pulse, active)); in pulse_retire()
80 i915_active_init(&p->active, pulse_active, pulse_retire, 0); in pulse_create()
87 i915_active_unlock_wait(&p->active); in pulse_unlock_wait()
102 err = i915_active_acquire(&p->active); in __live_idle_pulse()
106 err = i915_active_acquire_preallocate_barrier(&p->active, engine); in __live_idle_pulse()
[all …]
/linux-6.6.21/tools/testing/selftests/bpf/progs/
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()
Dtest_ksyms_btf.c26 int *active; in handler() local
38 active = (int *)bpf_per_cpu_ptr(&bpf_prog_active, cpu); in handler()
39 if (active) in handler()
40 out__bpf_prog_active = *active; in handler()
49 active = (int *)bpf_this_cpu_ptr(&bpf_prog_active); in handler()
50 out__this_bpf_prog_active = *active; in handler()
/linux-6.6.21/tools/testing/selftests/sync/
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()
/linux-6.6.21/drivers/acpi/
Dpci_link.c56 u32 active; /* Current IRQ */ member
235 link->irq.active = 0; in acpi_pci_link_get_current()
269 link->irq.active = irq; in acpi_pci_link_get_current()
271 acpi_handle_debug(handle, "Link at IRQ %d \n", link->irq.active); in acpi_pci_link_get_current()
371 if (link->irq.active != irq) { in acpi_pci_link_set()
377 link->irq.active, irq); in acpi_pci_link_set()
378 link->irq.active = irq; in acpi_pci_link_set()
381 acpi_handle_debug(handle, "Set IRQ %d\n", link->irq.active); in acpi_pci_link_set()
462 if (link->irq.active && link->irq.active == irq) in acpi_irq_pci_sharing_penalty()
516 } else if (link->irq.active && in acpi_irq_penalty_init()
[all …]
/linux-6.6.21/drivers/gpu/vga/
Dvga_switcheroo.c119 bool active; member
150 bool active; member
182 return !vgasr_priv.active && in vga_switcheroo_ready()
222 vgasr_priv.active = true; in vga_switcheroo_enable()
267 if (vgasr_priv.active) { in vga_switcheroo_unregister_handler()
270 vgasr_priv.active = false; in vga_switcheroo_unregister_handler()
295 bool active, in register_client() argument
308 client->active = active; in register_client()
376 if (vgasr_priv.active) { in vga_switcheroo_register_audio_client()
422 if (client->active) in find_active_client()
[all …]
/linux-6.6.21/Documentation/devicetree/bindings/regulator/
Dactive-semi,act8945a.yaml4 $id: http://devicetree.org/schemas/regulator/active-semi,act8945a.yaml#
14 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:
129 #include <dt-bindings/regulator/active-semi,8945a-regulator.h>
[all …]
/linux-6.6.21/arch/arm64/boot/dts/nvidia/
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>;
172 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
185 maxim,active-fps-source = <MAX77620_FPS_SRC_NONE>;
196 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
[all …]
/linux-6.6.21/arch/arm/kernel/
Ddma.c66 dma->active = 0; in request_dma()
99 if (dma->active) { in free_dma()
102 dma->active = 0; in free_dma()
125 if (dma->active) in set_dma_sg()
142 if (dma->active) in __set_dma_addr()
159 if (dma->active) in set_dma_count()
174 if (dma->active) in set_dma_mode()
191 if (dma->active == 0) { in enable_dma()
192 dma->active = 1; in enable_dma()
212 if (dma->active == 1) { in disable_dma()
[all …]
/linux-6.6.21/Documentation/devicetree/bindings/mfd/
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>;
/linux-6.6.21/drivers/gnss/
Dsirf.c47 bool active; member
170 if (!data->wakeup && !data->active) { in sirf_receive_buf()
171 data->active = true; in sirf_receive_buf()
199 data->active = ret; in sirf_wakeup_handler()
206 bool active, in sirf_wait_for_power_state_nowakeup() argument
215 data->active = false; in sirf_wait_for_power_state_nowakeup()
217 data->active, msecs_to_jiffies(SIRF_REPORT_CYCLE)); in sirf_wait_for_power_state_nowakeup()
221 if (ret > 0 && !active) in sirf_wait_for_power_state_nowakeup()
224 if (ret == 0 && active) in sirf_wait_for_power_state_nowakeup()
230 static int sirf_wait_for_power_state(struct sirf_data *data, bool active, in sirf_wait_for_power_state() argument
[all …]
/linux-6.6.21/arch/arm/boot/dts/nxp/mxs/
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>;
352 hsync-active = <0>;
353 vsync-active = <0>;
[all …]

12345678910>>...109