Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/common/
Dsa1111.c129 static struct sa1111_dev_info sa1111_devices[] = { variable
797 for (i = 0; i < ARRAY_SIZE(sa1111_devices); i++) in __sa1111_probe()
798 if (sa1111_devices[i].devid & has_devs) in __sa1111_probe()
799 sa1111_init_one_child(sachip, mem, &sa1111_devices[i]); in __sa1111_probe()