Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/ubi/
Dubi.h560 struct ubi_device { struct
561 struct cdev cdev;
562 struct device dev;
563 int ubi_num;
564 char ubi_name[sizeof(UBI_NAME_STR)+5];
565 int vol_count;
566 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT];
567 spinlock_t volumes_lock;
568 int ref_count;
569 int image_seq;
[all …]
/kernel/linux/linux-4.19/drivers/mtd/ubi/
Dubi.h572 struct ubi_device { struct
573 struct cdev cdev;
574 struct device dev;
575 int ubi_num;
576 char ubi_name[sizeof(UBI_NAME_STR)+5];
577 int vol_count;
578 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT];
579 spinlock_t volumes_lock;
580 int ref_count;
581 int image_seq;
[all …]