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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dphysmap_of.c235 struct mtd_info **mtd_list = NULL; local
263 mtd_list = kzalloc(sizeof(*mtd_list) * count, GFP_KERNEL);
264 if (!mtd_list)
317 mtd_list[i] = info->list[i].mtd;
338 info->cmtd = mtd_concat_create(mtd_list, info->list_size,
381 kfree(mtd_list);
386 kfree(mtd_list);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dmtd.c275 list_add(&efx_mtd->node, &efx->mtd_list);
293 list_for_each_entry_safe(efx_mtd, next, &efx->mtd_list, node)
303 list_for_each_entry(efx_mtd, &efx->mtd_list, node)
H A Dnet_driver.h665 * @mtd_list: List of MTDs attached to the NIC
752 struct list_head mtd_list; member in struct:efx_nic
H A Defx.c2051 INIT_LIST_HEAD(&efx->mtd_list);

Completed in 76 milliseconds