Searched refs:mtd_list (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/ |
| H A D | mtd.c | 80 list_add_tail(&part->node, &efx->mtd_list); in ef4_mtd_add() 101 if (list_empty(&efx->mtd_list)) in ef4_mtd_remove() 104 parts = list_first_entry(&efx->mtd_list, struct ef4_mtd_partition, in ef4_mtd_remove() 107 list_for_each_entry_safe(part, next, &efx->mtd_list, node) in ef4_mtd_remove() 119 list_for_each_entry(part, &efx->mtd_list, node) in ef4_mtd_rename()
|
| H A D | net_driver.h | 839 struct list_head mtd_list; member
|
| H A D | efx.c | 2645 INIT_LIST_HEAD(&efx->mtd_list); in ef4_init_struct()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | mtd.c | 83 list_add_tail(&part->node, &efx->mtd_list); in efx_mtd_add() 104 if (list_empty(&efx->mtd_list)) in efx_mtd_remove() 107 parts = list_first_entry(&efx->mtd_list, struct efx_mtd_partition, in efx_mtd_remove() 110 list_for_each_entry_safe(part, next, &efx->mtd_list, node) in efx_mtd_remove() 122 list_for_each_entry(part, &efx->mtd_list, node) in efx_mtd_rename()
|
| H A D | net_driver.h | 1033 struct list_head mtd_list; member
|
| H A D | efx_common.c | 990 INIT_LIST_HEAD(&efx->mtd_list); in efx_init_struct()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ |
| H A D | cfi_mtd.c | 210 struct mtd_info *mtd_list[CONFIG_SYS_MAX_FLASH_BANKS]; in cfi_mtd_init() local 243 mtd_list[devices_found++] = mtd; in cfi_mtd_init() 253 mtd = mtd_concat_create(mtd_list, devices_found, c_mtd_name); in cfi_mtd_init()
|