Home
last modified time | relevance | path

Searched refs:hidden (Results 1 – 25 of 80) sorted by relevance

1234

/Linux-v5.4/arch/x86/boot/compressed/
Dhead_32.S58 .hidden _bss
59 .hidden _ebss
60 .hidden _got
61 .hidden _egot
Dhead_64.S41 .hidden _bss
42 .hidden _ebss
43 .hidden _got
44 .hidden _egot
/Linux-v5.4/arch/c6x/kernel/
Dvectors.S17 .hidden \name
45 .hidden RESET
/Linux-v5.4/arch/c6x/include/asm/
Dlinkage.h18 .hidden name @ \
/Linux-v5.4/Documentation/filesystems/
Disofs.txt35 hide Completely strip hidden files from the file system.
37 unhide Deprecated; showing hidden files is now default;
/Linux-v5.4/drivers/media/spi/
DKconfig4 comment "SPI drivers hidden by 'Autoselect ancillary drivers'"
/Linux-v5.4/drivers/edac/
Dpnd2_edac.c158 u8 hidden; in _apl_rd_reg() local
161 P2SB_READ(byte, P2SB_HIDE_OFF, &hidden); in _apl_rd_reg()
162 if (hidden) in _apl_rd_reg()
187 if (hidden) in _apl_rd_reg()
188 P2SB_WRITE(byte, P2SB_HIDE_OFF, hidden); in _apl_rd_reg()
239 u8 hidden; in get_sideband_reg_base_addr() local
244 pci_read_config_byte(pdev, 0xe1, &hidden); in get_sideband_reg_base_addr()
245 if (hidden) in get_sideband_reg_base_addr()
253 if (hidden) in get_sideband_reg_base_addr()
254 pci_write_config_byte(pdev, 0xe1, hidden); in get_sideband_reg_base_addr()
/Linux-v5.4/arch/powerpc/kernel/vdso64/
Ddatapage.S25 .hidden __get_datapage
/Linux-v5.4/arch/powerpc/kernel/vdso32/
Ddatapage.S25 .hidden __get_datapage
/Linux-v5.4/fs/hpfs/
Dnamei.c51 dee.hidden = name[0] == '.'; in hpfs_mkdir()
152 dee.hidden = name[0] == '.'; in hpfs_create()
239 dee.hidden = name[0] == '.'; in hpfs_mknod()
315 dee.hidden = name[0] == '.'; in hpfs_symlink()
551 de.hidden = new_name[0] == '.'; in hpfs_rename()
Dhpfs.h332 u8 hidden: 1; /* dos attrib */ member
346 u8 hidden: 1; /* dos attrib */ member
/Linux-v5.4/drivers/clk/versatile/
DKconfig32 Express platforms hidden behind its configuration infrastructure,
/Linux-v5.4/Documentation/translations/ko_KR/
Dstable_api_nonsense.txt56 먼저, 나는 closed 소스, hidden 소스, binary blobs, 소스 wrappers, 또는 GPL로
/Linux-v5.4/drivers/firmware/efi/libstub/
Darm64-stub.c13 #pragma GCC visibility push(hidden)
/Linux-v5.4/arch/mips/lib/
Dmemset.S92 .hidden __memset /* Make sure it does not leak */
234 .hidden __memset
/Linux-v5.4/Documentation/i2c/busses/
Di2c-i801.rst128 BIOS to enable it, it means it has been hidden by the BIOS code. Asus is
133 SMBus was hidden on purpose because it'll be driven by ACPI. If the
173 anything interesting on your hidden ICH SMBus.
/Linux-v5.4/arch/arm/boot/dts/
Dpxa25x.dtsi15 * sources has been hidden under the carpet by now.
Dat91-ariag25.dts77 /* TWD2+TCLK2 hidden behind ethernet, so no i2c2 */
Dpxa27x.dtsi125 * sources has been hidden under the carpet by now.
/Linux-v5.4/include/uapi/linux/
Dmsdos_fs.h122 __le32 hidden; /* hidden sectors (unused) */ member
/Linux-v5.4/Documentation/hwmon/
Dnct6683.rst44 well hidden. Given this, writing any values from the operating system is
/Linux-v5.4/net/wireless/
Dscan.c1208 struct cfg80211_internal_bss *hidden; in cfg80211_bss_update() local
1233 hidden = rb_find_bss(rdev, tmp, BSS_CMP_HIDE_ZLEN); in cfg80211_bss_update()
1234 if (!hidden) in cfg80211_bss_update()
1235 hidden = rb_find_bss(rdev, tmp, in cfg80211_bss_update()
1237 if (hidden) { in cfg80211_bss_update()
1238 new->pub.hidden_beacon_bss = &hidden->pub; in cfg80211_bss_update()
1240 &hidden->hidden_list); in cfg80211_bss_update()
1241 hidden->refcount++; in cfg80211_bss_update()
1243 hidden->pub.beacon_ies); in cfg80211_bss_update()
/Linux-v5.4/arch/s390/include/asm/
Dnospec-insn.h23 .hidden \name
/Linux-v5.4/tools/perf/lib/
DMakefile75 override CFLAGS += -fvisibility=hidden
/Linux-v5.4/drivers/i2c/busses/
Di2c-i801.c1519 u8 hidden; in i801_add_tco_spt() local
1532 pci_bus_read_config_byte(pci_dev->bus, devfn, 0xe1, &hidden); in i801_add_tco_spt()
1533 if (hidden) in i801_add_tco_spt()
1543 if (hidden) in i801_add_tco_spt()
1544 pci_bus_write_config_byte(pci_dev->bus, devfn, 0xe1, hidden); in i801_add_tco_spt()

1234