Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mtd/ubi/
Dubi.h557 struct ubi_device { struct
558 struct cdev cdev;
559 struct device dev;
560 int ubi_num;
561 char ubi_name[sizeof(UBI_NAME_STR)+5];
562 int vol_count;
563 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT];
564 spinlock_t volumes_lock;
565 int ref_count;
566 int image_seq;
[all …]