Home
last modified time | relevance | path

Searched refs:mtd_list (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/sfc/
Dmtd.c92 list_add_tail(&part->node, &efx->mtd_list); in efx_mtd_add()
113 if (list_empty(&efx->mtd_list)) in efx_mtd_remove()
116 parts = list_first_entry(&efx->mtd_list, struct efx_mtd_partition, in efx_mtd_remove()
119 list_for_each_entry_safe(part, next, &efx->mtd_list, node) in efx_mtd_remove()
131 list_for_each_entry(part, &efx->mtd_list, node) in efx_mtd_rename()
Dnet_driver.h991 struct list_head mtd_list; member
Defx.c2840 INIT_LIST_HEAD(&efx->mtd_list); in efx_init_struct()
/drivers/mtd/maps/
Dphysmap_of.c158 struct mtd_info **mtd_list = NULL; in of_flash_probe() local
199 mtd_list = kzalloc(sizeof(*mtd_list) * count, GFP_KERNEL); in of_flash_probe()
200 if (!mtd_list) in of_flash_probe()
267 mtd_list[i] = info->list[i].mtd; in of_flash_probe()
287 info->cmtd = mtd_concat_create(mtd_list, info->list_size, in of_flash_probe()
306 kfree(mtd_list); in of_flash_probe()
311 kfree(mtd_list); in of_flash_probe()