Home
last modified time | relevance | path

Searched refs:hide (Results 1 – 25 of 60) sorted by relevance

123

/kernel/linux/build/
Dkernel.mk74 $(hide) echo "build kernel..."
76 …$(hide) rm -rf $(KERNEL_SRC_TMP_PATH);mkdir -p $(KERNEL_SRC_TMP_PATH);cp -arfP $(KERNEL_SRC_PATH)/…
77 …$(hide) cd $(KERNEL_SRC_TMP_PATH)/drivers && rm -rf common && ln -s $(SDK_SOURCE_DIR)/common/drv .…
78 …$(hide) cd $(KERNEL_SRC_TMP_PATH)/drivers && rm -rf msp && ln -s $(SDK_SOURCE_DIR)/msp/drv ./msp &…
80 …$(hide) rm -rf $(KERNEL_SRC_TMP_PATH);mkdir -p $(KERNEL_SRC_TMP_PATH);cp -arfL $(KERNEL_SRC_PATH)/…
82 …$(hide) $(OHOS_BUILD_HOME)/drivers/hdf_core/adapter/khdf/linux/patch_hdf.sh $(OHOS_BUILD_HOME) $(K…
85 $(hide) cd $(KERNEL_SRC_TMP_PATH) && patch -p1 < $(PRODUCT_PATCH_FILE)
87 $(hide) cd $(KERNEL_SRC_TMP_PATH) && patch -p1 < $(DEVICE_PATCH_FILE)
91 $(hide) cd $(KERNEL_SRC_TMP_PATH) && patch -p1 < $(SMALL_PATCH_FILE)
93 $(hide) cp -rf $(KERNEL_CONFIG_PATH)/. $(KERNEL_SRC_TMP_PATH)/
[all …]
/kernel/linux/linux-5.10/security/apparmor/
Dlib.c26 .hide = ALL_PERMS_MASK };
358 accum->hide &= addend->hide & ~addend->allow; in aa_perms_accum_raw()
377 accum->hide &= addend->hide & ~accum->allow; in aa_perms_accum()
454 if (denied == (denied & perms->hide)) in aa_check_perms()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
Dnouveau_crtc.h60 void (*hide)(struct nouveau_crtc *, bool update); member
/kernel/linux/linux-5.10/Documentation/input/devices/
Dyealink.rst98 hide_icon Write, hide the element by writing the icon name.
126 - Writing a space to an icon will always hide its content.
161 show/hide icons
/kernel/linux/linux-5.10/Documentation/scsi/
Dlpfc.rst35 hide the disappearance of the device from the midlayer. I/O's issued to
38 to the system. If the driver did not hide these conditions, i/o would be
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
Dcursor.c67 crtc->cursor.hide = nv04_cursor_hide; in nv04_cursor_init()
/kernel/linux/linux-5.10/scripts/kconfig/
Dqconf.cc619 goto hide; in updateMenuList()
623 goto hide; in updateMenuList()
645 hide: in updateMenuList()
684 goto hide; in updateMenuList()
688 goto hide; in updateMenuList()
710 hide: in updateMenuList()
1667 menuList->hide(); in showSingleView()
1713 menuList->hide(); in showFullView()
/kernel/linux/linux-5.10/security/apparmor/include/
Dperms.h78 u32 hide; /* set only when ~allow | deny */ member
/kernel/linux/linux-5.10/include/linux/
Dvt_kern.h159 void hide_boot_cursor(bool hide);
/kernel/linux/linux-5.10/Documentation/vm/
Dnuma.rst57 For some architectures, such as x86, Linux will "hide" any node representing a
119 On architectures that do not hide memoryless nodes, Linux will include only
143 If the architecture supports--does not hide--memoryless nodes, then CPUs
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dperf-mem.txt59 --hide-unresolved::
/kernel/linux/linux-5.10/tools/perf/scripts/python/
Dexported-sql-viewer.py381 self.progress.hide()
414 self.bar.hide()
425 self.bar.hide()
429 self.pattern.hide()
430 self.next_button.hide()
431 self.prev_button.hide()
436 self.progress.hide()
1769 self.hide()
1857 self.rubber_band.hide()
1866 self.bracket.hide()
[all …]
/kernel/linux/linux-5.10/fs/isofs/
Dinode.c152 unsigned int hide:1; member
346 popt->hide = 0; in parse_options()
380 popt->hide = 1; in parse_options()
882 sbi->s_hide = opt.hide; in isofs_fill_super()
/kernel/linux/linux-5.10/arch/alpha/lib/
Dev67-strrchr.S101 nop # E : hide the cmov latency (2) behind ctlz latency
/kernel/linux/linux-5.10/Documentation/filesystems/
Disofs.rst48 hide Completely strip hidden files from the file system.
Djournalling.rst176 The journalling layer uses typedefs to 'hide' the concrete definitions
/kernel/linux/linux-5.10/Documentation/sphinx-static/
Dtheme_overrides.css90 * - hide the permalink symbol as long as link is not hovered
/kernel/linux/linux-5.10/samples/bpf/
DREADME.rst52 hide the invocation of make as above.
/kernel/linux/linux-5.10/Documentation/misc-devices/
Dbh1770glc.rst43 Calibscale factor is used to hide differences between the chips. By default
/kernel/linux/linux-5.10/drivers/xen/
DKconfig199 The "hide" parameter (only applicable if backend driver is compiled
202 xen-pciback.hide=(03:00.0)(04:00.0)
/kernel/linux/linux-5.10/Documentation/arm/
Dtcm.rst47 be able to lock and hide one of the banks for use by the secure
/kernel/linux/linux-5.10/Documentation/gpu/
Dkomeda-kms.rst388 special configurations to the layer and scaler. We'd better hide such HW
395 hide this limitation to the user. The way to do this is to pick a suitable
/kernel/linux/linux-5.10/drivers/media/
DKconfig34 system to hide drivers that are out of the scope of the
/kernel/linux/linux-5.10/Documentation/sound/hd-audio/
Drealtek-pc-beep.rst10 to hide a mixer behind an undocumented vendor register than to just expose it
/kernel/linux/linux-5.10/Documentation/driver-api/
Dedac.rst72 as some DIMM types have a memory buffer that can hide direct access to

123