| /linux-6.15/tools/testing/selftests/drivers/sdsi/ |
| H A D | sdsi_test.py | 57 folder = self.get_dev_folder(socket) 58 print (folder) 66 folder = self.get_dev_folder(socket) 79 folder = self.get_dev_folder(socket) 81 st = os.stat(folder + "guid") 85 st = os.stat(folder + "registers") 89 st = os.stat(folder + "provision_akc") 102 folder = self.get_dev_folder(socket) 118 folder = self.get_dev_folder(socket) 136 folder = self.get_dev_folder(socket) [all …]
|
| /linux-6.15/fs/hfsplus/ |
| H A D | inode.c | 507 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_read_inode() local 516 hfsplus_get_perms(inode, &folder->permissions, 1); in hfsplus_cat_read_inode() 518 inode->i_size = 2 + be32_to_cpu(folder->valence); in hfsplus_cat_read_inode() 521 hfsp_mt2ut(folder->content_mod_date)); in hfsplus_cat_read_inode() 523 hfsp_mt2ut(folder->attribute_mod_date)); in hfsplus_cat_read_inode() 524 HFSPLUS_I(inode)->create_date = folder->create_date; in hfsplus_cat_read_inode() 528 be32_to_cpu(folder->subfolders); in hfsplus_cat_read_inode() 598 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_write_inode() local 608 hfsplus_cat_set_perms(inode, &folder->permissions); in hfsplus_cat_write_inode() 612 folder->valence = cpu_to_be32(inode->i_size - 2); in hfsplus_cat_write_inode() [all …]
|
| H A D | catalog.c | 111 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() 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() 127 folder->user_info.frFlags = cpu_to_be16(0x5000); in hfsplus_cat_build_record() [all …]
|
| /linux-6.15/tools/perf/pmu-events/ |
| H A D | README | 23 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-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-driver-ppi | 6 This folder includes the attributes related with PPI (Physical 8 folder makes sense. The folder path can be got by command
|
| H A D | sysfs-nvmem-cells | 6 The "cells" folder contains one file per cell exposed by the
|
| H A D | sysfs-firmware-opal-sensor-groups | 6 Each folder in this directory contains a sensor group
|
| H A D | sysfs-firmware-opal-powercap | 6 Each folder in this directory contains a
|
| /linux-6.15/Documentation/sphinx/ |
| H A D | kfigure.py | 80 for folder in envpath.split(os.pathsep): 81 fname = folder + os.sep + cmd 85 def mkdir(folder, mode=0o775): argument 86 if not path.isdir(folder): 87 os.makedirs(folder, mode)
|
| /linux-6.15/scripts/ |
| H A D | generate_rust_analyzer.py | 156 for folder in extra_dirs: 157 for path in folder.rglob("*.rs"):
|
| H A D | checktransupdate.py | 141 def list_files_with_excluding_folders(folder, exclude_folders, include_suffix): argument 144 stack = [folder]
|
| /linux-6.15/tools/power/cpupower/bindings/python/ |
| H A D | README | 1 This folder contains the necessary files to build the Python bindings for 66 Python uses a system specific site-packages folder to look up modules to import
|
| /linux-6.15/Documentation/devicetree/bindings/pinctrl/ |
| H A D | fsl,imx25-pinctrl.txt | 22 Refer to imx25-pinfunc.h in device tree source folder for all available
|
| H A D | fsl,vf610-pinctrl.txt | 40 Please refer to vf610-pinfunc.h in device tree source folder
|
| /linux-6.15/fs/vboxsf/ |
| H A D | Kconfig | 2 tristate "VirtualBox guest shared folder (vboxsf) support"
|
| /linux-6.15/tools/perf/tests/config-fragments/ |
| H A D | README | 1 This folder is for kernel config fragments that can be merged with
|
| /linux-6.15/Documentation/leds/ |
| H A D | leds-blinkm.rst | 78 This extended interface is available as folder blinkm 79 in the sysfs folder of the I2C device.
|
| /linux-6.15/Documentation/arch/arm/sti/ |
| H A D | overview.rst | 24 There is a generic board board-dt.c in the mach folder which support
|
| /linux-6.15/Documentation/admin-guide/auxdisplay/ |
| H A D | ks0108.rst | 48 your LCD specific wiring information in the same folder.
|
| /linux-6.15/Documentation/arch/arm/keystone/ |
| H A D | knav-qmss.rst | 43 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-6.15/Documentation/arch/arm/stm32/ |
| H A D | overview.rst | 26 There is a generic board board-dt.c in the mach folder which support
|
| /linux-6.15/drivers/gpu/drm/ci/ |
| H A D | igt_runner.sh | 70 --igt-folder /igt/libexec/igt-gpu-tools \
|
| /linux-6.15/arch/powerpc/platforms/powernv/ |
| H A D | opal-lpc.c | 353 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-6.15/drivers/virt/vboxguest/ |
| H A D | Kconfig | 13 for the vboxfs driver which offers folder sharing support.
|
| /linux-6.15/tools/power/pm-graph/config/ |
| H A D | cgskip.txt | 11 # it is found in the config folder. It can be ignored if
|