Searched refs:ubi_devices (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dbuild.c91 static struct ubi_device *ubi_devices[UBI_MAX_DEVICES]; variable in typeref:struct:ubi_device
96 /* Protects @ubi_devices, @ubi->ref_count and @ubi->is_dead */
236 * change @ubi_devices, we do not have to lock @ubi_devices_lock.
239 struct ubi_device *ubi = ubi_devices[i];
263 ubi = ubi_devices[ubi_num];
303 ubi = ubi_devices[i];
331 struct ubi_device *ubi = ubi_devices[i];
869 ubi = ubi_devices[i];
913 /* Search for an empty slot in the @ubi_devices array */
915 if (!ubi_devices[ubi_nu
[all...]

Completed in 186 milliseconds