Searched defs:ubi_device (Results 1 – 1 of 1) sorted by relevance
570 struct ubi_device { struct571 struct cdev cdev;572 struct device dev;573 int ubi_num;574 char ubi_name[sizeof(UBI_NAME_STR)+5];575 int vol_count;576 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT];577 spinlock_t volumes_lock;578 int ref_count;579 int image_seq;[all …]