Searched refs:cmtd (Results 1 – 1 of 1) sorted by relevance
53 struct mtd_info *cmtd; member74 if (info->cmtd) { in physmap_flash_remove()75 WARN_ON(mtd_device_unregister(info->cmtd)); in physmap_flash_remove()77 if (info->cmtd != info->mtds[0]) in physmap_flash_remove()78 mtd_concat_destroy(info->cmtd); in physmap_flash_remove()580 info->cmtd = info->mtds[0]; in physmap_flash_probe()585 info->cmtd = mtd_concat_create(info->mtds, info->nmaps, in physmap_flash_probe()587 if (!info->cmtd) in physmap_flash_probe()595 mtd_set_of_node(info->cmtd, dev->dev.of_node); in physmap_flash_probe()596 err = mtd_device_parse_register(info->cmtd, info->part_types, NULL, in physmap_flash_probe()