Home
last modified time | relevance | path

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

12345678910>>...151

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
Di915_active.c23 static void __live_get(struct live_active *active) in __live_get() argument
25 kref_get(&active->ref); in __live_get()
28 static void __live_free(struct live_active *active) in __live_free() argument
30 i915_active_fini(&active->base); in __live_free()
31 kfree(active); in __live_free()
36 struct live_active *active = container_of(ref, typeof(*active), ref); in __live_release() local
38 __live_free(active); in __live_release()
41 static void __live_put(struct live_active *active) in __live_put() argument
43 kref_put(&active->ref, __live_release); in __live_put()
48 struct live_active *active = container_of(base, typeof(*active), base); in __live_active() local
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/i915/
Di915_request.h380 init_request_active(struct i915_gem_active *active, in init_request_active() argument
383 RCU_INIT_POINTER(active->request, NULL); in init_request_active()
384 INIT_LIST_HEAD(&active->link); in init_request_active()
385 active->retire = retire ?: i915_gem_retire_noop; in init_request_active()
398 i915_gem_active_set(struct i915_gem_active *active, in i915_gem_active_set() argument
401 list_move(&active->link, &request->active_list); in i915_gem_active_set()
402 rcu_assign_pointer(active->request, request); in i915_gem_active_set()
416 i915_gem_active_set_retire_fn(struct i915_gem_active *active, in i915_gem_active_set_retire_fn() argument
421 active->retire = fn ?: i915_gem_retire_noop; in i915_gem_active_set_retire_fn()
425 __i915_gem_active_peek(const struct i915_gem_active *active) in __i915_gem_active_peek() argument
[all …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-4.19/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";
101 type = "active";
106 type = "active";
111 type = "active";
[all …]
/kernel/linux/linux-4.19/kernel/sched/
Dloadavg.c98 calc_load(unsigned long load, unsigned long exp, unsigned long active) in calc_load() argument
102 newload = load * exp + active * (FIXED_1 - exp); in calc_load()
103 if (active >= load) in calc_load()
292 unsigned long active, unsigned int n) in calc_load_n() argument
294 return calc_load(load, fixed_power_int(exp, FSHIFT, n), active); in calc_load_n()
309 long delta, active, n; in calc_global_nohz() local
319 active = atomic_long_read(&calc_load_tasks); in calc_global_nohz()
320 active = active > 0 ? active * FIXED_1 : 0; in calc_global_nohz()
322 avenrun[0] = calc_load_n(avenrun[0], EXP_1, active, n); in calc_global_nohz()
323 avenrun[1] = calc_load_n(avenrun[1], EXP_5, active, n); in calc_global_nohz()
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
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 …]
/kernel/linux/linux-4.19/arch/arm/boot/dts/
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 …]
/kernel/linux/linux-5.10/kernel/sched/
Dloadavg.c158 unsigned long active, unsigned int n) in calc_load_n() argument
160 return calc_load(load, fixed_power_int(exp, FSHIFT, n), active); in calc_load_n()
307 long delta, active, n; in calc_global_nohz() local
317 active = atomic_long_read(&calc_load_tasks); in calc_global_nohz()
318 active = active > 0 ? active * FIXED_1 : 0; in calc_global_nohz()
320 avenrun[0] = calc_load_n(avenrun[0], EXP_1, active, n); in calc_global_nohz()
321 avenrun[1] = calc_load_n(avenrun[1], EXP_5, active, n); in calc_global_nohz()
322 avenrun[2] = calc_load_n(avenrun[2], EXP_15, active, n); in calc_global_nohz()
353 long active, delta; in calc_global_load() local
366 active = atomic_long_read(&calc_load_tasks); in calc_global_load()
[all …]
/kernel/linux/linux-4.19/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/
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 …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/power/supply/
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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-4.19/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()
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/display/panel/
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/
35 - syncclk-active: with
36 - active high = drive sync on rising edge/
39 - active low = drive sync on falling edge/
42 - omitted = same configuration as pixelclk-active
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dintel_context.c82 __i915_active_acquire(&ce->active); in intel_context_active_acquire()
88 err = i915_active_acquire_preallocate_barrier(&ce->active, in intel_context_active_acquire()
91 i915_active_release(&ce->active); in intel_context_active_acquire()
99 i915_active_acquire_barrier(&ce->active); in intel_context_active_release()
100 i915_active_release(&ce->active); in intel_context_active_release()
112 err = i915_active_acquire(&vma->active); in __context_pin_state()
133 i915_active_release(&vma->active); in __context_unpin_state()
146 err = i915_active_acquire(&ring->vma->active); in __ring_active()
159 i915_active_release(&ring->vma->active); in __ring_retire()
233 err = i915_active_acquire(&ce->active); in __intel_context_do_pin_ww()
[all …]
/kernel/linux/linux-5.10/arch/arm64/boot/dts/nvidia/
Dtegra210-p3450-0000.dts202 maxim,active-fps-source = <MAX77620_FPS_SRC_NONE>;
203 maxim,active-fps-power-up-slot = <0>;
204 maxim,active-fps-power-down-slot = <7>;
211 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
212 maxim,active-fps-power-up-slot = <0>;
213 maxim,active-fps-power-down-slot = <7>;
220 maxim,active-fps-source = <MAX77620_FPS_SRC_0>;
221 maxim,active-fps-power-up-slot = <4>;
222 maxim,active-fps-power-down-slot = <3>;
275 maxim,active-fps-source = <MAX77620_FPS_SRC_1>;
[all …]
/kernel/linux/linux-5.10/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_DEBUG_PRINT((ACPI_DB_INFO, "Link at IRQ %d \n", link->irq.active)); in acpi_pci_link_get_current()
373 if (link->irq.active != irq) { in acpi_pci_link_set()
381 acpi_device_bid(link->device), link->irq.active, irq); in acpi_pci_link_set()
382 link->irq.active = irq; in acpi_pci_link_set()
385 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Set IRQ %d\n", link->irq.active)); in acpi_pci_link_set()
466 if (link->irq.active && link->irq.active == irq) in acpi_irq_pci_sharing_penalty()
520 } else if (link->irq.active && in acpi_irq_penalty_init()
[all …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-4.19/drivers/gpu/vga/
Dvga_switcheroo.c118 bool active; member
150 bool active; member
183 return !vgasr_priv.active && in vga_switcheroo_ready()
223 vgasr_priv.active = true; in vga_switcheroo_enable()
268 if (vgasr_priv.active) { in vga_switcheroo_unregister_handler()
271 vgasr_priv.active = false; in vga_switcheroo_unregister_handler()
296 bool active, in register_client() argument
309 client->active = active; in register_client()
377 if (vgasr_priv.active) { in vga_switcheroo_register_audio_client()
423 if (client->active) in find_active_client()
[all …]

12345678910>>...151