/Linux-v6.1/drivers/gpu/drm/i915/selftests/ |
D | i915_active.c | 24 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-v6.1/drivers/gpu/drm/i915/display/ |
D | intel_modeset_verify.c | 43 I915_STATE_WARN(!crtc_state->hw.active, in intel_connector_verify_state() 44 "connector is active, but attached crtc isn't\n"); in intel_connector_verify_state() 55 I915_STATE_WARN(crtc_state && crtc_state->hw.active, in intel_connector_verify_state() 56 "attached crtc is active, but connector isn't\n"); in intel_connector_verify_state() 146 bool active; in verify_encoder_state() local 148 active = encoder->get_hw_state(encoder, &pipe); in verify_encoder_state() 149 I915_STATE_WARN(active, in verify_encoder_state() 181 if (IS_I830(dev_priv) && pipe_config->hw.active) in verify_crtc_state() 182 pipe_config->hw.active = new_crtc_state->hw.active; in verify_crtc_state() 184 I915_STATE_WARN(new_crtc_state->hw.active != pipe_config->hw.active, in verify_crtc_state() [all …]
|
/Linux-v6.1/drivers/gpu/drm/i915/ |
D | i915_active.h | 44 * can then perform any action, such as delayed freeing of an active 52 * @active - the active tracker 57 * i915_active_fence_init() prepares the embedded @active struct for use as 58 * an activity tracker, that is for tracking the last known active fence 63 __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, 80 * @active - the active tracker 84 * that @rq is busy, the @active reports busy. When that @rq is signaled [all …]
|
D | i915_active.c | 18 * Active refs memory management 21 * they idle (when we know the active requests are inactive) and allocate the 36 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() 205 __active_fence_slot(struct i915_active_fence *active) in __active_fence_slot() argument 207 return (struct dma_fence ** __force)&active->fence; in __active_fence_slot() 213 struct i915_active_fence *active = in active_fence_cb() local [all …]
|
/Linux-v6.1/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-v6.1/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-v6.1/Documentation/devicetree/bindings/power/supply/ |
D | active-semi,act8945a-charger.yaml | 4 $id: http://devicetree.org/schemas/power/supply/active-semi,act8945a-charger.yaml# 7 title: Active-semi ACT8945A Charger Function 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 [all …]
|
/Linux-v6.1/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-v6.1/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 21 0 = Normal Operation (Active Low, Default) 24 - field-even-active: Active-high Field ID output polarity control of the bus. 27 0 = Normal Operation (Active Low, Default) 44 hsync-active = <1>; 45 vsync-active = <1>; 47 sync-on-green-active = <1>; 48 field-even-active = <0>;
|
D | ov7670.txt | 13 - hsync-active: active state of the HSYNC signal, 0/1 for LOW/HIGH respectively. 14 - vsync-active: active state of the VSYNC signal, 0/1 for LOW/HIGH respectively. 18 Active is low. 20 Active is high. 48 hsync-active = <0>; 49 vsync-active = <0>;
|
/Linux-v6.1/drivers/gpu/drm/i915/gt/ |
D | intel_context.c | 80 __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() 167 CE_TRACE(ce, "active\n"); in intel_context_pre_pin() [all …]
|
D | intel_engine_stats.h | 21 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()
|
/Linux-v6.1/arch/arm/mach-sa1100/include/mach/ |
D | h3xxx.h | 60 …CARD_RESET (H3XXX_EGPIO_BASE + 1) /* reset the attached pcmcia/compactflash card. active high. */ 61 #define H3XXX_EGPIO_OPT_RESET (H3XXX_EGPIO_BASE + 2) /* reset the attached option pack. active hi… 62 #define H3XXX_EGPIO_CODEC_NRESET (H3XXX_EGPIO_BASE + 3) /* reset the onboard UDA1341. active low. … 63 #define H3XXX_EGPIO_OPT_NVRAM_ON (H3XXX_EGPIO_BASE + 4) /* apply power to optionpack nvram, active … 64 #define H3XXX_EGPIO_OPT_ON (H3XXX_EGPIO_BASE + 5) /* full power to option pack. active high. */ 65 #define H3XXX_EGPIO_LCD_ON (H3XXX_EGPIO_BASE + 6) /* enable 3.3V to LCD. active high. */ 66 #define H3XXX_EGPIO_RS232_ON (H3XXX_EGPIO_BASE + 7) /* UART3 transceiver force on. Active high. */ 69 #define H3600_EGPIO_LCD_PCI (H3XXX_EGPIO_BASE + 8) /* LCD control IC enable. active high. */ 70 #define H3600_EGPIO_IR_ON (H3XXX_EGPIO_BASE + 9) /* apply power to IR module. active high. */ 71 #define H3600_EGPIO_AUD_AMP_ON (H3XXX_EGPIO_BASE + 10) /* apply power to audio power amp. active … [all …]
|
/Linux-v6.1/arch/mips/include/asm/octeon/ |
D | cvmx-spi.h | 90 * active) or as a halfplex (either the Tx data path is 91 * active or the Rx data path is active, but not both). 108 * active) or as a halfplex (either the Tx data path is 109 * active or the Rx data path is active, but not both). 177 * active) or as a halfplex (either the Tx data path is 178 * active or the Rx data path is active, but not both). 193 * active) or as a halfplex (either the Tx data path is 194 * active or the Rx data path is active, but not both). 210 * active) or as a halfplex (either the Tx data path is 211 * active or the Rx data path is active, but not both). [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/media/ |
D | allwinner,sun4i-a10-csi.yaml | 83 data-active: true 84 hsync-active: true 86 vsync-active: true 90 - data-active 91 - hsync-active 93 - vsync-active 121 hsync-active = <1>; /* Active high */ 122 vsync-active = <0>; /* Active low */ 123 data-active = <1>; /* Active high */
|
/Linux-v6.1/drivers/acpi/ |
D | pci_link.c | 52 * If a link is initialized, we never change its active and initialized 53 * later even the link is disable. Instead, we just repick the active irq 56 u32 active; /* Current IRQ */ member 222 * Run _CRS and set link->irq.active 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() 361 /* Query _CRS, set link->irq.active */ in acpi_pci_link_set() 369 * set link->irq.active in acpi_pci_link_set() 371 if (link->irq.active != irq) { in acpi_pci_link_set() [all …]
|
/Linux-v6.1/Documentation/firmware-guide/acpi/ |
D | gpio-properties.rst | 55 active low or high, the "active_low" argument can be used here. Setting 56 it to 1 marks the GPIO as active low. 75 assuming non-active (Polarity = !Pull Bias) 76 Down Low as low, assuming active 77 Down High as low, assuming non-active 78 Up Low as high, assuming non-active 79 Up High as high, assuming active 83 is explicit and _DSD is present, will be treated as active with a high 105 Active High. Even for the cases when _DSD() is involved (see the example 106 above) the GPIO CS polarity must be defined Active High to avoid ambiguity. [all …]
|
/Linux-v6.1/arch/arm64/boot/dts/nvidia/ |
D | tegra210-p2180.dtsi | 63 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 64 maxim,active-fps-power-up-slot = <7>; 65 maxim,active-fps-power-down-slot = <0>; 72 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 118 maxim,active-fps-source = <MAX77620_FPS_SRC_1>; 129 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 140 maxim,active-fps-source = <MAX77620_FPS_SRC_1>; 153 maxim,active-fps-source = <MAX77620_FPS_SRC_0>; 166 maxim,active-fps-source = <MAX77620_FPS_SRC_NONE>; 177 maxim,active-fps-source = <MAX77620_FPS_SRC_1>; [all …]
|
/Linux-v6.1/arch/arm/kernel/ |
D | dma.c | 66 dma->active = 0; in request_dma() 99 if (dma->active) { in free_dma() 100 pr_err("dma%d: freeing active DMA\n", chan); in free_dma() 102 dma->active = 0; in free_dma() 125 if (dma->active) in set_dma_sg() 126 pr_err("dma%d: altering DMA SG while DMA active\n", chan); in set_dma_sg() 142 if (dma->active) in __set_dma_addr() 143 pr_err("dma%d: altering DMA address while DMA active\n", chan); in __set_dma_addr() 159 if (dma->active) in set_dma_count() 160 pr_err("dma%d: altering DMA count while DMA active\n", chan); in set_dma_count() [all …]
|
/Linux-v6.1/include/linux/ |
D | cc_platform.h | 20 * currently active. 24 * @CC_ATTR_MEM_ENCRYPT: Memory encryption is active 26 * The platform/OS is running with active memory encryption. This 36 * @CC_ATTR_HOST_MEM_ENCRYPT: Host memory encryption is active 46 * @CC_ATTR_GUEST_MEM_ENCRYPT: Guest memory encryption is active 56 * @CC_ATTR_GUEST_STATE_ENCRYPT: Guest state encryption is active 77 * @CC_ATTR_SEV_SNP: Guest SNP is active. 98 * cc_platform_has() - Checks if the specified cc_attr attribute is active 102 * specified Confidential Computing attribute is currently active. 106 * * TRUE - Specified Confidential Computing attribute is active [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/mfd/ |
D | act8945a.txt | 1 Device-Tree bindings for Active-semi ACT8945A MFD driver 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-v6.1/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>;
|
/Linux-v6.1/Documentation/devicetree/bindings/power/reset/ |
D | gpio-restart.yaml | 21 is configured as an output, and driven active, triggering a level triggered reset condition. 22 This will also cause an inactive->active edge condition, triggering positive edge triggered 23 reset. After a delay specified by active-delay, the GPIO is set to inactive, thus causing an 24 active->inactive edge, triggering negative edge triggered reset. After a delay specified by 25 inactive-delay, the GPIO is driven active again. After a delay specified by wait-delay, the 35 set it to "Active Low", otherwise set GPIO to "Active High". 56 active-delay: 58 description: Delay (default 100) to wait after driving gpio active [ms] 83 active-delay = <100>;
|