Home
last modified time | relevance | path

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

/linux/drivers/soc/atmel/
H A Dsoc.c31 static const struct at91_soc socs[] __initconst = { variable
336 struct soc_device * __init at91_soc_init(const struct at91_soc *socs) in at91_soc_init() argument
358 for (soc = socs; soc->name; soc++) { in at91_soc_init()
412 at91_soc_init(socs); in atmel_soc_device_init()
H A Dsoc.h34 at91_soc_init(const struct at91_soc *socs);
/linux/drivers/edac/
H A Dxgene_edac.c60 struct list_head socs; member
1783 list_add(&ctx->next, &edac->socs); in xgene_edac_soc_add()
1837 list_for_each_entry(node, &ctx->socs, next) in xgene_edac_isr()
1859 INIT_LIST_HEAD(&edac->socs); in xgene_edac_probe()
1978 list_for_each_entry_safe(node, temp_node, &edac->socs, next) in xgene_edac_remove()
/linux/arch/riscv/
H A DKconfig381 source "arch/riscv/Kconfig.socs"