Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mfd/
Dab3100-core.c732 static struct mfd_cell ab3100_devs[] = { variable
934 for (i = 0; i < ARRAY_SIZE(ab3100_devs); i++) { in ab3100_probe()
935 ab3100_devs[i].platform_data = ab3100_plf_data; in ab3100_probe()
936 ab3100_devs[i].pdata_size = sizeof(struct ab3100_platform_data); in ab3100_probe()
939 err = mfd_add_devices(&client->dev, 0, ab3100_devs, in ab3100_probe()
940 ARRAY_SIZE(ab3100_devs), NULL, 0, NULL); in ab3100_probe()