/linux-4.4.14/scripts/kconfig/ |
D | symbol.c | 68 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 …]
|
D | menu.c | 134 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 …]
|
D | zconf.y | 438 | 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()
|
D | qconf.h | 127 : 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
|
D | qconf.cc | 210 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 …]
|
D | expr.h | 83 tristate visible; member 149 struct expr_value visible; member
|
D | zconf.gperf | 42 visible, T_VISIBLE, TF_COMMAND
|
D | zconf.tab.c | 2481 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()
|
D | mconf.c | 474 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()
|
D | zconf.hash.c_shipped | 119 char kconf_id_strings_str42[sizeof("visible")]; 156 "visible",
|
D | zconf.tab.c_shipped | 587 "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);
|
D | confdata.c | 274 if (expr_calc_value(prop->visible.expr) == no || in conf_read_simple() 454 if (sym->visible == no && !conf_unsaved) in conf_read()
|
D | zconf.lex.c_shipped | 885 These are made visible to non-reentrant scanners for convenience. */
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_plane_helper.c | 142 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/ |
D | video-mode.c | 86 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()
|
D | video.c | 167 int visible = mi->x && mi->y; in display_menu() local 171 if (!visible) in display_menu()
|
/linux-4.4.14/Documentation/ |
D | atomic_ops.txt | 66 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 …]
|
D | cachetlb.txt | 35 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
|
D | VGA-softcursor.txt | 10 hardware cursor should remain visible or not. There may be other things I have
|
D | io-mapping.txt | 70 range, creating a permanent kernel-visible mapping to the resource. The
|
D | nommu-mmap.txt | 56 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
|
D | kernel-doc-nano-HOWTO.txt | 30 functions externally visible to other kernel files (not marked 38 Data structures visible in kernel include files should also be
|
D | volatile-considered-harmful.txt | 79 visible side effects, risks being deleted by GCC. Adding the volatile
|
D | stable_kernel_rules.txt | 20 exists and additional information on the user-visible impact.
|
D | circular-buffers.txt | 132 producer and consumer become visible cannot be guaranteed as they are
|
D | kmemleak.txt | 191 will eventually become visible.
|
D | parport-lowlevel.txt | 129 The visible parts of the 'struct parport *' argument given to 378 The visible parts of the returned 'struct pardevice' are:
|
D | kernel-per-CPU-kthreads.txt | 165 2. A given workqueue can be made visible in the sysfs filesystem
|
D | workqueue.txt | 387 The work item's function should be trivially visible in the stack
|
D | CodingStyle | 86 with a long argument list. However, never break user-visible strings such as 335 In certain structures which are visible to userspace, we cannot
|
D | adding-syscalls.txt | 454 involves a new userspace-visible structure, the corresponding header will need
|
D | kmemcheck.txt | 94 Now the kmemcheck menu should be visible (under "Kernel hacking" / "Memory
|
D | kprobes.txt | 687 With recent kernels (> 2.6.20) the list of registered kprobes is visible
|
D | memory-barriers.txt | 459 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
|
D | DMA-API-HOWTO.txt | 336 to memory is immediately visible to the device, and vice
|
D | SubmittingPatches | 115 Describe user-visible impact. Straight up crashes and lockups are
|
/linux-4.4.14/drivers/i2c/algos/ |
D | Kconfig | 6 visible if !I2C_HELPER_AUTO
|
/linux-4.4.14/Documentation/kbuild/ |
D | kconfig-language.txt | 22 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/ |
D | intel_sprite.c | 775 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()
|
D | intel_atomic_plane.c | 181 intel_state->visible = false; in intel_plane_atomic_check()
|
D | intel_display.c | 2656 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 …]
|
D | intel_fbc.c | 538 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()
|
D | intel_pm.c | 939 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 …]
|
D | intel_drv.h | 260 bool visible; member
|
/linux-4.4.14/fs/overlayfs/ |
D | Kconfig | 6 object in the 'upper' filesystem is visible while the object in the
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | mxs-audio-sgtl5000.txt | 5 - model: The user-visible name of this sound complex
|
D | rockchip-rt5645.txt | 5 - rockchip,model: The user-visible name of this sound complex
|
D | storm.txt | 14 - qcom,model : The user-visible name of this sound card.
|
D | rockchip-max98090.txt | 5 - rockchip,model: The user-visible name of this sound complex
|
D | eukrea-tlv320.txt | 7 - eukrea,model : The user-visible name of this sound complex.
|
D | atmel-at91sam9g20ek-wm8731-audio.txt | 5 - atmel,model: The user-visible name of this sound complex.
|
D | atmel-sam9x5-wm8731-audio.txt | 5 - atmel,model: The user-visible name of this sound complex.
|
D | imx-audio-spdif.txt | 7 - model : The user-visible name of this sound complex
|
D | samsung,odroidx2-max98090.txt | 6 - samsung,model : the user-visible name of this sound complex
|
D | nvidia,tegra-audio-wm9712.txt | 11 - nvidia,model : The user-visible name of this sound complex.
|
D | atmel-wm8904.txt | 5 - atmel,model: The user-visible name of this sound complex.
|
D | imx-audio-wm8962.txt | 7 - model : The user-visible name of this sound complex
|
D | nvidia,tegra-audio-wm8753.txt | 11 - nvidia,model : The user-visible name of this sound complex.
|
D | nvidia,tegra-audio-alc5632.txt | 11 - nvidia,model : The user-visible name of this sound complex.
|
D | imx-audio-sgtl5000.txt | 7 - model : The user-visible name of this sound complex
|
D | atmel-classd.txt | 24 The user-visible name of this sound complex.
|
D | imx-audio-es8328.txt | 5 - model : The user-visible name of this sound complex
|
D | nvidia,tegra-audio-max98090.txt | 11 - nvidia,model : The user-visible name of this sound complex.
|
D | nvidia,tegra-audio-rt5640.txt | 11 - nvidia,model : The user-visible name of this sound complex.
|
D | davinci-evm-audio.txt | 5 - ti,model : The user-visible name of this sound complex.
|
D | nvidia,tegra-audio-wm8903.txt | 11 - nvidia,model : The user-visible name of this sound complex.
|
D | nvidia,tegra-audio-rt5677.txt | 11 - nvidia,model : The user-visible name of this sound complex.
|
D | fsl-asoc-card.txt | 37 - model : The user-visible name of this sound complex
|
/linux-4.4.14/Documentation/misc-devices/ |
D | spear-pcie-gadget.txt | 85 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.
|
D | apds990x.txt | 21 (infrared + visible light) and IR only. However, threshold comparisons happen
|
/linux-4.4.14/Documentation/leds/ |
D | leds-lp5521.txt | 27 enginex_load : store program (visible only in engine load mode) 101 disabled and it is not visible in the sysfs.
|
D | leds-lp5523.txt | 37 enginex_load : microcode load (visible only in load mode) 38 enginex_leds : led mux control (visible only in load mode)
|
D | leds-lp5562.txt | 120 disabled and it is not visible in the sysfs.
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_crtc.h | 57 bool visible; member
|
D | nv50_display.c | 967 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/ |
D | WHENCE | 15 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/ |
D | drm_plane_helper.h | 89 bool *visible);
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | jack.txt | 9 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/ |
D | nic.c | 459 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/ |
D | design.txt | 15 requirements are visible to software.
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | configfs-spear-pcie-gadget | 12 Nodes are only visible when configfs is mounted. To mount configfs
|
D | sysfs-devices-power | 229 latency the device can suffer without any visible adverse
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_overlay.c | 120 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/ |
D | sysfs-class-tpm | 16 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/ |
D | review-checklist.txt | 33 11. New guest visible features must either be documented in a hardware manual
|
D | hypercalls.txt | 67 shared page that contains parts of supervisor visible register state.
|
D | nested-vmx.txt | 92 * these two user-visible fields */
|
D | ppc-pv.txt | 67 page that contains parts of supervisor visible register state. The guest can
|
D | timekeeping.txt | 339 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
|
D | api.txt | 963 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/ |
D | Kconfig | 93 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/ |
D | fw-decoder-regs.txt | 102 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/ |
D | TODO | 18 - Names that are visible in kernel global namespace should have a common
|
/linux-4.4.14/Documentation/cgroups/ |
D | hugetlb.txt | 16 visible at /sys/fs/cgroup. At bootup, this group includes all the tasks in
|
D | cpuacct.txt | 16 visible at /sys/fs/cgroup. At bootup, this group includes all the tasks in
|
D | net_prio.txt | 22 becomes visible at '/sys/fs/cgroup/net_prio'. This group includes all tasks in
|
D | freezer-subsystem.txt | 48 prevent the freeze/unfreeze cycle from becoming visible to the tasks
|
D | cgroups.txt | 556 visible to cgroup_for_each_child/descendant_*() iterators. The 614 visible again later.
|
D | blkio-controller.txt | 125 Various user visible config options
|
D | unified-hierarchy.txt | 624 internal details and userland-visible interface. Of course, this
|
D | memory.txt | 300 also be visible from the user counter.
|
D | cpusets.txt | 46 hierarchy visible in a virtual file system. These are the essential
|
/linux-4.4.14/arch/mips/include/asm/ |
D | nile4.h | 254 int on_memory_bus, int visible);
|
/linux-4.4.14/Documentation/RCU/ |
D | arrayRCU.txt | 92 * contents of the new array are visible before the new 93 * array becomes visible.
|
D | rculist_nulls.txt | 164 * changes to obj->key must be visible before refcnt one
|
D | torture.txt | 219 o "rtc": The hexadecimal address of the structure currently visible 223 has changed the structure visible to readers.
|
D | checklist.txt | 226 synchronize_rcu() is visible from userspace, synchronize_rcu()
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/mediatek/ |
D | pwrap.txt | 6 is not directly visible to the CPU, but only through the PMIC wrapper
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | icp_qat_uclo.h | 358 unsigned char visible; member
|
/linux-4.4.14/Documentation/timers/ |
D | timer_stats.txt | 5 system visible to kernel and userspace developers. If enabled in the config
|
D | timekeeping.txt | 47 the user-visible time to RTC clocks in the system or against networked time
|
/linux-4.4.14/Documentation/fb/ |
D | tgafb.txt | 24 User-visible changes since Linux 2.2.x:
|
D | framebuffer.txt | 87 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
|
D | api.txt | 182 __u32 xres; /* visible resolution */ 186 __u32 xoffset; /* offset from virtual to visible */
|
D | vesafb.txt | 124 interface. The visible screen is just a window of the
|
D | uvesafb.txt | 60 interface. The visible screen is just a window of the
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | vexpress.txt | 43 - tile's HBI number (unique ARM's board model ID, visible on the 218 /* CS0 is visible at 0x08000000 */
|
D | cci.txt | 26 Node's parent must be the root node /, and the address space visible
|
/linux-4.4.14/Documentation/device-mapper/ |
D | snapshot.txt | 30 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/ |
D | TODO | 71 necessitate a header that is also visible from arch board
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | sun4i-a10-pcduino2.dts | 45 * LinkSprite pcDuino1 board. The only software visible difference
|
/linux-4.4.14/Documentation/devicetree/bindings/devfreq/event/ |
D | exynos-ppmu.txt | 7 use to analyze system performance, to make behaviors visible and to count
|
/linux-4.4.14/Documentation/devicetree/bindings/iommu/ |
D | samsung,sysmmu.txt | 4 physical memory chunks visible as a contiguous region to DMA-capable peripheral
|
/linux-4.4.14/Documentation/cpuidle/ |
D | sysfs.txt | 15 following objects are visible instead.
|
/linux-4.4.14/drivers/tty/serial/ |
D | Kconfig | 41 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/ |
D | machinecheck | 32 per bank. This is not visible here
|
/linux-4.4.14/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec6.txt | 77 range can be made visible to one (or more) cores.
|
D | fsl-sec4.txt | 37 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/ |
D | authorization.txt | 44 can be connected (for example, it is a kiosk machine with a visible
|
D | power-management.txt | 685 "hotplug" indicates an externally connectable/visible 690 "hardwired" refers to a port that is not visible but
|
D | WUSB-Design-overview.txt | 221 Now it is visible. If there were other devices in the same radio channel
|
/linux-4.4.14/sound/ |
D | Kconfig | 46 The only visible difference is use of additional module aliases
|
/linux-4.4.14/drivers/xen/ |
D | Kconfig | 82 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/ |
D | TODO | 7 for visible, important contributions to this module. Here
|
/linux-4.4.14/fs/reiserfs/ |
D | namei.c | 431 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/ |
D | Kconfig.devices | 129 Even if you say Y here, the currently visible virtual console
|
/linux-4.4.14/Documentation/filesystems/ |
D | dlmfs.txt | 123 Once written, an LVB will be visible to other nodes who obtain Read
|
D | devpts.txt | 51 /bin/bash in the child process. A pty created by the sshd is not visible in
|
D | tmpfs.txt | 32 set, the user visible part of tmpfs is not build. But the internal
|
D | sharedsubtree.txt | 73 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
|
D | mandatory-locking.txt | 22 the file data in a state which should not have been visible
|
D | overlayfs.txt | 35 object in the 'upper' filesystem is visible while the object in the
|
D | vfat.txt | 46 encoding is used for user visible filename and 16 bit
|
D | ext2.txt | 252 the visible on-disk format). However, an old kernel writing to such a
|
D | ntfs.txt | 151 will not be visible due to bugs/mis-features in glibc.
|
D | vfs.txt | 740 freepage: freepage is called once the page is no longer visible in
|
/linux-4.4.14/include/linux/ |
D | serial_core.h | 216 #error Change mask not equivalent to userspace-visible bit defines
|
/linux-4.4.14/Documentation/networking/ |
D | ray_cs.txt | 130 useful for debugging 802.11 lowlevel protocols that are not visible to
|
D | netlink_mmap.txt | 82 The blocks are only visible to the kernel, from the point of view of user-space
|
D | netdev-FAQ.txt | 216 indicates the end-user visible symptom, the underlying reason as
|
D | spider_net.txt | 64 dma-mapping it so as to make it visible to the hardware. The OS will
|
D | switchdev.txt | 256 second. (The last-used time is visible using the bridge -s fdb option).
|
D | cs89x0.txt | 489 The 2 and 3-media adapters have two LEDs visible on the back end of the board
|
D | packet_mmap.txt | 1000 and such packets are also not visible to other PF_PACKET sockets anymore. So,
|
D | arcnet-hardware.txt | 715 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/ |
D | Kconfig | 23 KERN_DEBUG loglevel, where they won't normally be visible. Level 2
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop.c | 818 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/ |
D | qxl_dev.h | 439 uint8_t visible; member
|
D | qxl_display.c | 390 cmd->u.set.visible = 1; in qxl_crtc_cursor_set2()
|
/linux-4.4.14/Documentation/locking/ |
D | lglock.txt | 29 resulting in a globally visible critical section.
|
/linux-4.4.14/drivers/media/tuners/ |
D | Kconfig | 18 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
|
/linux-4.4.14/Documentation/arm/ |
D | vlocks.txt | 76 As long as the last_vote variable is globally visible to all CPUs, it
|
D | cluster-pm-race-avoidance.txt | 175 procedure, so the remaining steps are not visible as part of the
|
/linux-4.4.14/Documentation/vm/ |
D | pagemap.txt | 102 only huge/giga pages are made visible to end users.
|
D | numa | 24 Coherent NUMA or ccNUMA systems. With ccNUMA systems, all memory is visible
|
/linux-4.4.14/Documentation/powerpc/ |
D | cxlflash.txt | 281 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/ |
D | namespace.c | 3213 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/ |
D | tracepoint-analysis.txt | 29 All possible events are visible from /sys/kernel/debug/tracing/events. Simply
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | philips.txt | 142 like PCA645, PCVC750VC, etc) and optionally the serial number (visible
|
/linux-4.4.14/drivers/iommu/ |
D | Kconfig | 170 all the OS-visible memory. Hence the driver can continue
|
/linux-4.4.14/Documentation/power/ |
D | pm_qos_interface.txt | 193 it may cause excess latencies to be visible to software, causing it to miss
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 381 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/ |
D | btt.txt | 98 External LBA : LBA as made visible to upper layers.
|
/linux-4.4.14/Documentation/block/ |
D | data-integrity.txt | 265 'name' is a text string which will be visible in sysfs. This is
|
/linux-4.4.14/net/ |
D | Kconfig | 141 run globally visible servers from within a masqueraded local network
|
/linux-4.4.14/Documentation/arm/OMAP/ |
D | DSS | 99 usually visible to users except through omapfb driver. They register
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | Kconfig | 72 Even if you say Y here, the currently visible virtual console
|
/linux-4.4.14/arch/sparc/ |
D | Kconfig | 381 Even if you say Y here, the currently visible virtual console
|
/linux-4.4.14/Documentation/gpio/ |
D | driver.txt | 20 GPIO descriptor is never made visible outside of the driver.
|
/linux-4.4.14/Documentation/development-process/ |
D | 6.Followthrough | 118 contents visible to the development community as a whole. At this point,
|
/linux-4.4.14/Documentation/ioctl/ |
D | ioctl-number.txt | 59 This table lists ioctls visible from user land for Linux/x86. It contains
|
/linux-4.4.14/kernel/ |
D | cgroup.c | 222 bool visible); 4860 bool visible) in create_css() argument 4884 if (visible) { in create_css()
|
/linux-4.4.14/drivers/tty/ |
D | Kconfig | 65 If you do say Y here, by default the currently visible virtual
|
/linux-4.4.14/drivers/media/i2c/ |
D | Kconfig | 25 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
|
/linux-4.4.14/Documentation/filesystems/configfs/ |
D | configfs.txt | 302 will be visible via configfs. At that point, mkdir(2) can be called and
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi_fc_transport.txt | 394 the kernel and LLDD, but it is not active or visible on the FC link in
|
D | ChangeLog.ncr53c8xx | 177 - Declare static all symbols that do not need to be visible from
|
D | ChangeLog.lpfc | 998 visible via sysfs. 1471 * Change driver name to a consistent lpfc in every visible place.
|
/linux-4.4.14/Documentation/video4linux/ |
D | Zoran | 440 is clearly visible, looking at the file size.
|
D | vivid.txt | 299 visible. For 50 Hz standards the top field is the oldest and the bottom field
|
/linux-4.4.14/Documentation/DocBook/ |
D | gpu.xml.db | 437 API-drm-rect-visible
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | Kconfig | 2 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST
|
/linux-4.4.14/drivers/usb/serial/ |
D | Kconfig | 32 Even if you say Y here, the currently visible virtual console
|
/linux-4.4.14/Documentation/PCI/ |
D | pci.txt | 405 to be visible to the host CPU(s) when the MSI is delivered. This
|
/linux-4.4.14/Documentation/spi/ |
D | spi-summary | 246 * visible on the relevant pins ... bootloaders on
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 757 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/ |
D | Kconfig | 252 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/ |
D | dtc-lexer.lex.c_shipped | 687 These are made visible to non-reentrant scanners for convenience. */
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 593 These are made visible to non-reentrant scanners for convenience. */
|
/linux-4.4.14/drivers/rtc/ |
D | Kconfig | 209 the RTC/NVRAM backup power, and alarms. NVRAM is visible in
|