Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mfd/
D88pm860x-core.c133 static struct mfd_cell touch_devs[] = { variable
735 touch_devs[0].platform_data = pdata->touch; in device_touch_init()
736 touch_devs[0].pdata_size = sizeof(struct pm860x_touch_pdata); in device_touch_init()
737 touch_devs[0].num_resources = ARRAY_SIZE(touch_resources); in device_touch_init()
738 touch_devs[0].resources = &touch_resources[0]; in device_touch_init()
739 ret = mfd_add_devices(chip->dev, 0, &touch_devs[0], in device_touch_init()
740 ARRAY_SIZE(touch_devs), &touch_resources[0], in device_touch_init()
Dmax8925-core.c56 static struct mfd_cell touch_devs[] = { variable
657 ret = mfd_add_devices(chip->dev, 0, &touch_devs[0], in max8925_device_init()
658 ARRAY_SIZE(touch_devs), in max8925_device_init()
Dwm831x-core.c1581 static struct mfd_cell touch_devs[] = { variable
1799 touch_devs, ARRAY_SIZE(touch_devs), in wm831x_device_init()
1809 touch_devs, ARRAY_SIZE(touch_devs), in wm831x_device_init()