HomeSort by relevance Sort by last modified time
    Searched refs:mtd (Results 1 - 25 of 28) sorted by null

1 2

  /bionic/libc/kernel/uapi/mtd/
mtd-user.h 21 #include <mtd/mtd-abi.h>
  /external/fio/oslib/
libmtd_legacy.c 20 * This file is part of the MTD library. Implements pre-2.6.30 kernels support,
21 * where MTD did not have sysfs interface. The main limitation of the old
26 /* Imported from mtd-utils by dehrenberg */
36 #include <mtd/mtd-user.h>
42 #define MTD_PROC_FILE "/proc/mtd"
43 #define MTD_DEV_PATT "/dev/mtd%d"
49 #define PROC_MTD_PATT "mtd%d: %llx %x"
52 * struct proc_parse_info - /proc/mtd parsing information.
53 * @mtd_num: MTD device numbe
    [all...]
libmtd.h 20 * MTD library.
23 /* Imported from mtd-utils by dehrenberg */
35 /* Maximum MTD device name length */
37 /* Maximum MTD device type string length */
40 /* MTD library descriptor */
47 * @mtd_dev_cnt: count of MTD devices in system
48 * @lowest_mtd_num: lowest MTD device number in system
49 * @highest_mtd_num: highest MTD device number in system
50 * @sysfs_supported: non-zero if sysfs is supported by MTD
61 * struct mtd_dev_info - information about an MTD device
    [all...]
libmtd.c 21 * MTD library.
24 /* Imported from mtd-utils by dehrenberg */
38 #include <mtd/mtd-user.h>
158 * dev_get_major - get major and minor numbers of an MTD device.
160 * @mtd_num: MTD device number
175 * dev_read_data - read data from an MTD device's sysfs file.
177 * @mtd_num: MTD device number
350 * dev_read_hex_int - read an hex 'int' value from an MTD device sysfs file.
352 * @mtd_num: MTD device numbe
    [all...]
libmtd_int.h 21 * MTD library.
24 /* Imported from mtd-utils by dehrenberg */
35 #define SYSFS_MTD "class/mtd"
36 #define MTD_NAME_PATT "mtd%d"
53 * libmtd - MTD library description data structure.
54 * @sysfs_mtd: MTD directory in sysfs
55 * @mtd: MTD device sysfs directory pattern
56 * @mtd_dev: MTD device major/minor numbers file pattern
57 * @mtd_name: MTD device name file patter
84 char *mtd; member in struct:libmtd
    [all...]
  /external/kernel-headers/original/uapi/mtd/
mtd-user.h 25 #include <mtd/mtd-abi.h>
mtd-abi.h 50 * MTD operation modes
59 * See notes on "MTD file modes" for discussion on %MTD_OPS_RAW vs.
76 * @mode: MTD mode (see "MTD operation modes")
130 __u32 size; /* Total size of the MTD */
139 * from the beginning of the MTD */
157 /* Get basic MTD characteristics info (better to use sysfs) */
159 /* Erase segment of MTD */
161 /* Write out-of-band data from MTD */
163 /* Read out-of-band data from MTD */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/mtd/
mtd-user.h 26 #include <mtd/mtd-abi.h>
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DeprecatedAPIChecker.java 150 for (Method mtd : cls.getDeclaredMethods()) {
152 if (!isPublicOrProtected(mtd.getModifiers()) || mtd.isSynthetic()) {
156 String mtdName = mtd.getName();
157 List<String> paramNames = getParamNames(mtd);
167 compareDeprecated(isAPIDeprecated(api), mtd.isAnnotationPresent(Deprecated.class), clsName, mtdName
210 for (Method mtd : cls.getDeclaredMethods()) {
212 if (!isPublicOrProtected(mtd.getModifiers()) || isBuiltinEnumMethod(mtd)) {
216 String mtdName = mtd.getName()
    [all...]
  /external/strace/tests/
ioctl_mtd.c 42 # include <mtd/mtd-abi.h>
  /external/strace/tests-m32/
ioctl_mtd.c 42 # include <mtd/mtd-abi.h>
  /external/strace/tests-mx32/
ioctl_mtd.c 42 # include <mtd/mtd-abi.h>
  /external/vboot_reference/futility/
dump_kernel_config_lib.c 23 #include <mtd/mtd-user.h>
158 VbExError("Cannot read from MTD device %s\n", infile);
  /external/strace/
ubi.c 33 # include <mtd/ubi-user.h>
mtd.c 35 # include <mtd/mtd-abi.h>
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
ComparisonReport.java 79 for (TestSuite.Package.Class.Method mtd : cls.getMethodsList()) {
85 mtd.getName());
TestCaseReport.java 493 for (TestSuite.Package.Class.Method mtd : cls.getMethodsList()) {
499 mtd.getName());
506 mtd.getName(),
530 for (TestSuite.Package.Class.Method mtd : cls.getMethodsList()) {
536 mtd.getName());
  /external/fio/engines/
mtd.c 2 * MTD engine
4 * IO engine that reads/writes from MTD character devices.
13 #include <mtd/mtd-user.h>
108 "trim on MTD must be erase block-aligned");
119 td_verror(td, io_u->error, "operation not supported on mtd");
186 .name = "mtd",
  /external/fio/
configure     [all...]
Makefile 125 SOURCE += engines/mtd.c
  /system/update_engine/payload_consumer/
mtd_file_descriptor.cc 20 #include <mtd/ubi-user.h>
  /external/vboot_reference/cgpt/
cgpt_common.c 14 #include <mtd/mtd-user.h>
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/tools/common/jasmin/
jasmin.jar 
  /system/sepolicy/prebuilts/api/27.0/private/
file_contexts 100 /dev/mtd(/.*)? u:object_r:mtd_device:s0

Completed in 667 milliseconds

1 2