/Linux-v5.4/drivers/gpu/drm/i915/selftests/ |
D | i915_active.c | 23 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 …]
|
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | i915_active.h | 44 void i915_active_retire_noop(struct i915_active_request *active, 60 i915_active_request_init(struct i915_active_request *active, in i915_active_request_init() argument 65 RCU_INIT_POINTER(active->request, rq); in i915_active_request_init() 66 INIT_LIST_HEAD(&active->link); in i915_active_request_init() 67 active->retire = retire ?: i915_active_retire_noop; in i915_active_request_init() 69 active->lock = lock; in i915_active_request_init() 86 __i915_active_request_set(struct i915_active_request *active, in __i915_active_request_set() argument 90 lockdep_assert_held(active->lock); in __i915_active_request_set() 92 list_move(&active->link, &request->active_list); in __i915_active_request_set() 93 rcu_assign_pointer(active->request, request); in __i915_active_request_set() [all …]
|
D | i915_active.c | 37 node_from_active(struct i915_active_request *active) in node_from_active() argument 39 return container_of(active, struct active_node, base); in node_from_active() 44 static inline bool is_barrier(const struct i915_active_request *active) in is_barrier() argument 46 return IS_ERR(rcu_access_pointer(active->request)); in is_barrier() 80 return (void *)ref->active ?: (void *)ref->retire ?: (void *)ref; in active_debug_hint() 234 int (*active)(struct i915_active *ref), in __i915_active_init() 242 ref->active = active; in __i915_active_init() 303 struct i915_active_request *active; in i915_active_ref() local 313 active = active_instance(ref, tl); in i915_active_ref() 314 if (!active) { in i915_active_ref() [all …]
|
/Linux-v5.4/arch/arm64/boot/dts/exynos/ |
D | exynos5433-tmu.dtsi | 20 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-v5.4/arch/arm/boot/dts/ |
D | imx6qdl-tx6-lcd.dtsi | 123 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 …]
|
D | imx6qdl-tx6-lvds.dtsi | 141 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 …]
|
D | imx53-tx53-x03x.dts | 80 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-v5.4/kernel/sched/ |
D | loadavg.c | 158 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() 294 long delta, active, n; in calc_global_nohz() local 304 active = atomic_long_read(&calc_load_tasks); in calc_global_nohz() 305 active = active > 0 ? active * FIXED_1 : 0; in calc_global_nohz() 307 avenrun[0] = calc_load_n(avenrun[0], EXP_1, active, n); in calc_global_nohz() 308 avenrun[1] = calc_load_n(avenrun[1], EXP_5, active, n); in calc_global_nohz() 309 avenrun[2] = calc_load_n(avenrun[2], EXP_15, active, n); in calc_global_nohz() 340 long active, delta; in calc_global_load() local 353 active = atomic_long_read(&calc_load_tasks); in calc_global_load() [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/leds/ |
D | leds-bcm6358.txt | 18 - 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-v5.4/Documentation/devicetree/bindings/power/supply/ |
D | act8945a-charger.txt | 4 - 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 …]
|
/Linux-v5.4/tools/testing/selftests/sync/ |
D | sync_wait.c | 36 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-v5.4/Documentation/devicetree/bindings/display/panel/ |
D | display-timing.txt | 26 - 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 …]
|
/Linux-v5.4/arch/arm64/boot/dts/nvidia/ |
D | tegra210-p3450-0000.dts | 153 maxim,active-fps-source = <MAX77620_FPS_SRC_NONE>; 154 maxim,active-fps-power-up-slot = <0>; 155 maxim,active-fps-power-down-slot = <7>; 162 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 163 maxim,active-fps-power-up-slot = <0>; 164 maxim,active-fps-power-down-slot = <7>; 171 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 172 maxim,active-fps-power-up-slot = <4>; 173 maxim,active-fps-power-down-slot = <3>; 226 maxim,active-fps-source = <MAX77620_FPS_SRC_1>; [all …]
|
D | tegra210-p2180.dtsi | 62 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 63 maxim,active-fps-power-up-slot = <7>; 64 maxim,active-fps-power-down-slot = <0>; 71 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 117 maxim,active-fps-source = <MAX77620_FPS_SRC_1>; 128 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 139 maxim,active-fps-source = <MAX77620_FPS_SRC_1>; 152 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 165 maxim,active-fps-source = <MAX77620_FPS_SRC_NONE>; 176 maxim,active-fps-source = <MAX77620_FPS_SRC_1>; [all …]
|
/Linux-v5.4/drivers/gpu/vga/ |
D | vga_switcheroo.c | 119 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-v5.4/drivers/acpi/ |
D | pci_link.c | 58 u32 active; /* Current IRQ */ member 237 link->irq.active = 0; in acpi_pci_link_get_current() 271 link->irq.active = irq; in acpi_pci_link_get_current() 273 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Link at IRQ %d \n", link->irq.active)); in acpi_pci_link_get_current() 375 if (link->irq.active != irq) { in acpi_pci_link_set() 383 acpi_device_bid(link->device), link->irq.active, irq); in acpi_pci_link_set() 384 link->irq.active = irq; in acpi_pci_link_set() 387 ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Set IRQ %d\n", link->irq.active)); in acpi_pci_link_set() 468 if (link->irq.active && link->irq.active == irq) in acpi_irq_pci_sharing_penalty() 522 } else if (link->irq.active && in acpi_irq_penalty_init() [all …]
|
/Linux-v5.4/arch/arm/kernel/ |
D | dma.c | 66 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-v5.4/Documentation/devicetree/bindings/mfd/ |
D | act8945a.txt | 4 - 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-v5.4/drivers/gpu/drm/i915/gt/ |
D | intel_context.c | 141 static void __intel_context_retire(struct i915_active *active) in __intel_context_retire() argument 143 struct intel_context *ce = container_of(active, typeof(*ce), active); in __intel_context_retire() 156 static int __intel_context_active(struct i915_active *active) in __intel_context_active() argument 158 struct intel_context *ce = container_of(active, typeof(*ce), active); in __intel_context_active() 193 err = i915_active_acquire(&ce->active); in intel_context_active_acquire() 199 err = i915_active_acquire_preallocate_barrier(&ce->active, in intel_context_active_acquire() 202 i915_active_release(&ce->active); in intel_context_active_acquire() 213 i915_active_acquire_barrier(&ce->active); in intel_context_active_release() 214 i915_active_release(&ce->active); in intel_context_active_release() 241 i915_active_init(ctx->i915, &ce->active, in intel_context_init() [all …]
|
/Linux-v5.4/drivers/gnss/ |
D | sirf.c | 47 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-v5.4/Documentation/devicetree/bindings/media/ |
D | renesas,ceu.txt | 25 - hsync-active: See [1] for description. If property is not present, 26 default is active high. 27 - vsync-active: See [1] for description. If property is not present, 28 default is active high. 31 - field-even-active: See [1] for description. If property is not present, 32 an even field is identified by a logic 0 (active-low signal). 53 hsync-active = <1>; 54 vsync-active = <0>; 81 hsync-active = <1>; 82 vsync-active = <0>;
|
/Linux-v5.4/Documentation/devicetree/bindings/media/i2c/ |
D | tvp7002.txt | 10 - hsync-active: HSYNC Polarity configuration for the bus. Default value when 13 - vsync-active: VSYNC Polarity configuration for the bus. Default value when 19 - sync-on-green-active: Active state of Sync-on-green signal property of the 24 - field-even-active: Active-high Field ID output polarity control of the bus. 44 hsync-active = <1>; 45 vsync-active = <1>; 47 sync-on-green-active = <1>; 48 field-even-active = <0>;
|
D | tvp5150.txt | 21 - hsync-active: active state of the HSYNC signal. Must be <1> (HIGH). 22 - vsync-active: active state of the VSYNC signal. Must be <1> (HIGH). 23 - field-even-active: field signal level during the even field data 26 If none of hsync-active, vsync-active and field-even-active is specified,
|
/Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ldu.c | 44 struct list_head active; member 58 struct list_head active; member 63 list_del_init(&ldu->active); in vmw_ldu_destroy() 91 list_for_each_entry(entry, &lds->active, active) { in vmw_ldu_commit_list() 107 if (!list_empty(&lds->active)) { in vmw_ldu_commit_list() 108 entry = list_entry(lds->active.next, typeof(*entry), active); in vmw_ldu_commit_list() 120 list_for_each_entry(entry, &lds->active, active) { in vmw_ldu_commit_list() 145 if (list_empty(&ldu->active)) in vmw_ldu_del_active() 149 list_del_init(&ldu->active); in vmw_ldu_del_active() 178 if (!list_empty(&ldu->active)) in vmw_ldu_add_active() [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/regulator/ |
D | tps65132-regulator.txt | 14 -enable-gpios:(active high, output) Regulators are controlled by the input pins. 17 -active-discharge-gpios: (active high, output) Some configurations use delay mechanisms 20 the delay mechanism. Requires specification of ti,active-discharge-time-us 21 -ti,active-discharge-time-us: how long the active discharge gpio should be 22 asserted for during active discharge, in microseconds. 43 regulator-active-discharge = <0>;
|