Home
last modified time | relevance | path

Searched refs:visible (Results 1 – 200 of 211) sorted by relevance

12

/linux-4.4.14/scripts/kconfig/
Dsymbol.c68 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type()
120 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop()
121 if (prop->visible.tri != no) in sym_get_default_prop()
132 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_range_prop()
133 if (prop->visible.tri != no) in sym_get_range_prop()
217 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_calc_visibility()
218 tri = EXPR_OR(tri, prop->visible.tri); in sym_calc_visibility()
222 if (sym->visible != tri) { in sym_calc_visibility()
223 sym->visible = tri; in sym_calc_visibility()
263 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_choice_default()
[all …]
Dmenu.c134 prop->visible.expr = menu_check_dep(dep); in menu_add_prop()
165 prop->visible.expr in menu_add_prop()
166 = expr_alloc_and(prop->visible.expr, in menu_add_prop()
310 parentdep = parent->prompt->visible.expr; in menu_finalize()
326 dep = expr_transform(prop->visible.expr); in menu_finalize()
331 prop->visible.expr = dep; in menu_finalize()
342 basedep = parent->prompt ? parent->prompt->visible.expr : NULL; in menu_finalize()
347 dep = menu->prompt ? menu->prompt->visible.expr : menu->dep; in menu_finalize()
404 prop->visible.expr = expr_alloc_and(expr_copy(basedep), in menu_finalize()
405 prop->visible.expr); in menu_finalize()
[all …]
Dzconf.y438 | visibility_list visible
442 visible: T_VISIBLE if_expr
644 if (!expr_is_yes(prop->visible.expr)) { in print_symbol()
646 expr_fprint(prop->visible.expr, out); in print_symbol()
653 if (!expr_is_yes(prop->visible.expr)) { in print_symbol()
655 expr_fprint(prop->visible.expr, out); in print_symbol()
715 if (!expr_is_yes(prop->visible.expr)) { in zconfdump()
717 expr_fprint(prop->visible.expr, out); in zconfdump()
Dqconf.h127 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem()
132 : Parent(parent, after), nextItem(0), menu(m), visible(v), goParent(false) in ConfigItem()
137 : Parent(parent, after), nextItem(0), menu(0), visible(v), goParent(true) in ConfigItem()
188 bool visible; variable
Dqconf.cc210 if (!sym_has_value(sym) && visible) in updateMenu()
220 visible = v; in testUpdateMenu()
583 bool visible; in updateMenuList() local
615 visible = menu_is_visible(child); in updateMenuList()
620 item = new ConfigItem(parent, last, child, visible); in updateMenuList()
622 item->testUpdateMenu(visible); in updateMenuList()
648 bool visible; in updateMenuList() local
680 visible = menu_is_visible(child); in updateMenuList()
685 item = new ConfigItem(parent, last, child, visible); in updateMenuList()
687 item->testUpdateMenu(visible); in updateMenuList()
[all …]
Dexpr.h83 tristate visible; member
149 struct expr_value visible; member
Dzconf.gperf42 visible, T_VISIBLE, TF_COMMAND
Dzconf.tab.c2481 if (!expr_is_yes(prop->visible.expr)) { in print_symbol()
2483 expr_fprint(prop->visible.expr, out); in print_symbol()
2490 if (!expr_is_yes(prop->visible.expr)) { in print_symbol()
2492 expr_fprint(prop->visible.expr, out); in print_symbol()
2552 if (!expr_is_yes(prop->visible.expr)) { in zconfdump()
2554 expr_fprint(prop->visible.expr, out); in zconfdump()
Dmconf.c474 bool visible; in build_conf() local
480 visible = menu_is_visible(menu); in build_conf()
483 else if (!show_all_options && !visible) in build_conf()
Dzconf.hash.c_shipped119 char kconf_id_strings_str42[sizeof("visible")];
156 "visible",
Dzconf.tab.c_shipped587 "depends", "visibility_list", "visible", "prompt_stmt_opt", "prompt",
2375 case T_VISIBLE: return "visible";
2481 if (!expr_is_yes(prop->visible.expr)) {
2483 expr_fprint(prop->visible.expr, out);
2490 if (!expr_is_yes(prop->visible.expr)) {
2492 expr_fprint(prop->visible.expr, out);
2552 if (!expr_is_yes(prop->visible.expr)) {
2554 expr_fprint(prop->visible.expr, out);
Dconfdata.c274 if (expr_calc_value(prop->visible.expr) == no || in conf_read_simple()
454 if (sym->visible == no && !conf_unsaved) in conf_read()
Dzconf.lex.c_shipped885 These are made visible to non-reentrant scanners for convenience. */
/linux-4.4.14/drivers/gpu/drm/
Ddrm_plane_helper.c142 bool *visible) in drm_plane_helper_check_update() argument
147 *visible = false; in drm_plane_helper_check_update()
153 *visible = false; in drm_plane_helper_check_update()
170 *visible = drm_rect_clip_scaled(src, dest, clip, hscale, vscale); in drm_plane_helper_check_update()
171 if (!*visible) in drm_plane_helper_check_update()
256 bool visible; in drm_primary_helper_update() local
262 false, false, &visible); in drm_primary_helper_update()
266 if (!visible) in drm_primary_helper_update()
/linux-4.4.14/arch/x86/boot/
Dvideo-mode.c86 int visible = mi->x || mi->y; in raw_set_mode() local
88 if ((mode == nmode && visible) || in raw_set_mode()
95 if (visible) in raw_set_mode()
Dvideo.c167 int visible = mi->x && mi->y; in display_menu() local
171 if (!visible) in display_menu()
/linux-4.4.14/Documentation/
Datomic_ops.txt66 which simply reads the counter value currently visible to the calling thread.
72 initialization by any other thread is visible yet, so the user of the
306 "1" to obj->dead will be globally visible to other cpus before the
310 implementation could legally allow the atomic counter update visible
381 update done by the obj list deletion be visible to other processors
407 counter decrement would not become globally visible until the
467 made visible globally before the atomic bit operation is made visible.
468 Likewise, the atomic bit operation must be visible globally before any
469 subsequent memory operation is made visible. For example:
477 "obj->dead = 1;" is visible to cpus before the atomic memory operation
[all …]
Dcachetlb.txt35 visible to the cpu.
45 'mm' will be visible to the cpu. That is, after running,
59 'start' to 'end-1' will be visible to the cpu. That is, after
84 user virtual address 'addr' will be visible to the cpu. That
297 visible to user space mappings of that page.
393 modified in the vmap range is made visible to the physical
DVGA-softcursor.txt10 hardware cursor should remain visible or not. There may be other things I have
Dio-mapping.txt70 range, creating a permanent kernel-visible mapping to the resource. The
Dnommu-mmap.txt56 are visible in other processes (no MMU protection), but should not
149 visible through /proc/maps in no-MMU mode.
151 (*) A list of all the mappings in use by a process is visible through
Dkernel-doc-nano-HOWTO.txt30 functions externally visible to other kernel files (not marked
38 Data structures visible in kernel include files should also be
Dvolatile-considered-harmful.txt79 visible side effects, risks being deleted by GCC. Adding the volatile
Dstable_kernel_rules.txt20 exists and additional information on the user-visible impact.
Dcircular-buffers.txt132 producer and consumer become visible cannot be guaranteed as they are
Dkmemleak.txt191 will eventually become visible.
Dparport-lowlevel.txt129 The visible parts of the 'struct parport *' argument given to
378 The visible parts of the returned 'struct pardevice' are:
Dkernel-per-CPU-kthreads.txt165 2. A given workqueue can be made visible in the sysfs filesystem
Dworkqueue.txt387 The work item's function should be trivially visible in the stack
DCodingStyle86 with a long argument list. However, never break user-visible strings such as
335 In certain structures which are visible to userspace, we cannot
Dadding-syscalls.txt454 involves a new userspace-visible structure, the corresponding header will need
Dkmemcheck.txt94 Now the kmemcheck menu should be visible (under "Kernel hacking" / "Memory
Dkprobes.txt687 With recent kernels (> 2.6.20) the list of registered kprobes is visible
Dmemory-barriers.txt459 RELEASE on that same variable are guaranteed to be visible. In other
2657 eventually become visible on all CPUs, there's no guarantee that they will
2711 smp_wmb(); Make sure change to v is visible before
DDMA-API-HOWTO.txt336 to memory is immediately visible to the device, and vice
DSubmittingPatches115 Describe user-visible impact. Straight up crashes and lockups are
/linux-4.4.14/drivers/i2c/algos/
DKconfig6 visible if !I2C_HELPER_AUTO
/linux-4.4.14/Documentation/kbuild/
Dkconfig-language.txt22 visible if its parent entry is also visible.
69 default values are visible, only the first defined one is active.
75 prompt is visible the default value is presented to the user and can
111 In general use select only for non-visible symbols
116 - limiting menu display: "visible if" <expr>
121 entries. Default value of "visible" is true.
195 respectively for calculations). A menu entry becomes visible when its
231 - the child entry must only be visible, if the parent is visible
243 MODVERSIONS directly depends on MODULES, this means it's only visible if
245 visible when MODULES is visible (the (empty) dependency of MODULES is
[all …]
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_sprite.c775 state->visible = false; in intel_check_sprite_plane()
823 state->visible = drm_rect_clip_scaled(src, dst, clip, hscale, vscale); in intel_check_sprite_plane()
830 if (state->visible) { in intel_check_sprite_plane()
887 state->visible = false; in intel_check_sprite_plane()
892 if (state->visible && (src_w != crtc_w || src_h != crtc_h)) { in intel_check_sprite_plane()
900 state->visible = false; in intel_check_sprite_plane()
903 state->visible = false; in intel_check_sprite_plane()
916 if (state->visible) { in intel_check_sprite_plane()
944 if (state->visible) { in intel_commit_sprite_plane()
Dintel_atomic_plane.c181 intel_state->visible = false; in intel_plane_atomic_check()
Dintel_display.c2656 to_intel_plane_state(plane_state)->visible = false; in intel_find_initial_plane_obj()
2693 bool visible = to_intel_plane_state(primary->state)->visible; in i9xx_update_primary_plane() local
2701 if (!visible || !fb) { in i9xx_update_primary_plane()
2823 bool visible = to_intel_plane_state(primary->state)->visible; in ironlake_update_primary_plane() local
2831 if (!visible || !fb) { in ironlake_update_primary_plane()
3095 bool visible = to_intel_plane_state(plane->state)->visible; in skylake_update_primary_plane() local
3111 if (!visible || !fb) { in skylake_update_primary_plane()
4475 bool force_detach = !fb || !plane_state->visible; in skl_update_scaler_plane()
6324 if (to_intel_plane_state(crtc->primary->state)->visible) { in intel_crtc_disable_noatomic()
6329 to_intel_plane_state(crtc->primary->state)->visible = false; in intel_crtc_disable_noatomic()
[all …]
Dintel_fbc.c538 to_intel_plane_state(tmp_crtc->primary->state)->visible) in intel_fbc_find_crtc()
564 to_intel_plane_state(crtc->primary->state)->visible) in multiple_pipes_ok()
Dintel_pm.c939 if (!state->visible) in vlv_compute_wm_level()
981 if (state->visible) { in vlv_compute_fifo()
997 if (!state->visible) { in vlv_compute_fifo()
1097 if (!state->visible) in vlv_compute_wm()
1744 if (!cstate->base.active || !pstate->visible) in ilk_compute_pri_wm()
1772 if (!cstate->base.active || !pstate->visible) in ilk_compute_spr_wm()
1794 if (!cstate->base.active || !pstate->visible) in ilk_compute_cur_wm()
1811 if (!cstate->base.active || !pstate->visible) in ilk_compute_fbc_wm()
2319 config.sprites_enabled = sprstate->visible; in intel_compute_pipe_wm()
2320 config.sprites_scaled = sprstate->visible && in intel_compute_pipe_wm()
[all …]
Dintel_drv.h260 bool visible; member
/linux-4.4.14/fs/overlayfs/
DKconfig6 object in the 'upper' filesystem is visible while the object in the
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dmxs-audio-sgtl5000.txt5 - model: The user-visible name of this sound complex
Drockchip-rt5645.txt5 - rockchip,model: The user-visible name of this sound complex
Dstorm.txt14 - qcom,model : The user-visible name of this sound card.
Drockchip-max98090.txt5 - rockchip,model: The user-visible name of this sound complex
Deukrea-tlv320.txt7 - eukrea,model : The user-visible name of this sound complex.
Datmel-at91sam9g20ek-wm8731-audio.txt5 - atmel,model: The user-visible name of this sound complex.
Datmel-sam9x5-wm8731-audio.txt5 - atmel,model: The user-visible name of this sound complex.
Dimx-audio-spdif.txt7 - model : The user-visible name of this sound complex
Dsamsung,odroidx2-max98090.txt6 - samsung,model : the user-visible name of this sound complex
Dnvidia,tegra-audio-wm9712.txt11 - nvidia,model : The user-visible name of this sound complex.
Datmel-wm8904.txt5 - atmel,model: The user-visible name of this sound complex.
Dimx-audio-wm8962.txt7 - model : The user-visible name of this sound complex
Dnvidia,tegra-audio-wm8753.txt11 - nvidia,model : The user-visible name of this sound complex.
Dnvidia,tegra-audio-alc5632.txt11 - nvidia,model : The user-visible name of this sound complex.
Dimx-audio-sgtl5000.txt7 - model : The user-visible name of this sound complex
Datmel-classd.txt24 The user-visible name of this sound complex.
Dimx-audio-es8328.txt5 - model : The user-visible name of this sound complex
Dnvidia,tegra-audio-max98090.txt11 - nvidia,model : The user-visible name of this sound complex.
Dnvidia,tegra-audio-rt5640.txt11 - nvidia,model : The user-visible name of this sound complex.
Ddavinci-evm-audio.txt5 - ti,model : The user-visible name of this sound complex.
Dnvidia,tegra-audio-wm8903.txt11 - nvidia,model : The user-visible name of this sound complex.
Dnvidia,tegra-audio-rt5677.txt11 - nvidia,model : The user-visible name of this sound complex.
Dfsl-asoc-card.txt37 - model : The user-visible name of this sound complex
/linux-4.4.14/Documentation/misc-devices/
Dspear-pcie-gadget.txt85 memory, which is to be made visible to PCIe host. Similarly any other peripheral
86 can also be made visible to PCIe host. E.g., if you program base address of UART
88 visible as UART.
Dapds990x.txt21 (infrared + visible light) and IR only. However, threshold comparisons happen
/linux-4.4.14/Documentation/leds/
Dleds-lp5521.txt27 enginex_load : store program (visible only in engine load mode)
101 disabled and it is not visible in the sysfs.
Dleds-lp5523.txt37 enginex_load : microcode load (visible only in load mode)
38 enginex_leds : led mux control (visible only in load mode)
Dleds-lp5562.txt120 disabled and it is not visible in the sysfs.
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_crtc.h57 bool visible; member
Dnv50_display.c967 nv_crtc->cursor.visible = true; in nv50_crtc_cursor_show()
993 nv_crtc->cursor.visible = false; in nv50_crtc_cursor_hide()
/linux-4.4.14/firmware/
DWHENCE15 Licence: Allegedly GPLv2+, but no source visible. Marked:
85 Licence: Allegedly GPLv2+, but no source visible. Marked:
234 Licence: Allegedly GPLv2+, but no source visible. Marked:
263 Licence: Allegedly GPLv2, but no source visible. Marked:
280 Licence: Allegedly GPLv2+, but no source visible. Marked:
322 Licence: Allegedly GPLv2+, but no source visible. Marked:
369 Licence: Allegedly GPLv2+, but no source visible. Marked:
395 License: GPLv2 or OpenIB.org BSD license, no source visible
464 Licence: Allegedly GPLv2, but no source visible.
604 Licence: Allegedly GPL, but no source visible. Marked:
[all …]
/linux-4.4.14/include/drm/
Ddrm_plane_helper.h89 bool *visible);
/linux-4.4.14/Documentation/sound/alsa/soc/
Djack.txt9 user visible jack. In embedded systems it is common for multiple
31 This represents a physical jack on the system and is what is visible to
/linux-4.4.14/drivers/net/ethernet/sfc/
Dnic.c459 size_t visible = 0; in efx_nic_describe_stats() local
469 ++visible; in efx_nic_describe_stats()
473 return visible; in efx_nic_describe_stats()
/linux-4.4.14/Documentation/power/regulator/
Ddesign.txt15 requirements are visible to software.
/linux-4.4.14/Documentation/ABI/testing/
Dconfigfs-spear-pcie-gadget12 Nodes are only visible when configfs is mounted. To mount configfs
Dsysfs-devices-power229 latency the device can suffer without any visible adverse
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_overlay.c120 bool visible; in armada_ovl_plane_update() local
124 0, INT_MAX, true, false, &visible); in armada_ovl_plane_update()
133 if (!visible) in armada_ovl_plane_update()
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-class-tpm16 visible to the OS, but will only accept a restricted set of
74 meaning that it should be visible to the OS. This property
75 may be visible but produce a '0' after some operation that
/linux-4.4.14/Documentation/virtual/kvm/
Dreview-checklist.txt33 11. New guest visible features must either be documented in a hardware manual
Dhypercalls.txt67 shared page that contains parts of supervisor visible register state.
Dnested-vmx.txt92 * these two user-visible fields */
Dppc-pv.txt67 page that contains parts of supervisor visible register state. The guest can
Dtimekeeping.txt339 allows the guest visible TSC to be offset by a constant. Newer implementations
563 faster clock cannot be made visible to a guest without the potential of time
Dapi.txt963 mmap() that affects the region will be made visible immediately. Another
1683 read value of the INTx disable bit in the guest visible PCI command register.
/linux-4.4.14/drivers/staging/panel/
DKconfig93 This is the number of visible character lines on the LCD in custom profile.
113 to the terminal. This results in some non-visible but addressable characters,
115 however, use the same line width internally as what is visible. The KS0074
116 for example, uses 16 characters per line for 16 visible characters per line.
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-decoder-regs.txt102 NOTE: For both registers, the resulting image must be fully visible on
104 size must be adjusted to reflect the visible portion. For the source width,
458 NOTE: For both registers, the resulting image must be fully visible on
460 destination size must be adjusted to reflect the visible portion. For the
706 much is visible. The visible osd area cannot exceed the right edge of the
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
DTODO18 - Names that are visible in kernel global namespace should have a common
/linux-4.4.14/Documentation/cgroups/
Dhugetlb.txt16 visible at /sys/fs/cgroup. At bootup, this group includes all the tasks in
Dcpuacct.txt16 visible at /sys/fs/cgroup. At bootup, this group includes all the tasks in
Dnet_prio.txt22 becomes visible at '/sys/fs/cgroup/net_prio'. This group includes all tasks in
Dfreezer-subsystem.txt48 prevent the freeze/unfreeze cycle from becoming visible to the tasks
Dcgroups.txt556 visible to cgroup_for_each_child/descendant_*() iterators. The
614 visible again later.
Dblkio-controller.txt125 Various user visible config options
Dunified-hierarchy.txt624 internal details and userland-visible interface. Of course, this
Dmemory.txt300 also be visible from the user counter.
Dcpusets.txt46 hierarchy visible in a virtual file system. These are the essential
/linux-4.4.14/arch/mips/include/asm/
Dnile4.h254 int on_memory_bus, int visible);
/linux-4.4.14/Documentation/RCU/
DarrayRCU.txt92 * contents of the new array are visible before the new
93 * array becomes visible.
Drculist_nulls.txt164 * changes to obj->key must be visible before refcnt one
Dtorture.txt219 o "rtc": The hexadecimal address of the structure currently visible
223 has changed the structure visible to readers.
Dchecklist.txt226 synchronize_rcu() is visible from userspace, synchronize_rcu()
/linux-4.4.14/Documentation/devicetree/bindings/soc/mediatek/
Dpwrap.txt6 is not directly visible to the CPU, but only through the PMIC wrapper
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dicp_qat_uclo.h358 unsigned char visible; member
/linux-4.4.14/Documentation/timers/
Dtimer_stats.txt5 system visible to kernel and userspace developers. If enabled in the config
Dtimekeeping.txt47 the user-visible time to RTC clocks in the system or against networked time
/linux-4.4.14/Documentation/fb/
Dtgafb.txt24 User-visible changes since Linux 2.2.x:
Dframebuffer.txt87 visible and virtual geometry, depth, color map format, timing, and so on.
161 is hit by an electron, it emits a photon and thus becomes visible.
202 stable picture without visible flicker, VESA recommends a vertical scanrate of
Dapi.txt182 __u32 xres; /* visible resolution */
186 __u32 xoffset; /* offset from virtual to visible */
Dvesafb.txt124 interface. The visible screen is just a window of the
Duvesafb.txt60 interface. The visible screen is just a window of the
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dvexpress.txt43 - tile's HBI number (unique ARM's board model ID, visible on the
218 /* CS0 is visible at 0x08000000 */
Dcci.txt26 Node's parent must be the root node /, and the address space visible
/linux-4.4.14/Documentation/device-mapper/
Dsnapshot.txt30 its visible content unchanged, at least until the <COW device> fills up.
76 3) a "snapshot" device, combining #1 and #2, which is the visible snapshot
/linux-4.4.14/drivers/staging/iio/
DTODO71 necessitate a header that is also visible from arch board
/linux-4.4.14/arch/arm/boot/dts/
Dsun4i-a10-pcduino2.dts45 * LinkSprite pcDuino1 board. The only software visible difference
/linux-4.4.14/Documentation/devicetree/bindings/devfreq/event/
Dexynos-ppmu.txt7 use to analyze system performance, to make behaviors visible and to count
/linux-4.4.14/Documentation/devicetree/bindings/iommu/
Dsamsung,sysmmu.txt4 physical memory chunks visible as a contiguous region to DMA-capable peripheral
/linux-4.4.14/Documentation/cpuidle/
Dsysfs.txt15 following objects are visible instead.
/linux-4.4.14/drivers/tty/serial/
DKconfig41 Even if you say Y here, the currently visible framebuffer console
69 Even if you say Y here, the currently visible framebuffer console
235 Even if you say Y here, the currently visible virtual console
284 Even if you say Y here, the currently visible virtual console
306 Even if you say Y here, the currently visible virtual console
417 Even if you say Y here, the currently visible virtual console
454 Even if you say Y here, the currently visible virtual console
479 Even if you say Y here, the currently visible virtual console
590 Even if you say Y here, the currently visible virtual console
887 Even if you say Y here, the currently visible framebuffer console
[all …]
/linux-4.4.14/Documentation/x86/x86_64/
Dmachinecheck32 per bank. This is not visible here
/linux-4.4.14/Documentation/devicetree/bindings/crypto/
Dfsl-sec6.txt77 range can be made visible to one (or more) cores.
Dfsl-sec4.txt37 Each JR is located on a separate 4k page, they may (or may not) be made visible
148 range can be made visible to one (or more) cores.
/linux-4.4.14/Documentation/usb/
Dauthorization.txt44 can be connected (for example, it is a kiosk machine with a visible
Dpower-management.txt685 "hotplug" indicates an externally connectable/visible
690 "hardwired" refers to a port that is not visible but
DWUSB-Design-overview.txt221 Now it is visible. If there were other devices in the same radio channel
/linux-4.4.14/sound/
DKconfig46 The only visible difference is use of additional module aliases
/linux-4.4.14/drivers/xen/
DKconfig82 is not accidentally visible to other domains. Is it more
178 you want to make visible to other guests.
/linux-4.4.14/Documentation/filesystems/cifs/
DTODO7 for visible, important contributions to this module. Here
/linux-4.4.14/fs/reiserfs/
Dnamei.c431 struct inode *inode, int visible) in reiserfs_add_entry() argument
502 visible ? mark_de_visible(deh) : mark_de_hidden(deh); in reiserfs_add_entry()
574 if (!S_ISDIR(inode->i_mode) && visible) in reiserfs_add_entry()
/linux-4.4.14/arch/m68k/
DKconfig.devices129 Even if you say Y here, the currently visible virtual console
/linux-4.4.14/Documentation/filesystems/
Ddlmfs.txt123 Once written, an LVB will be visible to other nodes who obtain Read
Ddevpts.txt51 /bin/bash in the child process. A pty created by the sshd is not visible in
Dtmpfs.txt32 set, the user visible part of tmpfs is not build. But the internal
Dsharedsubtree.txt73 contents will be visible under /tmp/a too.
204 If the entire mount tree is visible at multiple locations, then
887 The former modifies a vfsmount that has not been visible in any shared
Dmandatory-locking.txt22 the file data in a state which should not have been visible
Doverlayfs.txt35 object in the 'upper' filesystem is visible while the object in the
Dvfat.txt46 encoding is used for user visible filename and 16 bit
Dext2.txt252 the visible on-disk format). However, an old kernel writing to such a
Dntfs.txt151 will not be visible due to bugs/mis-features in glibc.
Dvfs.txt740 freepage: freepage is called once the page is no longer visible in
/linux-4.4.14/include/linux/
Dserial_core.h216 #error Change mask not equivalent to userspace-visible bit defines
/linux-4.4.14/Documentation/networking/
Dray_cs.txt130 useful for debugging 802.11 lowlevel protocols that are not visible to
Dnetlink_mmap.txt82 The blocks are only visible to the kernel, from the point of view of user-space
Dnetdev-FAQ.txt216 indicates the end-user visible symptom, the underlying reason as
Dspider_net.txt64 dma-mapping it so as to make it visible to the hardware. The OS will
Dswitchdev.txt256 second. (The last-used time is visible using the bridge -s fdb option).
Dcs89x0.txt489 The 2 and 3-media adapters have two LEDs visible on the back end of the board
Dpacket_mmap.txt1000 and such packets are also not visible to other PF_PACKET sockets anymore. So,
Darcnet-hardware.txt715 Two diagnostic LEDs are visible on the rear bracket of the board.
942 Two diagnostic LEDs are visible on the rear bracket of the board.
/linux-4.4.14/fs/jffs2/
DKconfig23 KERN_DEBUG loglevel, where they won't normally be visible. Level 2
/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.c818 bool visible; in vop_update_plane_event() local
847 can_position, false, &visible); in vop_update_plane_event()
851 if (!visible) in vop_update_plane_event()
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_dev.h439 uint8_t visible; member
Dqxl_display.c390 cmd->u.set.visible = 1; in qxl_crtc_cursor_set2()
/linux-4.4.14/Documentation/locking/
Dlglock.txt29 resulting in a globally visible critical section.
/linux-4.4.14/drivers/media/tuners/
DKconfig18 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
/linux-4.4.14/Documentation/arm/
Dvlocks.txt76 As long as the last_vote variable is globally visible to all CPUs, it
Dcluster-pm-race-avoidance.txt175 procedure, so the remaining steps are not visible as part of the
/linux-4.4.14/Documentation/vm/
Dpagemap.txt102 only huge/giga pages are made visible to end users.
Dnuma24 Coherent NUMA or ccNUMA systems. With ccNUMA systems, all memory is visible
/linux-4.4.14/Documentation/powerpc/
Dcxlflash.txt281 the disk changing, the number of LUNs visible changing, etc. In cases
316 exclusive user space access (superpipe). In case a LUN is visible
/linux-4.4.14/fs/
Dnamespace.c3213 bool visible = false; in fs_fully_visible() local
3277 visible = true; in fs_fully_visible()
3283 return visible; in fs_fully_visible()
/linux-4.4.14/Documentation/trace/
Dtracepoint-analysis.txt29 All possible events are visible from /sys/kernel/debug/tracing/events. Simply
/linux-4.4.14/drivers/media/usb/pwc/
Dphilips.txt142 like PCA645, PCVC750VC, etc) and optionally the serial number (visible
/linux-4.4.14/drivers/iommu/
DKconfig170 all the OS-visible memory. Hence the driver can continue
/linux-4.4.14/Documentation/power/
Dpm_qos_interface.txt193 it may cause excess latencies to be visible to software, causing it to miss
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt381 By default, <n> is set to the number of visible text lines on the
398 <offset> is the offset of the visible part of the screen memory to its
486 the physical linelength differs from the visible length. With ProMST,
/linux-4.4.14/Documentation/nvdimm/
Dbtt.txt98 External LBA : LBA as made visible to upper layers.
/linux-4.4.14/Documentation/block/
Ddata-integrity.txt265 'name' is a text string which will be visible in sysfs. This is
/linux-4.4.14/net/
DKconfig141 run globally visible servers from within a masqueraded local network
/linux-4.4.14/Documentation/arm/OMAP/
DDSS99 usually visible to users except through omapfb driver. They register
/linux-4.4.14/drivers/tty/serial/8250/
DKconfig72 Even if you say Y here, the currently visible virtual console
/linux-4.4.14/arch/sparc/
DKconfig381 Even if you say Y here, the currently visible virtual console
/linux-4.4.14/Documentation/gpio/
Ddriver.txt20 GPIO descriptor is never made visible outside of the driver.
/linux-4.4.14/Documentation/development-process/
D6.Followthrough118 contents visible to the development community as a whole. At this point,
/linux-4.4.14/Documentation/ioctl/
Dioctl-number.txt59 This table lists ioctls visible from user land for Linux/x86. It contains
/linux-4.4.14/kernel/
Dcgroup.c222 bool visible);
4860 bool visible) in create_css() argument
4884 if (visible) { in create_css()
/linux-4.4.14/drivers/tty/
DKconfig65 If you do say Y here, by default the currently visible virtual
/linux-4.4.14/drivers/media/i2c/
DKconfig25 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
/linux-4.4.14/Documentation/filesystems/configfs/
Dconfigfs.txt302 will be visible via configfs. At that point, mkdir(2) can be called and
/linux-4.4.14/Documentation/scsi/
Dscsi_fc_transport.txt394 the kernel and LLDD, but it is not active or visible on the FC link in
DChangeLog.ncr53c8xx177 - Declare static all symbols that do not need to be visible from
DChangeLog.lpfc998 visible via sysfs.
1471 * Change driver name to a consistent lpfc in every visible place.
/linux-4.4.14/Documentation/video4linux/
DZoran440 is clearly visible, looking at the file size.
Dvivid.txt299 visible. For 50 Hz standards the top field is the oldest and the bottom field
/linux-4.4.14/Documentation/DocBook/
Dgpu.xml.db437 API-drm-rect-visible
/linux-4.4.14/drivers/media/dvb-frontends/
DKconfig2 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
/linux-4.4.14/drivers/usb/serial/
DKconfig32 Even if you say Y here, the currently visible virtual console
/linux-4.4.14/Documentation/PCI/
Dpci.txt405 to be visible to the host CPU(s) when the MSI is delivered. This
/linux-4.4.14/Documentation/spi/
Dspi-summary246 * visible on the relevant pins ... bootloaders on
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt757 translation isn't possible, i.e., the registers are not visible on the
778 registers are visible on the parent bus using an identity mapping
/linux-4.4.14/init/
DKconfig252 POSIX message queues are visible as a filesystem called 'mqueue'
1357 # Unhide debug options, to make the on-by-default options visible
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped687 These are made visible to non-reentrant scanners for convenience. */
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped593 These are made visible to non-reentrant scanners for convenience. */
/linux-4.4.14/drivers/rtc/
DKconfig209 the RTC/NVRAM backup power, and alarms. NVRAM is visible in

12