/Linux-v6.6/drivers/pwm/ |
D | sysfs.c | 31 struct pwm_export *export = child_to_pwm_export(child); in child_to_pwm_device() local 33 return export->pwm; in child_to_pwm_device() 52 struct pwm_export *export = child_to_pwm_export(child); in period_store() local 53 struct pwm_device *pwm = export->pwm; in period_store() 62 mutex_lock(&export->lock); in period_store() 66 mutex_unlock(&export->lock); in period_store() 87 struct pwm_export *export = child_to_pwm_export(child); in duty_cycle_store() local 88 struct pwm_device *pwm = export->pwm; in duty_cycle_store() 97 mutex_lock(&export->lock); in duty_cycle_store() 101 mutex_unlock(&export->lock); in duty_cycle_store() [all …]
|
/Linux-v6.6/Documentation/filesystems/ |
D | api-summary.rst | 21 :export: 30 :export: 33 :export: 39 :export: 45 :export: 54 :export: 57 :export: 60 :export: 63 :export: 66 :export: [all …]
|
/Linux-v6.6/Documentation/networking/ |
D | kapi.rst | 24 :export: 27 :export: 30 :export: 33 :export: 36 :export: 42 :export: 51 :export: 54 :export: 60 :export: 63 :export: [all …]
|
/Linux-v6.6/samples/pktgen/ |
D | parameters.sh | 33 export DEV=$OPTARG 37 export PKT_SIZE=$OPTARG 41 export DEST_IP=$OPTARG 45 export DST_MAC=$OPTARG 49 export DST_PORT=$OPTARG 53 export F_THREAD=$OPTARG 57 export THREADS=$OPTARG 61 export CLONE_SKB=$OPTARG 65 export COUNT=$OPTARG 69 export BURST=$OPTARG [all …]
|
/Linux-v6.6/Documentation/driver-api/pci/ |
D | pci.rst | 5 :export: 8 :export: 11 :export: 14 :export: 17 :export: 20 :export: 23 :export: 26 :export: 29 :export: 32 :export: [all …]
|
/Linux-v6.6/Documentation/core-api/ |
D | kernel-api.rst | 25 :export: 31 :export: 34 :export: 43 :export: 85 :export: 97 :export: 109 :export: 112 :export: 121 :export: 140 :export: [all …]
|
D | mm-api.rst | 12 :export: 41 :export: 44 :export: 53 :export: 62 :export: 71 :export: 77 :export: 83 :export: 92 :export: 98 :export: [all …]
|
/Linux-v6.6/Documentation/driver-api/ |
D | infiniband.rst | 17 :export: 20 :export: 23 :export: 26 :export: 29 :export: 32 :export: 35 :export: 38 :export: 41 :export: 44 :export: [all …]
|
D | infrastructure.rst | 30 :export: 33 :export: 36 :export: 42 :export: 48 :export: 51 :export: 57 :export: 63 :export: 69 :export: 78 :export: [all …]
|
D | basics.rst | 25 :export: 43 :export: 46 :export: 58 :export: 67 :export: 82 :export: 91 :export: 109 :export: 119 :export: 123 :export: [all …]
|
D | input.rst | 11 :export: 14 :export: 17 :export: 26 :export: 41 :export:
|
D | scsi.rst | 103 :export: 113 :export: 121 :export: 138 :export: 146 :export: 155 :export: 211 :export: 219 :export: 227 :export: 242 :export: [all …]
|
/Linux-v6.6/Documentation/gpu/ |
D | drm-kms-helpers.rst | 69 :export: 81 :export: 93 :export: 105 :export: 117 :export: 120 :export: 126 :export: 135 :export: 144 :export: 189 :export: [all …]
|
/Linux-v6.6/Documentation/devicetree/ |
D | kernel-api.rst | 12 :export: 18 :export: 24 :export: 27 :export: 30 :export: 39 :export: 45 :export: 51 :export: 54 :export: 57 :export:
|
/Linux-v6.6/tools/testing/selftests/rcutorture/bin/ |
D | kvm.sh | 23 LANG=en_US.UTF-8; export LANG 27 RCUTORTURE="`pwd`/tools/testing/selftests/rcutorture"; export RCUTORTURE 28 PATH=${RCUTORTURE}/bin:$PATH; export PATH 35 TORTURE_INITRD="$RCUTORTURE/initrd"; export TORTURE_INITRD 166 …="CONFIG_DEBUG_INFO_NONE=n CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y"; export TORTURE_KCONFIG_GD… 167 TORTURE_BOOT_GDB_ARG="nokaslr"; export TORTURE_BOOT_GDB_ARG 168 TORTURE_QEMU_GDB_ARG="-s -S"; export TORTURE_QEMU_GDB_ARG 174 TORTURE_QEMU_INTERACTIVE=1; export TORTURE_QEMU_INTERACTIVE 182 …INFO_NONE=n CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y CONFIG_KASAN=y"; export TORTURE_KCONFIG_KA… 194 …ONFIG_KCSAN_VERBOSE=y CONFIG_DEBUG_LOCK_ALLOC=y CONFIG_PROVE_LOCKING=y"; export TORTURE_KCONFIG_KC… [all …]
|
/Linux-v6.6/tools/perf/Documentation/ |
D | db-export.txt | 1 Database Export 10 tools/perf/scripts/python/export-to-sqlite.py 11 tools/perf/scripts/python/export-to-postgresql.py 13 which export data to a SQLite3 or PostgreSQL database. 15 The export process provides records with unique sequential ids which allows the 19 Over time it is possible to continue to expand the export while maintaining 33 4. The export scripts themselves maintain forward compatibility (i.e. an existing
|
D | android.txt | 11 export NDK=/path/to/android-ndk 15 …export NDK_TOOLCHAIN=${NDK}/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-lin… 16 export NDK_SYSROOT=${NDK}/platforms/android-24/arch-arm 18 export NDK_TOOLCHAIN=${NDK}/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android- 19 export NDK_SYSROOT=${NDK}/platforms/android-24/arch-x86 37 export NDK_SYSROOT=${ANDROID_BUILD_TOP}/ndk/build/platforms/android-3/arch-arm 40 export NDK_SYSROOT=${ANDROID_BUILD_TOP}/ndk/build/platforms/android-3/arch-x86 44 export NDK_TOOLCHAIN=${ANDROID_TOOLCHAIN}/arm-linux-androideabi- 46 export NDK_TOOLCHAIN=${ANDROID_TOOLCHAIN}/i686-linux-android-
|
/Linux-v6.6/include/linux/ |
D | trace.h | 10 * The trace export - an export of Ftrace output. The trace_export 11 * can process traces and export them to a registered destination as 33 int register_ftrace_export(struct trace_export *export); 34 int unregister_ftrace_export(struct trace_export *export); 64 static inline int register_ftrace_export(struct trace_export *export) in register_ftrace_export() argument 68 static inline int unregister_ftrace_export(struct trace_export *export) in unregister_ftrace_export() argument
|
/Linux-v6.6/Documentation/filesystems/nfs/ |
D | reexport.rst | 17 We require the "fsid=" export option on any reexport of an NFS 20 The "crossmnt" export does not propagate "fsid=", so it will not allow 21 traversing into further nfs filesystems; if you wish to export nfs 22 filesystems mounted under the exported filesystem, you'll need to export 59 filesystem, the second is the length after that nfs export is reexported 78 - The (non-default) "subtreecheck" export option generally 80 - If you export a subdirectory of a filesystem (instead of 83 - If you export over NFSv2, knfsd usually uses a shorter 85 - The root directory of an export uses a filehandle that is 101 - fs/nfs/export.c:nfs_encode_fh
|
/Linux-v6.6/arch/mips/mm/ |
D | tlb-funcs.S | 14 #include <linux/export.h> 24 EXPORT(tlbmiss_handler_setup_pgd_end) 30 EXPORT(handle_tlbm_end) 35 EXPORT(handle_tlbs_end) 40 EXPORT(handle_tlbl_end)
|
D | page-funcs.S | 11 #include <linux/export.h> 31 EXPORT(__clear_page_start) 37 EXPORT(__clear_page_end) 47 EXPORT(__copy_page_start) 53 EXPORT(__copy_page_end)
|
/Linux-v6.6/scripts/ |
D | Makefile.gcc-plugins | 9 export DISABLE_LATENT_ENTROPY_PLUGIN 21 export DISABLE_STRUCTLEAK_PLUGIN 37 export DISABLE_STACKLEAK_PLUGIN 43 export DISABLE_ARM_SSP_PER_TASK_PLUGIN 48 export GCC_PLUGINS_CFLAGS 63 export GCC_PLUGIN
|
/Linux-v6.6/Documentation/driver-api/gpio/ |
D | index.rst | 26 :export: 32 :export: 38 :export: 44 :export: 50 :export:
|
/Linux-v6.6/include/asm-generic/ |
D | export.h | 6 * <asm/export.h> and <asm-generic/export.h> are deprecated. 7 * Please include <linux/export.h> directly. 9 #include <linux/export.h>
|
/Linux-v6.6/ |
D | Makefile | 42 export abs_srctree := $(realpath $(dir $(this-makefile))) 43 export abs_objtree := $(CURDIR) 55 export LC_COLLATE LC_NUMERIC 109 export quiet Q KBUILD_VERBOSE 128 export KBUILD_CHECKSRC 137 export KBUILD_CLIPPY 156 export KBUILD_EXTMOD 173 # export KBUILD_OUTPUT=dir/to/store/output/files/; make 206 export sub_make_done := 1 262 export building_out_of_srctree srctree objtree VPATH [all …]
|