Home
last modified time | relevance | path

Searched refs:folder (Results 1 – 25 of 63) sorted by relevance

123

/linux/tools/testing/selftests/drivers/sdsi/
H A Dsdsi_test.py57 folder = self.get_dev_folder(socket)
58 print (folder)
59 assert os.path.isfile(folder + "guid") == True
60 assert os.path.isfile(folder + "provision_akc") == True
61 assert os.path.isfile(folder + "provision_cap") == True
62 assert os.path.isfile(folder + "state_certificate") == True
63 assert os.path.isfile(folder + "registers") == True
66 folder = self.get_dev_folder(socket)
67 mode = os.stat(folder + "guid").st_mode & 0o777
69 mode = os.stat(folder + "registers").st_mode & 0o777
[all …]
/linux/fs/hfsplus/
H A Dcatalog.c111 struct hfsplus_cat_folder *folder; in hfsplus_cat_build_record() local
113 folder = &entry->folder; in hfsplus_cat_build_record()
114 memset(folder, 0, sizeof(*folder)); in hfsplus_cat_build_record()
115 folder->type = cpu_to_be16(HFSPLUS_FOLDER); in hfsplus_cat_build_record()
117 folder->flags |= cpu_to_be16(HFSPLUS_HAS_FOLDER_COUNT); in hfsplus_cat_build_record()
118 folder->id = cpu_to_be32(inode->i_ino); in hfsplus_cat_build_record()
120 folder->create_date = in hfsplus_cat_build_record()
121 folder->content_mod_date = in hfsplus_cat_build_record()
122 folder->attribute_mod_date = in hfsplus_cat_build_record()
123 folder->access_date = hfsp_now2mt(); in hfsplus_cat_build_record()
[all …]
/linux/tools/perf/pmu-events/
H A DREADME23 folder. Matching is based on the "EventName" field.
37 The JSONs folder for a CPU model/family may be placed in the root arch
38 folder, or may be placed in a vendor sub-folder under the arch folder
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-ppi6 This folder includes the attributes related with PPI (Physical
8 folder makes sense. The folder path can be got by command
H A Dsysfs-nvmem-cells6 The "cells" folder contains one file per cell exposed by the
H A Dsysfs-firmware-opal-sensor-groups6 Each folder in this directory contains a sensor group
H A Dsysfs-firmware-opal-powercap6 Each folder in this directory contains a
H A Dppc-memtrace5 Description: This folder contains the relevant debugfs files for the
/linux/scripts/
H A Dgenerate_rust_analyzer.py179 for folder in extra_dirs:
180 for path in folder.rglob("*.rs"):
/linux/tools/power/cpupower/bindings/python/
H A DREADME1 This folder contains the necessary files to build the Python bindings for
69 Python uses a system specific site-packages folder to look up modules to import
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dfsl,imx25-pinctrl.txt22 Refer to imx25-pinfunc.h in device tree source folder for all available
/linux/fs/vboxsf/
H A DKconfig2 tristate "VirtualBox guest shared folder (vboxsf) support"
/linux/Documentation/leds/
H A Dleds-blinkm.rst78 This extended interface is available as folder blinkm
79 in the sysfs folder of the I2C device.
/linux/tools/perf/tests/config-fragments/
H A DREADME1 This folder is for kernel config fragments that can be merged with
/linux/Documentation/arch/arm/keystone/
H A Dknav-qmss.rst43 channels. This firmware is available under ti-keystone folder of
48 To use copy the firmware image to lib/firmware folder of the initramfs or
/linux/tools/docs/
H A Dchecktransupdate.py177 def list_files_with_excluding_folders(folder, exclude_folders, include_suffix): argument
180 stack = [folder]
/linux/Documentation/arch/arm/sti/
H A Doverview.rst24 There is a generic board board-dt.c in the mach folder which support
/linux/Documentation/admin-guide/auxdisplay/
H A Dks0108.rst48 your LCD specific wiring information in the same folder.
/linux/arch/powerpc/platforms/powernv/
H A Dopal-lpc.c353 static int opal_lpc_debugfs_create_type(struct dentry *folder, in opal_lpc_debugfs_create_type() argument
362 debugfs_create_file(fname, 0600, folder, entry, &lpc_fops); in opal_lpc_debugfs_create_type()
/linux/Documentation/arch/arm/stm32/
H A Doverview.rst26 There is a generic board board-dt.c in the mach folder which support
/linux/tools/power/pm-graph/config/
H A Dcgskip.txt11 # it is found in the config folder. It can be ignored if
/linux/drivers/virt/vboxguest/
H A DKconfig13 for the vboxfs driver which offers folder sharing support.
/linux/Documentation/arch/arc/
H A Darc.rst76 Once the toolchain is installed in the system, make sure its "bin" folder
85 folder.
/linux/Documentation/devicetree/bindings/gpio/
H A Dsodaville.txt5 which is covered by the gpio.txt file in this folder.
/linux/Documentation/doc-guide/
H A Dchecktransupdate.rst54 - files can be a folder instead of only a file

123