Searched refs:touch_devs (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/mfd/ |
D | 88pm860x-core.c | 305 static struct mfd_cell touch_devs[] = { variable 897 touch_devs[0].platform_data = pdata->touch; in device_touch_init() 898 touch_devs[0].pdata_size = sizeof(struct pm860x_touch_pdata); in device_touch_init() 899 touch_devs[0].num_resources = ARRAY_SIZE(touch_resources); in device_touch_init() 900 touch_devs[0].resources = &touch_resources[0]; in device_touch_init() 901 ret = mfd_add_devices(chip->dev, 0, &touch_devs[0], in device_touch_init() 902 ARRAY_SIZE(touch_devs), &touch_resources[0], in device_touch_init()
|
D | wm831x-core.c | 1407 static const struct mfd_cell touch_devs[] = { variable 1636 touch_devs, ARRAY_SIZE(touch_devs), in wm831x_device_init() 1646 touch_devs, ARRAY_SIZE(touch_devs), in wm831x_device_init()
|
D | max8925-core.c | 45 static const struct mfd_cell touch_devs[] = { variable 895 ret = mfd_add_devices(chip->dev, 0, &touch_devs[0], in max8925_device_init() 896 ARRAY_SIZE(touch_devs), in max8925_device_init()
|