Searched refs:id (Results 1 – 6 of 6) sorted by relevance
125 int id; in erofs_map_dev() local131 for (id = 0; id < sbi.extra_devices; ++id) { in erofs_map_dev()134 dif = sbi.devs + id; in erofs_map_dev()
174 struct mtdids *id = current_part->dev->id; in read_nand_cached() local181 mtd = get_nand_dev_by_index(id->num); in read_nand_cached()388 struct mtdids *id = current_part->dev->id; in get_fl_mem_nor() local390 flash_info_t *flash = &flash_info[id->num]; in get_fl_mem_nor()418 struct mtdids *id = current_part->dev->id; in get_fl_mem() local420 switch(id->type) { in get_fl_mem()445 struct mtdids *id = current_part->dev->id; in get_node_mem() local447 switch(id->type) { in get_node_mem()473 struct mtdids *id = current_part->dev->id; in put_fl_mem() local479 switch (id->type) { in put_fl_mem()
52 .id = UCLASS_BOOTDEV,
1433 u8 *id; in fat_uuid() local1439 id = volinfo.volume_id; in fat_uuid()1440 sprintf(uuid_str, "%02X%02X-%02X%02X", id[3], id[2], id[1], id[0]); in fat_uuid()
409 slotptr->id = ++counter; in fill_dir_slot()416 slotptr->id |= LAST_LONG_ENTRY_MASK; in fill_dir_slot()
47 flash_info[x->dev->id->num].start[0])373 if (info->dev->id->type != MTD_DEV_TYPE_NOR) in cramfs_check()
Completed in 13 milliseconds