Searched refs:socs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/atmel/ |
H A D | soc.c | 32 static const struct at91_soc __initconst socs[] = { variable 209 struct soc_device * __init at91_soc_init(const struct at91_soc *socs) in at91_soc_init() argument 231 for (soc = socs; soc->name; soc++) { in at91_soc_init() 283 at91_soc_init(socs); in atmel_soc_device_init()
|
H A D | soc.h | 33 at91_soc_init(const struct at91_soc *socs);
|
/kernel/linux/linux-6.6/drivers/soc/atmel/ |
H A D | soc.c | 31 static const struct at91_soc socs[] __initconst = { 309 struct soc_device * __init at91_soc_init(const struct at91_soc *socs) in at91_soc_init() argument 331 for (soc = socs; soc->name; soc++) { in at91_soc_init() 384 at91_soc_init(socs); in atmel_soc_device_init()
|
H A D | soc.h | 34 at91_soc_init(const struct at91_soc *socs);
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | xgene_edac.c | 59 struct list_head socs; member 1784 list_add(&ctx->next, &edac->socs); in xgene_edac_soc_add() 1838 list_for_each_entry(node, &ctx->socs, next) in xgene_edac_isr() 1860 INIT_LIST_HEAD(&edac->socs); in xgene_edac_probe() 1982 list_for_each_entry_safe(node, temp_node, &edac->socs, next) in xgene_edac_remove()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | xgene_edac.c | 59 struct list_head socs; member 1784 list_add(&ctx->next, &edac->socs); in xgene_edac_soc_add() 1838 list_for_each_entry(node, &ctx->socs, next) in xgene_edac_isr() 1860 INIT_LIST_HEAD(&edac->socs); in xgene_edac_probe() 1982 list_for_each_entry_safe(node, temp_node, &edac->socs, next) in xgene_edac_remove()
|
Completed in 8 milliseconds