Searched refs:touch_devs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/mfd/ |
H A 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()
|
H A D | wm831x-core.c | 1583 static const struct mfd_cell touch_devs[] = { variable 1812 touch_devs, ARRAY_SIZE(touch_devs), in wm831x_device_init() 1822 touch_devs, ARRAY_SIZE(touch_devs), in wm831x_device_init()
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A 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()
|
H A D | wm831x-core.c | 1406 static const struct mfd_cell touch_devs[] = { variable 1635 touch_devs, ARRAY_SIZE(touch_devs), in wm831x_device_init() 1645 touch_devs, ARRAY_SIZE(touch_devs), in wm831x_device_init()
|
H A D | max8925-core.c | 44 static const struct mfd_cell touch_devs[] = { variable 888 ret = mfd_add_devices(chip->dev, 0, &touch_devs[0], in max8925_device_init() 889 ARRAY_SIZE(touch_devs), in max8925_device_init()
|
Completed in 12 milliseconds