Home
last modified time | relevance | path

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

/linux-3.3/drivers/mtd/ubi/
Dubi.h397 struct ubi_device { struct
398 struct cdev cdev;
399 struct device dev;
400 int ubi_num;
401 char ubi_name[sizeof(UBI_NAME_STR)+5];
402 int vol_count;
403 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT];
404 spinlock_t volumes_lock;
405 int ref_count;
406 int image_seq;
[all …]