Home
last modified time | relevance | path

Searched defs:ubi_device (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/drivers/mtd/ubi/
Dubi.h529 struct ubi_device { struct
530 struct cdev cdev;
531 struct device dev;
532 int ubi_num;
533 char ubi_name[sizeof(UBI_NAME_STR)+5];
534 int vol_count;
535 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT];
536 spinlock_t volumes_lock;
537 int ref_count;
538 int image_seq;
[all …]