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

/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dmtd.c92 list_add_tail(&part->node, &efx->mtd_list); efx_mtd_add()
113 if (list_empty(&efx->mtd_list)) efx_mtd_remove()
116 parts = list_first_entry(&efx->mtd_list, struct efx_mtd_partition, efx_mtd_remove()
119 list_for_each_entry_safe(part, next, &efx->mtd_list, node) efx_mtd_remove()
131 list_for_each_entry(part, &efx->mtd_list, node) efx_mtd_rename()
H A Dnet_driver.h853 * @mtd_list: List of MTDs attached to the NIC
991 struct list_head mtd_list; member in struct:efx_nic
H A Defx.c2837 INIT_LIST_HEAD(&efx->mtd_list); efx_init_struct()
/linux-4.4.14/drivers/mtd/maps/
H A Dphysmap_of.c167 struct mtd_info **mtd_list = NULL; of_flash_probe() local
208 mtd_list = kzalloc(sizeof(*mtd_list) * count, GFP_KERNEL); of_flash_probe()
209 if (!mtd_list) of_flash_probe()
284 mtd_list[i] = info->list[i].mtd; of_flash_probe()
304 info->cmtd = mtd_concat_create(mtd_list, info->list_size, of_flash_probe()
323 kfree(mtd_list); of_flash_probe()
328 kfree(mtd_list); of_flash_probe()

Completed in 264 milliseconds