/linux-6.12.1/Documentation/admin-guide/blockdev/drbd/ |
D | DRBD-8.3-data-packets.svg | 16 style="visibility:visible"> 23 style="fill:#008000;visibility:visible" /> 27 style="fill:none;stroke:#008000;visibility:visible" /> 31 style="fill:#008000;visibility:visible" /> 35 style="fill:none;stroke:#008000;visibility:visible" /> 39 style="fill:#008000;visibility:visible" /> 43 style="fill:none;stroke:#008000;visibility:visible" /> 47 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed… 59 style="fill:#008000;visibility:visible" /> 63 style="fill:none;stroke:#008000;visibility:visible" /> [all …]
|
D | DRBD-data-packets.svg | 16 style="visibility:visible"> 23 style="fill:#008000;visibility:visible" /> 27 style="fill:none;stroke:#008000;visibility:visible" /> 31 style="fill:#008000;visibility:visible" /> 35 style="fill:none;stroke:#008000;visibility:visible" /> 39 style="fill:#008000;visibility:visible" /> 43 style="fill:none;stroke:#008000;visibility:visible" /> 49 …style="font-size:318px;font-weight:400;fill:#008000;visibility:visible;font-family:Helvetica embed… 58 style="fill:#008000;visibility:visible" /> 62 style="fill:none;stroke:#008000;visibility:visible" /> [all …]
|
/linux-6.12.1/drivers/gpu/drm/tests/ |
D | drm_rect_test.c | 28 bool visible; in drm_test_rect_clip_scaled_div_by_zero() local 37 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_div_by_zero() 39 KUNIT_EXPECT_FALSE_MSG(test, visible, "Destination not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero() 40 KUNIT_EXPECT_FALSE_MSG(test, drm_rect_visible(&src), "Source should not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero() 45 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_div_by_zero() 47 KUNIT_EXPECT_FALSE_MSG(test, visible, "Destination not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero() 48 KUNIT_EXPECT_FALSE_MSG(test, drm_rect_visible(&src), "Source should not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero() 54 bool visible; in drm_test_rect_clip_scaled_not_clipped() local 61 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_not_clipped() 67 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_not_clipped() [all …]
|
/linux-6.12.1/scripts/kconfig/ |
D | gconf.glade | 6 <property name="visible">True</property> 26 <property name="visible">True</property> 32 <property name="visible">True</property> 36 <property name="visible">True</property> 45 <property name="visible">True</property> 54 <property name="visible">True</property> 68 <property name="visible">True</property> 77 <property name="visible">True</property> 91 <property name="visible">True</property> 99 <property name="visible">True</property> [all …]
|
D | symbol.c | 113 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop() 114 if (prop->visible.tri != no) in sym_get_default_prop() 125 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_range_prop() 126 if (prop->visible.tri != no) in sym_get_range_prop() 201 /* any prompt visible? */ in sym_calc_visibility() 204 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_calc_visibility() 205 tri = EXPR_OR(tri, prop->visible.tri); in sym_calc_visibility() 209 if (sym->visible != tri) { in sym_calc_visibility() 210 sym->visible = tri; in sym_calc_visibility() 248 * Next locate the first visible choice value [all …]
|
D | menu.c | 162 prop->visible.expr = dep; in menu_add_prop() 199 prop->visible.expr = expr_alloc_and(prop->visible.expr, in menu_add_prompt() 358 dep = rewrite_m(prop->visible.expr); in _menu_finalize() 362 prop->visible.expr = dep; in _menu_finalize() 409 basedep = parent->prompt ? parent->prompt->visible.expr : NULL; in _menu_finalize() 416 dep = menu->prompt ? menu->prompt->visible.expr : menu->dep; in _menu_finalize() 538 tristate visible; in menu_is_visible() local 551 visible = menu->prompt->visible.tri; in menu_is_visible() 553 visible = menu->prompt->visible.tri = expr_calc_value(menu->prompt->visible.expr); in menu_is_visible() 555 if (visible != no) in menu_is_visible() [all …]
|
/linux-6.12.1/drivers/gpu/drm/armada/ |
D | armada_overlay.c | 87 DRM_DEBUG_KMS("[PLANE:%d:%s] is on [CRTC:%d:%s] with [FB:%d] visible %u->%u\n", in armada_drm_overlay_plane_atomic_update() 91 old_state->visible, new_state->visible); in armada_drm_overlay_plane_atomic_update() 97 if (!old_state->visible && new_state->visible) in armada_drm_overlay_plane_atomic_update() 141 if (new_state->visible) in armada_drm_overlay_plane_atomic_update() 160 } else if (old_state->visible != new_state->visible) { in armada_drm_overlay_plane_atomic_update() 161 cfg = new_state->visible ? CFG_DMA_ENA : 0; in armada_drm_overlay_plane_atomic_update() 179 if ((!old_state->visible && new_state->visible) || in armada_drm_overlay_plane_atomic_update() 183 if ((!old_state->visible && new_state->visible) || in armada_drm_overlay_plane_atomic_update() 186 if (!old_state->visible && new_state->visible) in armada_drm_overlay_plane_atomic_update() 189 if ((!old_state->visible && new_state->visible) || in armada_drm_overlay_plane_atomic_update() [all …]
|
D | armada_plane.c | 93 new_plane_state->visible = false; in armada_drm_plane_atomic_check() 153 DRM_DEBUG_KMS("[PLANE:%d:%s] is on [CRTC:%d:%s] with [FB:%d] visible %u->%u\n", in armada_drm_primary_plane_atomic_update() 157 old_state->visible, new_state->visible); in armada_drm_primary_plane_atomic_update() 163 if (!old_state->visible && new_state->visible) { in armada_drm_primary_plane_atomic_update() 196 if (new_state->visible) in armada_drm_primary_plane_atomic_update() 205 } else if (old_state->visible != new_state->visible) { in armada_drm_primary_plane_atomic_update() 206 cfg = new_state->visible ? CFG_GRA_ENA : 0; in armada_drm_primary_plane_atomic_update()
|
/linux-6.12.1/Documentation/i2c/ |
D | i2c_bus.svg | 28 style="overflow:visible" 39 style="overflow:visible" 55 style="overflow:visible" 74 style="overflow:visible" 86 style="overflow:visible" 105 style="overflow:visible" 120 style="overflow:visible" 135 style="overflow:visible" 150 style="overflow:visible" 165 style="overflow:visible" [all …]
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_atomic_plane.c | 185 * considers the cursor to be visible, whether or not in intel_plane_pixel_rate() 186 * it is actually visible. in intel_plane_pixel_rate() 202 if (!plane_state->uapi.visible) in intel_plane_data_rate() 233 if (!plane_state->uapi.visible) in intel_plane_relative_data_rate() 277 if (!plane_state->uapi.visible || !plane->min_cdclk) in intel_plane_calc_min_cdclk() 391 plane_state->uapi.visible = false; in intel_plane_set_invisible() 399 if (new->uapi.visible != cur->uapi.visible) in intel_wm_need_update() 459 bool old_visible = old_plane_state->uapi.visible; in i9xx_must_disable_cxsr() 460 bool new_visible = new_plane_state->uapi.visible; in i9xx_must_disable_cxsr() 506 bool turn_off, turn_on, visible, was_visible; in intel_plane_atomic_calc_changes() local [all …]
|
/linux-6.12.1/Documentation/RCU/Design/Memory-Ordering/ |
D | TreeRCU-dyntick.svg | 43 style="overflow:visible"> 57 style="overflow:visible"> 71 style="overflow:visible"> 85 style="overflow:visible"> 99 style="overflow:visible"> 113 style="overflow:visible"> 127 style="overflow:visible"> 141 style="overflow:visible"> 155 style="overflow:visible"> 169 style="overflow:visible"> [all …]
|
D | TreeRCU-hotplug.svg | 43 style="overflow:visible"> 57 style="overflow:visible"> 71 style="overflow:visible"> 85 style="overflow:visible"> 99 style="overflow:visible"> 113 style="overflow:visible"> 127 style="overflow:visible"> 141 style="overflow:visible"> 155 style="overflow:visible"> 169 style="overflow:visible"> [all …]
|
D | TreeRCU-gp-init-1.svg | 43 style="overflow:visible"> 57 style="overflow:visible"> 71 style="overflow:visible"> 85 style="overflow:visible"> 99 style="overflow:visible"> 113 style="overflow:visible"> 127 style="overflow:visible"> 141 style="overflow:visible"> 155 style="overflow:visible"> 169 style="overflow:visible"> [all …]
|
D | TreeRCU-gp-fqs.svg | 43 style="overflow:visible"> 57 style="overflow:visible"> 71 style="overflow:visible"> 85 style="overflow:visible"> 99 style="overflow:visible"> 113 style="overflow:visible"> 127 style="overflow:visible"> 141 style="overflow:visible"> 155 style="overflow:visible"> 169 style="overflow:visible"> [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/arm/ |
D | secure.txt | 8 visible only in the Secure address space, only in the Normal address 9 space, or visible in both. (One example of that situation would be a 46 /* Neither specified: default to visible in both S and NS */ 47 secure-status = "okay"; /* visible in both */ 48 status = "okay"; /* visible in both */ 49 status = "okay"; secure-status = "okay"; /* visible in both */
|
/linux-6.12.1/arch/arm/mm/ |
D | dma.h | 14 * is visible to DMA, or data written by DMA to system memory is 15 * visible to the CPU. 25 * is visible to DMA, or data written by DMA to system memory is 26 * visible to the CPU.
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | ipu3_rcb.svg | 5 <symbol overflow="visible" id="glyph0-0"> 8 <symbol overflow="visible" id="glyph0-1"> 11 <symbol overflow="visible" id="glyph0-2"> 14 <symbol overflow="visible" id="glyph0-3"> 17 <symbol overflow="visible" id="glyph0-4"> 20 <symbol overflow="visible" id="glyph0-5"> 23 <symbol overflow="visible" id="glyph0-6"> 26 <symbol overflow="visible" id="glyph0-7"> 29 <symbol overflow="visible" id="glyph0-8"> 32 <symbol overflow="visible" id="glyph0-9"> [all …]
|
/linux-6.12.1/drivers/gpu/drm/nouveau/dispnv50/ |
D | head.c | 379 asyh->olut.visible = asyh->olut.handle != 0; in nv50_head_atomic_check() 392 if (!asyh->core.visible) in nv50_head_atomic_check() 393 asyh->olut.visible = false; in nv50_head_atomic_check() 399 asyh->olut.visible = false; in nv50_head_atomic_check() 400 asyh->core.visible = false; in nv50_head_atomic_check() 401 asyh->curs.visible = false; in nv50_head_atomic_check() 407 if (asyh->core.visible) { in nv50_head_atomic_check() 411 if (armh->core.visible) { in nv50_head_atomic_check() 415 if (asyh->curs.visible) { in nv50_head_atomic_check() 419 if (armh->curs.visible) { in nv50_head_atomic_check() [all …]
|
/linux-6.12.1/Documentation/ABI/stable/ |
D | sysfs-driver-dma-idxd | 25 It's not visible when the device does not support batch. 53 It's not visible when the device does not support Read Buffer 128 It's not visible when the device does not support Read Buffer 144 consumption. This attribute should only be visible on IAA devices 152 occupies 4k size if the evl entry is 64 bytes. It's visible 229 It's not visible when the device does not support batch. 245 if set. It's visible only on platforms that support the 270 correlates to the operations allowed. It's visible only 291 It's not visible when the device does not support Read Buffer 301 It's not visible when the device does not support Read Buffer [all …]
|
/linux-6.12.1/Documentation/gpu/amdgpu/display/ |
D | pipeline_4k_no_split.svg | 27 style="overflow:visible" 42 style="overflow:visible" 57 style="overflow:visible" 72 style="overflow:visible" 87 style="overflow:visible" 102 style="overflow:visible" 117 style="overflow:visible" 132 style="overflow:visible" 147 style="overflow:visible" 162 style="overflow:visible" [all …]
|
D | pipeline_4k_split.svg | 27 style="overflow:visible" 42 style="overflow:visible" 57 style="overflow:visible" 72 style="overflow:visible" 87 style="overflow:visible" 102 style="overflow:visible" 117 style="overflow:visible" 132 style="overflow:visible" 147 style="overflow:visible" 162 style="overflow:visible" [all …]
|
/linux-6.12.1/tools/testing/selftests/exec/ |
D | binfmt_script.py | 144 # One byte under size, leaving newline visible. 146 # Two bytes under size, leaving newline visible. 148 # Exact size, but trailing whitespace visible instead of newline 150 # Exact size, but trailing space and first arg char visible instead of newline. 152 # One bute under, with confirmed non-truncated arg since newline now visible. 158 # One byte under with whitespace arg. leaving wenline visible. 160 # One byte under with whitespace leading. leaving wenline visible. 162 # One byte under with whitespace leading and as arg. leaving newline visible.
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | constraints.svg | 3 …visible" orient="auto"><path id="path6263" transform="matrix(-.4 0 0 -.4 -4 0)" d="m0 0 5-5-17.5 5… 4 …visible" orient="auto"><path id="path6003" transform="matrix(-.4 0 0 -.4 -4 0)" d="m0 0 5-5-17.5 5… 5 …visible" orient="auto"><path id="path5261" transform="matrix(-.4 0 0 -.4 -4 0)" d="m0 0 5-5-17.5 5…
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_plane_helper.c | 104 bool *visible) in drm_plane_helper_check_update() argument 136 *visible = plane_state.visible; in drm_plane_helper_check_update() 194 bool visible; in drm_plane_helper_update_primary() local 204 false, false, &visible); in drm_plane_helper_update_primary() 208 if (!visible) in drm_plane_helper_update_primary() 210 * Primary plane isn't visible. Note that unless a driver in drm_plane_helper_update_primary()
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_ttm_vram_mgr_types.h | 26 /** @visible_size: Proped size of the CPU visible portion */ 28 /** @visible_avail: CPU visible portion still unallocated */ 46 /** @used_visible_size: How many CPU visible bytes this resource is using */
|