HomeSort by relevance Sort by last modified time
    Searched refs:ubi_devices (Results 1 - 3 of 3) sorted by null

  /external/u-boot/include/
ubi_uboot.h 77 extern struct ubi_device *ubi_devices[];
  /external/u-boot/drivers/mtd/ubi/
build.c 112 static struct ubi_device *ubi_devices[UBI_MAX_DEVICES]; variable in typeref:struct:ubi_device
114 struct ubi_device *ubi_devices[UBI_MAX_DEVICES]; variable in typeref:struct:ubi_device
121 /* Protects @ubi_devices and @ubi->ref_count */
264 * change @ubi_devices, we do not have to lock @ubi_devices_lock.
267 struct ubi_device *ubi = ubi_devices[i];
291 ubi = ubi_devices[ubi_num];
328 ubi = ubi_devices[i];
356 struct ubi_device *ubi = ubi_devices[i];
898 ubi = ubi_devices[i];
921 /* Search for an empty slot in the @ubi_devices array *
    [all...]
  /external/u-boot/cmd/
ubi.c 517 ubi = ubi_devices[0];

Completed in 4271 milliseconds