Home
last modified time | relevance | path

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

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