rtc_devs          133 drivers/mfd/88pm800.c static struct mfd_cell rtc_devs[] = {
rtc_devs          337 drivers/mfd/88pm800.c 		rtc_devs[0].platform_data = pdata->rtc;
rtc_devs          338 drivers/mfd/88pm800.c 		rtc_devs[0].pdata_size =
rtc_devs          341 drivers/mfd/88pm800.c 	ret = mfd_add_devices(chip->dev, 0, &rtc_devs[0],
rtc_devs          342 drivers/mfd/88pm800.c 			      ARRAY_SIZE(rtc_devs), NULL, 0, NULL);
rtc_devs          337 drivers/mfd/88pm860x-core.c static struct mfd_cell rtc_devs[] = {
rtc_devs          878 drivers/mfd/88pm860x-core.c 	rtc_devs[0].platform_data = pdata->rtc;
rtc_devs          879 drivers/mfd/88pm860x-core.c 	rtc_devs[0].pdata_size = sizeof(struct pm860x_rtc_pdata);
rtc_devs          880 drivers/mfd/88pm860x-core.c 	rtc_devs[0].num_resources = ARRAY_SIZE(rtc_resources);
rtc_devs          881 drivers/mfd/88pm860x-core.c 	rtc_devs[0].resources = &rtc_resources[0];
rtc_devs          882 drivers/mfd/88pm860x-core.c 	ret = mfd_add_devices(chip->dev, 0, &rtc_devs[0],
rtc_devs          883 drivers/mfd/88pm860x-core.c 			      ARRAY_SIZE(rtc_devs), &rtc_resources[0],
rtc_devs           81 drivers/mfd/max8925-core.c static const struct mfd_cell rtc_devs[] = {
rtc_devs          856 drivers/mfd/max8925-core.c 	ret = mfd_add_devices(chip->dev, 0, &rtc_devs[0],
rtc_devs          857 drivers/mfd/max8925-core.c 			      ARRAY_SIZE(rtc_devs),
rtc_devs         1587 drivers/mfd/wm831x-core.c static const struct mfd_cell rtc_devs[] = {
rtc_devs         1852 drivers/mfd/wm831x-core.c 				      rtc_devs, ARRAY_SIZE(rtc_devs),