Searched defs:ubi_device (Results 1 – 1 of 1) sorted by relevance
554 struct ubi_device { struct555 struct cdev cdev;556 struct device dev;557 int ubi_num;558 char ubi_name[sizeof(UBI_NAME_STR)+5];559 int vol_count;560 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT];561 spinlock_t volumes_lock;562 int ref_count;563 int image_seq;[all …]