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