HomeSort by relevance Sort by last modified time
    Searched defs:ubi_read (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/linux/mtd/
ubi.h 274 static inline int ubi_read(struct ubi_volume_desc *desc, int lnum, char *buf, function
  /external/u-boot/tools/env/
fw_env.c 285 static int ubi_read(int fd, void *buf, size_t count) function
1217 return ubi_read(fd, environment.image, CUR_ENVSIZE);
    [all...]

Completed in 74 milliseconds