Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mfd/
H A Dab3100-core.c693 static struct mfd_cell ab3100_devs[] = { variable
890 for (i = 0; i < ARRAY_SIZE(ab3100_devs); i++) { in ab3100_probe()
891 ab3100_devs[i].platform_data = ab3100_plf_data; in ab3100_probe()
892 ab3100_devs[i].pdata_size = sizeof(struct ab3100_platform_data); in ab3100_probe()
895 err = mfd_add_devices(&client->dev, 0, ab3100_devs, in ab3100_probe()
896 ARRAY_SIZE(ab3100_devs), NULL, 0, NULL); in ab3100_probe()

Completed in 1 milliseconds