Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-at91/
Dsoc.c30 struct soc_device * __init at91_soc_init(const struct at91_soc *socs) in at91_soc_init() argument
62 for (soc = socs; soc->name; soc++) { in at91_soc_init()
Dsoc.h33 at91_soc_init(const struct at91_soc *socs);
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-stp-xway.txt3 The Serial To Parallel (STP) is found on MIPS based Lantiq socs. It is a
/linux-4.4.14/Documentation/devicetree/bindings/arm/omap/
Dcrossbar.txt1 Some socs have a large number of interrupts requests to service
/linux-4.4.14/drivers/edac/
Dxgene_edac.c71 struct list_head socs; member
1744 list_add(&ctx->next, &edac->socs); in xgene_edac_soc_add()
1798 list_for_each_entry(node, &ctx->socs, next) in xgene_edac_isr()
1820 INIT_LIST_HEAD(&edac->socs); in xgene_edac_probe()
1931 list_for_each_entry_safe(node, temp_node, &edac->socs, next) in xgene_edac_remove()