/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/Documentation/driver-api/ |
D | infrastructure.rst | 18 :export: 21 :export: 24 :export: 27 :export: 33 :export: 36 :export: 42 :export: 45 :export: 51 :export: 60 :export: [all …]
|
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 | basics.rst | 25 :export: 37 :export: 46 :export: 58 :export: 73 :export: 82 :export: 94 :export: 104 :export: 108 :export: 117 :export:
|
D | input.rst | 11 :export: 14 :export: 17 :export: 26 :export: 35 :export: 50 :export:
|
D | target.rst | 20 :export: 35 :export: 42 :export: 51 :export:
|
D | miscellaneous.rst | 8 :export: 11 :export: 20 :export: 23 :export: 49 :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 …]
|
D | w1.rst | 32 :export: 48 :export: 64 :export:
|
D | message-based.rst | 8 :export: 11 :export:
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | kernel-api.rst | 25 :export: 34 :export: 37 :export: 43 :export: 85 :export: 97 :export: 103 :export: 106 :export: 115 :export: 128 :export: [all …]
|
D | mm-api.rst | 12 :export: 47 :export: 50 :export: 59 :export: 65 :export: 68 :export: 71 :export: 74 :export: 83 :export: 89 :export: [all …]
|
/kernel/linux/linux-5.10/Documentation/gpu/ |
D | drm-kms-helpers.rst | 69 :export: 81 :export: 93 :export: 105 :export: 111 :export: 120 :export: 129 :export: 162 :export: 168 :export: 174 :export: [all …]
|
D | drm-kms.rst | 160 :export: 190 :export: 296 :export: 305 :export: 320 :export: 335 :export: 350 :export: 371 :export: 380 :export: 395 :export: [all …]
|
/kernel/linux/linux-5.10/Documentation/driver-api/gpio/ |
D | index.rst | 26 :export: 32 :export: 38 :export: 44 :export: 50 :export:
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
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-
|
D | db-export.txt | 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
|
/kernel/linux/linux-5.10/Documentation/sh/ |
D | index.rst | 24 :export: 39 :export: 48 :export: 54 :export:
|
/kernel/linux/linux-5.10/include/uapi/ |
D | Kbuild | 3 no-export-headers += linux/a.out.h 7 no-export-headers += linux/kvm.h 12 no-export-headers += linux/kvm_para.h
|
/kernel/linux/linux-5.10/scripts/mod/ |
D | modpost.c | 43 enum export { enum 195 enum export export; /* Type of export */ member 233 enum export export) in new_symbol() argument 289 enum export export; member 291 { .str = "EXPORT_SYMBOL", .export = export_plain }, 292 { .str = "EXPORT_UNUSED_SYMBOL", .export = export_unused }, 293 { .str = "EXPORT_SYMBOL_GPL", .export = export_gpl }, 294 { .str = "EXPORT_UNUSED_SYMBOL_GPL", .export = export_unused_gpl }, 295 { .str = "EXPORT_SYMBOL_GPL_FUTURE", .export = export_gpl_future }, 296 { .str = "(unknown)", .export = export_unknown }, [all …]
|
/kernel/linux/linux-5.10/Documentation/ABI/obsolete/ |
D | sysfs-gpio | 9 "export" operation. If a given GPIO is not claimed for use by 11 Kernel code may export it for complete or partial access. 19 /export ... asks the kernel to export a GPIO to userspace
|
/kernel/linux/linux-5.10/Documentation/target/ |
D | scripts.rst | 7 Target export device script 10 .. literalinclude:: target-export-device
|