| /linux/drivers/gpu/drm/tests/ |
| H A 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() 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() 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() 75 visible = drm_rect_clip_scaled(&src, &dst, &clip); in drm_test_rect_clip_scaled_not_clipped() 81 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_not_clipped() [all …]
|
| /linux/scripts/kconfig/ |
| H A D | symbol.c | 125 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop() 126 if (prop->visible.tri != no) in sym_get_default_prop() 137 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_range_prop() 138 if (prop->visible.tri != no) in sym_get_range_prop() 218 sym->visible = yes; in sym_calc_visibility() 225 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_calc_visibility() 226 tri = EXPR_OR(tri, prop->visible.tri); in sym_calc_visibility() 230 if (sym->visible != tri) { in sym_calc_visibility() 231 sym->visible = tri; in sym_calc_visibility() 280 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_choice_default() [all …]
|
| H A D | menu.c | 163 prop->visible.expr = dep; in menu_add_prop() 200 prop->visible.expr = expr_alloc_and(prop->visible.expr, in menu_add_prompt() 359 dep = rewrite_m(prop->visible.expr); in _menu_finalize() 363 prop->visible.expr = dep; in _menu_finalize() 410 basedep = parent->prompt ? parent->prompt->visible.expr : NULL; in _menu_finalize() 417 dep = menu->prompt ? menu->prompt->visible.expr : menu->dep; in _menu_finalize() 539 tristate visible; in menu_is_visible() local 552 visible = menu->prompt->visible.tri; in menu_is_visible() 554 visible = menu->prompt->visible.tri = expr_calc_value(menu->prompt->visible.expr); in menu_is_visible() 556 if (visible != no) in menu_is_visible() [all …]
|
| H A D | parser.y | 371 | menu_option_list visible 432 visible: T_VISIBLE if_expr T_EOL 711 if (!expr_is_yes(prop->visible.expr)) { in print_symbol() 713 expr_fprint(prop->visible.expr, out); in print_symbol() 720 if (!expr_is_yes(prop->visible.expr)) { in print_symbol() 722 expr_fprint(prop->visible.expr, out); in print_symbol() 784 if (!expr_is_yes(prop->visible.expr)) { in zconfdump() 786 expr_fprint(prop->visible.expr, out); in zconfdump()
|
| H A D | expr.h | 120 tristate visible; member 192 struct expr_value visible; member
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_plane.c | 248 if (!plane_state->uapi.visible) in intel_plane_data_rate() 268 if (!plane_state->uapi.visible) in intel_plane_relative_data_rate() 304 if (!plane_state->uapi.visible || !plane->min_cdclk) in intel_plane_calc_min_cdclk() 452 plane_state->uapi.visible = false; in intel_plane_set_invisible() 498 bool old_visible = old_plane_state->uapi.visible; in i9xx_must_disable_cxsr() 499 bool new_visible = new_plane_state->uapi.visible; in i9xx_must_disable_cxsr() 539 bool old_visible = old_plane_state->uapi.visible; in ilk_must_disable_cxsr() 540 bool new_visible = new_plane_state->uapi.visible; in ilk_must_disable_cxsr() 600 bool turn_off, turn_on, visible, was_visible; in intel_plane_atomic_calc_changes() local 609 was_visible = old_plane_state->uapi.visible; in intel_plane_atomic_calc_changes() [all …]
|
| /linux/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | curs507a.c | 86 asyh->set.curs = asyh->curs.visible; in curs507a_prepare() 94 asyh->curs.visible = false; in curs507a_release() 110 asyh->curs.visible = asyw->state.visible; in curs507a_acquire() 111 if (ret || !asyh->curs.visible) in curs507a_acquire()
|
| H A D | atom.h | 56 bool visible; member 68 bool visible; member 84 bool visible; member 179 bool visible; member
|
| H A D | wndw.c | 288 if (fb != armw->state.fb || !armw->visible || modeset) { in nv50_wndw_atomic_check_acquire() 394 asyw->visible = false; in nv50_wndw_atomic_check_lut() 424 (!armw->visible || (armw->xlut.handle && !asyw->xlut.handle))) in nv50_wndw_atomic_check_lut() 466 asyw->visible = asyh->state.active; in nv50_wndw_atomic_check() 468 asyw->visible = false; in nv50_wndw_atomic_check() 479 if (asyw->visible && wndw->func->xlut_set && in nv50_wndw_atomic_check() 480 (!armw->visible || in nv50_wndw_atomic_check() 490 if (asyw->visible) { in nv50_wndw_atomic_check() 498 if (armw->visible) { in nv50_wndw_atomic_check() 509 if (!asyw->visible || modeset) { in nv50_wndw_atomic_check() [all …]
|
| H A D | head507d.c | 241 asyh->set.curs = asyh->curs.visible; in head507d_core_set() 250 if ((asyh->core.visible = (asyh->base.cpp != 0))) { in head507d_core_calc() 256 if ((asyh->core.visible = (asyh->ovly.cpp != 0)) || in head507d_core_calc() 257 (asyh->core.visible = asyh->curs.visible)) { in head507d_core_calc()
|
| /linux/Documentation/devicetree/bindings/arm/ |
| H A 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/arch/x86/boot/ |
| H A D | video-mode.c | 84 int visible = mi->x || mi->y; in raw_set_mode() local 86 if ((mode == nmode && visible) || in raw_set_mode() 93 if (visible) in raw_set_mode()
|
| /linux/drivers/net/ipa/ |
| H A D | ipa_sysfs.c | 110 bool visible; in ipa_endpoint_id_is_visible() local 116 visible = !!ipa->name_map[(enum ipa_endpoint_name)(uintptr_t)ea->var]; in ipa_endpoint_id_is_visible() 118 return visible ? attr->mode : 0; in ipa_endpoint_id_is_visible()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-intel-m10-bmc-sec-update | 8 visible if the underlying device supports it. 18 is only visible if the underlying device supports it. 27 "hash not programmed". This file is only visible if the
|
| H A D | configfs-tsm-report | 81 (WO) Attribute is visible if a TSM implementation provider 101 (WO) Attribute is visible if a TSM implementation provider 118 (WO) Attribute is visible if a TSM implementation provider 136 (WO) Attribute is visible if a TSM implementation provider
|
| /linux/Documentation/gpu/rfc/ |
| H A D | i915_small_bar.rst | 16 required, and prioritize using the non-CPU visible portion of 30 VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT set, to represent the CPU visible portion,
|
| /linux/Documentation/kbuild/ |
| H A D | kconfig-language.rst | 26 visible if its parent entry is also visible. 73 with "if". If a prompt is not present, the config option is a non-visible 82 default values are visible, only the first defined one is active. 88 prompt is visible the default value is presented to the user and can 152 In general use select only for non-visible symbols 167 from a direct dependency or with a visible prompt. 209 - limiting menu display: "visible if" <expr> 215 entries. Default value of "visible" is true. 243 - Has no prompt (is not visible to users in menus) 305 respectively for calculations). A menu entry becomes visible when its [all …]
|
| /linux/Documentation/misc-devices/ |
| H A D | spear-pcie-gadget.rst | 107 memory, which is to be made visible to PCIe host. Similarly any other peripheral 108 can also be made visible to PCIe host. E.g., if you program base address of UART 110 visible as UART.
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | TODO | 4 - Ensure ptraced processes actually see the register state visible through
|
| /linux/drivers/i2c/algos/ |
| H A D | Kconfig | 7 visible if !I2C_HELPER_AUTO
|
| /linux/drivers/media/ |
| H A D | Kconfig | 158 visible if !MEDIA_SUPPORT_FILTER 200 visible if VIDEO_DEV 206 visible if MEDIA_CONTROLLER 212 visible if DVB_CORE
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | rockchip-rt5645.txt | 5 - rockchip,model: The user-visible name of this sound complex
|
| H A D | storm.txt | 14 - qcom,model : The user-visible name of this sound card.
|
| /linux/tools/memory-model/litmus-tests/ |
| H A D | ISA2+pooncelock+pooncelock+pombonce.litmus | 7 * (in P0() and P1()) is visible to external process P2().
|
| /linux/drivers/net/phy/realtek/ |
| H A D | realtek_hwmon.c | 49 .visible = 0444,
|