Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dubi.h559 struct ubi_device { struct
560 struct cdev cdev;
561 struct device dev;
562 int ubi_num;
563 char ubi_name[sizeof(UBI_NAME_STR)+5];
564 int vol_count;
565 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT];
566 spinlock_t volumes_lock;
567 int ref_count;
568 int image_seq;
[all …]
/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dubi.h530 struct ubi_device { struct
531 struct cdev cdev;
532 struct device dev;
533 int ubi_num;
534 char ubi_name[sizeof(UBI_NAME_STR)+5];
535 int vol_count;
536 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT];
537 spinlock_t volumes_lock;
538 int ref_count;
539 int image_seq;
[all …]