Searched defs:ubi_device (Results 1 – 1 of 1) sorted by relevance
529 struct ubi_device { struct530 struct cdev cdev;531 struct device dev;532 int ubi_num;533 char ubi_name[sizeof(UBI_NAME_STR)+5];534 int vol_count;535 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT];536 spinlock_t volumes_lock;537 int ref_count;538 int image_seq;[all …]