Searched refs:exported (Results 1 – 25 of 97) sorted by relevance
1234
/linux-2.6.39/Documentation/make/ |
D | headers_install.txt | 7 The linux kernel's exported header files describe the API for user space 30 current architecture. The linux/asm directory of the exported kernel headers 44 before building a C library with headers exported this way.
|
/linux-2.6.39/Documentation/ABI/testing/ |
D | sysfs-gpio | 10 kernel code, it may be exported by userspace (and unexported later). 19 /gpioN ... for each exported GPIO #N
|
D | sysfs-firmware-dmi | 12 cannot ensure that the data as exported to userland is 45 guarantees that handles as exported are unique, and 50 exported as attributes: 89 is exported in the directory:
|
/linux-2.6.39/drivers/staging/zram/ |
D | zram.txt | 14 Statistics for individual zram devices are exported through sysfs nodes at 46 Per-device statistics are exported as various nodes under
|
/linux-2.6.39/fs/fscache/ |
D | Kconfig | 17 caching and exported through file: 34 caching and exported through file:
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | Kbuild | 1 # User exported sparc header files
|
/linux-2.6.39/kernel/ |
D | kallsyms.c | 428 int exported; member 435 &iter->exported) < 0) in get_ksymbol_mod() 516 type = iter->exported ? toupper(iter->type) : in s_show()
|
/linux-2.6.39/Documentation/filesystems/ |
D | debugfs.txt | 9 files exported there. The real world is not always so simple, though [1]; 19 Note that the debugfs API is exported GPL-only to modules. 80 value to be exported. Some types can have different widths on different 100 Finally, a block of arbitrary binary data can be exported with:
|
D | 9p.txt | 44 where mount_tag is the tag associated by the server to each of the exported 67 offering several exported file systems.
|
/linux-2.6.39/Documentation/infiniband/ |
D | core_locking.txt | 27 The corresponding functions exported to upper level protocol 51 All of the methods in struct ib_device exported by a low-level
|
/linux-2.6.39/Documentation/ |
D | kernel-doc-nano-HOWTO.txt | 27 that are exported to loadable modules using EXPORT_SYMBOL. 131 exported (EXPORT_SYMBOL), to be able to distinguish between internal 332 functions that are exported using EXPORT_SYMBOL: the function list is 336 _not_ exported using EXPORT_SYMBOL. 339 exported using EXPORT_SYMBOL.
|
/linux-2.6.39/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.h | 103 int exported; member
|
/linux-2.6.39/Documentation/kbuild/ |
D | modules.txt | 430 for an exported symbol is created. When a module is loaded/used, the 435 Module.symvers contains a list of all exported symbols from a kernel 441 generated. Module.symvers contains all exported symbols from 454 1) It lists all exported symbols from vmlinux and all modules. 466 will be written containing all exported symbols that were not 471 Sometimes, an external module uses exported symbols from 503 is generated containing all exported symbols which are
|
D | makefiles.txt | 44 === 7 Kbuild syntax for exported headers 1212 === 7 Kbuild syntax for exported headers 1214 The kernel include a set of headers that is exported to userspace. 1215 Many headers can be exported as-is but other headers require a 1223 headers to be exported. 1228 header-y specify header files to be exported. 1246 objhdr-y specifies generated files to be exported. 1256 When an architecture have a set of exported headers that needs to be 1257 exported to a different directory destination-y is used. 1258 destination-y specify the destination directory for all exported [all …]
|
/linux-2.6.39/include/asm-generic/ |
D | gpio.h | 121 unsigned exported:1; member
|
/linux-2.6.39/fs/cachefiles/ |
D | Kconfig | 28 operation and exported through file:
|
/linux-2.6.39/Documentation/hwmon/ |
D | pkgtemp | 30 the Out-Of-Spec bit. Following table summarizes the exported sysfs files:
|
D | ads1015 | 34 By default all inputs are exported.
|
D | ibmaem | 22 will be exported as platform devices; this driver can talk to both v1 and v2
|
D | k8temp | 53 TjOffset is not yet exported by the driver, TControlMax is usually
|
/linux-2.6.39/drivers/gpu/drm/ |
D | README.drm | 25 that rely extensively on the API exported by the DRM module.
|
/linux-2.6.39/include/linux/ |
D | module.h | 484 char *name, char *module_name, int *exported); 662 char *module_name, int *exported) in module_get_kallsym() argument
|
/linux-2.6.39/Documentation/sound/alsa/ |
D | powersave.txt | 24 The power_save option is exported as writable. This means you can
|
/linux-2.6.39/drivers/staging/speakup/ |
D | TODO | 25 functions should get exported from drivers/char/selection.c (clear_selection
|
/linux-2.6.39/Documentation/arm/Samsung-S3C24XX/ |
D | CPUfreq.txt | 9 frequencies. The core control is exported via the CPUFreq driver
|
1234