Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mfd/
D88pm860x-core.c308 static struct mfd_cell touch_devs[] = { variable
898 touch_devs[0].platform_data = pdata->touch; in device_touch_init()
899 touch_devs[0].pdata_size = sizeof(struct pm860x_touch_pdata); in device_touch_init()
900 touch_devs[0].num_resources = ARRAY_SIZE(touch_resources); in device_touch_init()
901 touch_devs[0].resources = &touch_resources[0]; in device_touch_init()
902 ret = mfd_add_devices(chip->dev, 0, &touch_devs[0], in device_touch_init()
903 ARRAY_SIZE(touch_devs), &touch_resources[0], in device_touch_init()
Dwm831x-core.c1581 static const struct mfd_cell touch_devs[] = { variable
1801 touch_devs, ARRAY_SIZE(touch_devs), in wm831x_device_init()
1811 touch_devs, ARRAY_SIZE(touch_devs), in wm831x_device_init()
Dmax8925-core.c48 static const struct mfd_cell touch_devs[] = { variable
898 ret = mfd_add_devices(chip->dev, 0, &touch_devs[0], in max8925_device_init()
899 ARRAY_SIZE(touch_devs), in max8925_device_init()