Home
last modified time | relevance | path

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

/linux-4.1.27/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.y433 | visibility_list visible
437 visible: T_VISIBLE if_expr
635 if (!expr_is_yes(prop->visible.expr)) { in print_symbol()
637 expr_fprint(prop->visible.expr, out); in print_symbol()
644 if (!expr_is_yes(prop->visible.expr)) { in print_symbol()
646 expr_fprint(prop->visible.expr, out); in print_symbol()
706 if (!expr_is_yes(prop->visible.expr)) { in zconfdump()
708 expr_fprint(prop->visible.expr, out); in zconfdump()
Dqconf.h148 : Parent(parent, after), menu(m), visible(v), goParent(false) in ConfigItem()
153 : Parent(parent, after), menu(m), visible(v), goParent(false) in ConfigItem()
158 : Parent(parent, after), menu(0), visible(v), goParent(true) in ConfigItem()
199 bool visible; variable
Dqconf.cc229 if (!sym_has_value(sym) && visible) in updateMenu()
239 visible = v; in testUpdateMenu()
257 if (visible) { in paintCell()
606 bool visible; in updateMenuList() local
635 visible = menu_is_visible(child); in updateMenuList()
640 item = new ConfigItem(parent, last, child, visible); in updateMenuList()
642 item->testUpdateMenu(visible); in updateMenuList()
1009 str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n"; in symbolInfo()
1059 if (_menu->prompt->visible.expr) { in menuInfo()
1061 expr_print(_menu->prompt->visible.expr, expr_print_help, &debug, E_NONE); in menuInfo()
[all …]
Dexpr.h81 tristate visible; member
147 struct expr_value visible; member
Dzconf.gperf41 visible, T_VISIBLE, TF_COMMAND
Dzconf.tab.c2439 if (!expr_is_yes(prop->visible.expr)) { in print_symbol()
2441 expr_fprint(prop->visible.expr, out); in print_symbol()
2448 if (!expr_is_yes(prop->visible.expr)) { in print_symbol()
2450 expr_fprint(prop->visible.expr, out); in print_symbol()
2510 if (!expr_is_yes(prop->visible.expr)) { in zconfdump()
2512 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_shipped118 char kconf_id_strings_str42[sizeof("visible")];
154 "visible",
Dzconf.tab.c_shipped570 "depends", "visibility_list", "visible", "prompt_stmt_opt", "prompt",
2333 case T_VISIBLE: return "visible";
2439 if (!expr_is_yes(prop->visible.expr)) {
2441 expr_fprint(prop->visible.expr, out);
2448 if (!expr_is_yes(prop->visible.expr)) {
2450 expr_fprint(prop->visible.expr, out);
2510 if (!expr_is_yes(prop->visible.expr)) {
2512 expr_fprint(prop->visible.expr, out);
Dconfdata.c277 if (expr_calc_value(prop->visible.expr) == no || in conf_read_simple()
456 if (sym->visible == no && !conf_unsaved) in conf_read()
Dzconf.lex.c_shipped853 These are made visible to non-reentrant scanners for convenience. */
/linux-4.1.27/drivers/gpu/drm/
Ddrm_plane_helper.c141 bool *visible) in drm_plane_helper_check_update() argument
146 *visible = false; in drm_plane_helper_check_update()
152 *visible = false; in drm_plane_helper_check_update()
169 *visible = drm_rect_clip_scaled(src, dest, clip, hscale, vscale); in drm_plane_helper_check_update()
170 if (!*visible) in drm_plane_helper_check_update()
255 bool visible; in drm_primary_helper_update() local
261 false, false, &visible); in drm_primary_helper_update()
265 if (!visible) in drm_primary_helper_update()
/linux-4.1.27/arch/x86/boot/
Dvideo-mode.c84 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()
Dvideo.c165 int visible = mi->x && mi->y; in display_menu() local
169 if (!visible) in display_menu()
/linux-4.1.27/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.1.27/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
304 "1" to obj->dead will be globally visible to other cpus before the
308 implementation could legally allow the atomic counter update visible
379 update done by the obj list deletion be visible to other processors
405 counter decrement would not become globally visible until the
465 made visible globally before the atomic bit operation is made visible.
466 Likewise, the atomic bit operation must be visible globally before any
467 subsequent memory operation is made visible. For example:
475 "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
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
2702 eventually become visible on all CPUs, there's no guarantee that they will
2756 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
Dkernel-parameters.txt589 - foo isn't visible as an individually mountable
4006 workqueues visible under /sys/bus/workqueue/.
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_sprite.c882 state->visible = false; in intel_check_sprite_plane()
915 state->visible = drm_rect_clip_scaled(src, dst, clip, hscale, vscale); in intel_check_sprite_plane()
922 if (state->visible) { in intel_check_sprite_plane()
979 state->visible = false; in intel_check_sprite_plane()
984 if (state->visible && (src_w != crtc_w || src_h != crtc_h)) { in intel_check_sprite_plane()
992 state->visible = false; in intel_check_sprite_plane()
995 state->visible = false; in intel_check_sprite_plane()
1008 if (state->visible) { in intel_check_sprite_plane()
1027 WARN_ON(state->hides_primary && !state->visible && intel_crtc->active); in intel_check_sprite_plane()
1045 if (!state->visible) { in intel_check_sprite_plane()
[all …]
Dintel_drv.h249 bool visible; member
Dintel_display.c4316 intel_state->visible = false; in disable_plane_internal()
12469 false, true, &state->visible); in intel_check_primary_plane()
12493 if (state->visible) { in intel_check_primary_plane()
12510 if (!state->visible || !fb) in intel_check_primary_plane()
12544 if (state->visible) { in intel_commit_primary_plane()
12763 true, true, &state->visible); in intel_check_cursor_plane()
12834 intel_crtc_update_cursor(crtc, state->visible); in intel_commit_cursor_plane()
/linux-4.1.27/drivers/i2c/algos/
DKconfig6 visible if !I2C_HELPER_AUTO
/linux-4.1.27/Documentation/leds/
Dleds-lp5523.txt37 enginex_load : microcode load (visible only in load mode)
38 enginex_leds : led mux control (visible only in load mode)
Dleds-lp5521.txt27 enginex_load : store program (visible only in engine load mode)
101 disabled and it is not visible in the sysfs.
Dleds-lp5562.txt120 disabled and it is not visible in the sysfs.
/linux-4.1.27/fs/overlayfs/
DKconfig6 object in the 'upper' filesystem is visible while the object in the
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dmxs-audio-sgtl5000.txt5 - model: The user-visible name of this sound complex
Dstorm.txt14 - qcom,model : The user-visible name of this sound card.
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
Dimx-audio-sgtl5000.txt7 - model : The user-visible name of this sound complex
Dnvidia,tegra-audio-alc5632.txt11 - nvidia,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-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.
Dimx-audio-es8328.txt5 - 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.txt35 - model : The user-visible name of this sound complex
/linux-4.1.27/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.1.27/drivers/gpu/drm/nouveau/
Dnouveau_crtc.h57 bool visible; member
Dnv50_display.c948 nv_crtc->cursor.visible = true; in nv50_crtc_cursor_show()
974 nv_crtc->cursor.visible = false; in nv50_crtc_cursor_hide()
/linux-4.1.27/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.1.27/include/drm/
Ddrm_plane_helper.h92 bool *visible);
/linux-4.1.27/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.1.27/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.1.27/Documentation/power/regulator/
Ddesign.txt15 requirements are visible to software.
/linux-4.1.27/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
Dsysfs-bus-iio1191 that measurements contains visible and infrared light
/linux-4.1.27/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.1.27/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.txt932 mmap() that affects the region will be made visible immediately. Another
1647 read value of the INTx disable bit in the guest visible PCI command register.
/linux-4.1.27/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.1.27/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.1.27/drivers/staging/media/davinci_vpfe/
DTODO18 - Names that are visible in kernel global namespace should have a common
/linux-4.1.27/Documentation/RCU/
DarrayRCU.txt80 * contents of the new array are visible before the new
81 * array becomes visible.
Drculist_nulls.txt164 * changes to obj->key must be visible before refcnt one
Dtorture.txt232 o "rtc": The hexadecimal address of the structure currently visible
236 has changed the structure visible to readers.
Dchecklist.txt226 synchronize_rcu() is visible from userspace, synchronize_rcu()
/linux-4.1.27/arch/mips/include/asm/
Dnile4.h254 int on_memory_bus, int visible);
/linux-4.1.27/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.txt438 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.1.27/Documentation/devicetree/bindings/soc/mediatek/
Dpwrap.txt6 is not directly visible to the CPU, but only through the PMIC wrapper
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dicp_qat_uclo.h358 unsigned char visible; member
/linux-4.1.27/Documentation/devicetree/bindings/devfreq/event/
Dexynos-ppmu.txt7 use to analyze system performance, to make behaviors visible and to count
/linux-4.1.27/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.1.27/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.1.27/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.1.27/Documentation/device-mapper/
Dsnapshot.txt30 its visible content unchanged, at least until the <COW device> fills up.
72 3) a "snapshot" device, combining #1 and #2, which is the visible snapshot
/linux-4.1.27/drivers/staging/iio/
DTODO71 necessitate a header that is also visible from arch board
/linux-4.1.27/Documentation/usb/
Dauthorization.txt44 can be connected (for example, it is a kiosk machine with a visible
Dpower-management.txt673 "hotplug" indicates an externally connectable/visible
678 "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.1.27/Documentation/devicetree/bindings/iommu/
Dsamsung,sysmmu.txt4 physical memory chunks visible as a contiguous region to DMA-capable peripheral
/linux-4.1.27/Documentation/cpuidle/
Dsysfs.txt15 following objects are visible instead.
/linux-4.1.27/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
589 Even if you say Y here, the currently visible virtual console
886 Even if you say Y here, the currently visible framebuffer console
[all …]
/linux-4.1.27/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
131 range can be made visible to one (or more) cores.
/linux-4.1.27/Documentation/x86/x86_64/
Dmachinecheck32 per bank. This is not visible here
/linux-4.1.27/sound/
DKconfig46 The only visible difference is use of additional module aliases
/linux-4.1.27/drivers/xen/
DKconfig82 is not accidentally visible to other domains. Is it more
178 you want to make visible to other guests.
/linux-4.1.27/Documentation/filesystems/cifs/
DTODO7 for visible, important contributions to this module. Here
/linux-4.1.27/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.c590 bool visible; in vop_update_plane_event() local
615 can_position, false, &visible); in vop_update_plane_event()
619 if (!visible) in vop_update_plane_event()
/linux-4.1.27/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.1.27/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.txt34 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.txt738 freepage: freepage is called once the page is no longer visible in
/linux-4.1.27/include/linux/
Dserial_core.h216 #error Change mask not equivalent to userspace-visible bit defines
/linux-4.1.27/arch/m68k/
DKconfig.devices129 Even if you say Y here, the currently visible virtual console
/linux-4.1.27/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
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.
Dcan.txt114 Similar functionality visible from user-space could be provided by a
Dip-sysctl.txt524 of some services (f.e. SMTP relaying), visible not by you,
Dbonding.txt525 externally visible on only one port (network adapter)
/linux-4.1.27/fs/jffs2/
DKconfig23 KERN_DEBUG loglevel, where they won't normally be visible. Level 2
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_dev.h439 uint8_t visible; member
Dqxl_display.c382 cmd->u.set.visible = 1; in qxl_crtc_cursor_set2()
/linux-4.1.27/Documentation/s390/
Dkvm.txt36 the calling process. It does not have any user-visible effect other than a small
/linux-4.1.27/Documentation/vm/
Dpagemap.txt91 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.1.27/Documentation/locking/
Dlglock.txt29 resulting in a globally visible critical section.
/linux-4.1.27/drivers/media/tuners/
DKconfig18 visible if !MEDIA_SUBDRV_AUTOSELECT
/linux-4.1.27/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.1.27/Documentation/powerpc/
Dtransactional_memory.txt82 remain visible, but depending on the call they may abort your transaction as a
/linux-4.1.27/drivers/iommu/
DKconfig153 all the OS-visible memory. Hence the driver can continue
/linux-4.1.27/Documentation/gpio/
Ddriver.txt20 GPIO descriptor is never made visible outside of the driver.
/linux-4.1.27/fs/
Dnamespace.c3204 bool visible = false; in fs_fully_visible() local
3251 visible = true; in fs_fully_visible()
3257 return visible; in fs_fully_visible()
/linux-4.1.27/drivers/media/usb/pwc/
Dphilips.txt142 like PCA645, PCVC750VC, etc) and optionally the serial number (visible
/linux-4.1.27/Documentation/trace/
Dtracepoint-analysis.txt29 All possible events are visible from /sys/kernel/debug/tracing/events. Simply
/linux-4.1.27/Documentation/power/
Dpm_qos_interface.txt193 it may cause excess latencies to be visible to software, causing it to miss
/linux-4.1.27/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.1.27/Documentation/block/
Ddata-integrity.txt265 'name' is a text string which will be visible in sysfs. This is
/linux-4.1.27/net/
DKconfig138 run globally visible servers from within a masqueraded local network
/linux-4.1.27/Documentation/arm/OMAP/
DDSS99 usually visible to users except through omapfb driver. They register
/linux-4.1.27/drivers/tty/serial/8250/
DKconfig72 Even if you say Y here, the currently visible virtual console
/linux-4.1.27/kernel/
Dcgroup.c192 bool visible);
4545 bool visible) in create_css() argument
4569 if (visible) { in create_css()
/linux-4.1.27/arch/sparc/
DKconfig381 Even if you say Y here, the currently visible virtual console
/linux-4.1.27/Documentation/ioctl/
Dioctl-number.txt59 This table lists ioctls visible from user land for Linux/x86. It contains
/linux-4.1.27/Documentation/development-process/
D6.Followthrough118 contents visible to the development community as a whole. At this point,
/linux-4.1.27/drivers/media/i2c/
DKconfig25 visible if !MEDIA_SUBDRV_AUTOSELECT
/linux-4.1.27/drivers/tty/
DKconfig65 If you do say Y here, by default the currently visible virtual
/linux-4.1.27/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.1.27/drivers/media/dvb-frontends/
DKconfig2 visible if !MEDIA_SUBDRV_AUTOSELECT
/linux-4.1.27/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.1.27/Documentation/filesystems/configfs/
Dconfigfs.txt308 will be visible via configfs. At that point, mkdir(2) can be called and
/linux-4.1.27/Documentation/PCI/
Dpci.txt405 to be visible to the host CPU(s) when the MSI is delivered. This
/linux-4.1.27/drivers/usb/serial/
DKconfig32 Even if you say Y here, the currently visible virtual console
/linux-4.1.27/Documentation/spi/
Dspi-summary246 * visible on the relevant pins ... bootloaders on
/linux-4.1.27/init/
DKconfig252 POSIX message queues are visible as a filesystem called 'mqueue'
1346 # Unhide debug options, to make the on-by-default options visible
/linux-4.1.27/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.1.27/scripts/genksyms/
Dlex.lex.c_shipped593 These are made visible to non-reentrant scanners for convenience. */
/linux-4.1.27/scripts/dtc/
Ddtc-lexer.lex.c_shipped686 These are made visible to non-reentrant scanners for convenience. */
/linux-4.1.27/drivers/rtc/
DKconfig199 the RTC/NVRAM backup power, and alarms. NVRAM is visible in
/linux-4.1.27/Documentation/security/
Dkeys.txt820 immediately, though they are still visible in /proc/keys until deleted
/linux-4.1.27/lib/
DKconfig.debug273 This option will extract the user-visible kernel headers whenever
/linux-4.1.27/arch/arm/
DKconfig1142 visible impact on the overall performance or power consumption of the
/linux-4.1.27/Documentation/laptops/
Dthinkpad-acpi.txt745 visible to userspace. They are used by the snd-hda-intel audio driver.
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx.seq1881 * a pending CTXTDONE or SAVEPTR is visible in the active
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt1324 visible. You may add other material on the covers in addition.