Searched refs:devm_input_allocate_device (Results 201 - 225 of 233) sorted by relevance

12345678910

/linux-master/drivers/input/touchscreen/
H A Dads7846.c1216 input_dev = devm_input_allocate_device(dev);
H A Dili210x.c971 input = devm_input_allocate_device(dev);
H A Dwm97xx-core.c557 wm->input_dev = devm_input_allocate_device(wm->dev);
H A Diqs5xx.c494 input = devm_input_allocate_device(&client->dev);
H A Dcyttsp5.c862 ts->input = devm_input_allocate_device(dev);
H A Draydium_i2c_ts.c1132 ts->input = devm_input_allocate_device(&client->dev);
H A Drohm_bu21023.c1125 input = devm_input_allocate_device(dev);
H A Dhideep.c798 ts->input_dev = devm_input_allocate_device(dev);
H A Dwdt87xx_i2c.c1028 input = devm_input_allocate_device(dev);
H A Dzforce_ts.c821 input_dev = devm_input_allocate_device(&client->dev);
H A Diqs7211.c2109 kp_idev = devm_input_allocate_device(&client->dev);
2160 tp_idev = devm_input_allocate_device(&client->dev);
H A Delants_i2c.c1489 ts->input = devm_input_allocate_device(&client->dev);
H A Dedt-ft5x06.c1246 input = devm_input_allocate_device(&client->dev);
H A Dmelfas_mip4.c1439 input = devm_input_allocate_device(&client->dev);
/linux-master/drivers/input/keyboard/
H A Dtegra-kbc.c632 kbc->idev = devm_input_allocate_device(&pdev->dev);
H A Dgpio_keys.c880 input = devm_input_allocate_device(dev);
H A Dadp5588-keys.c735 input = devm_input_allocate_device(&client->dev);
/linux-master/drivers/input/rmi4/
H A Drmi_driver.c1190 data->input = devm_input_allocate_device(dev);
/linux-master/drivers/platform/x86/
H A Dhuawei-wmi.c765 idev = devm_input_allocate_device(dev);
/linux-master/sound/soc/codecs/
H A Dcs42l56.c1047 cs42l56->beep = devm_input_allocate_device(component->dev);
H A Dcs42l52.c985 cs42l52->beep = devm_input_allocate_device(component->dev);
/linux-master/drivers/input/misc/
H A Dda7280.c1214 input_dev = devm_input_allocate_device(dev);
/linux-master/drivers/input/mouse/
H A Dcyapa.c442 input = devm_input_allocate_device(dev);
/linux-master/drivers/hid/
H A Dhid-nintendo.c2088 ctlr->imu_input = devm_input_allocate_device(&hdev->dev);
2153 ctlr->input = devm_input_allocate_device(&hdev->dev);
/linux-master/drivers/input/
H A Dinput.c2058 * devm_input_allocate_device - allocate managed input device
2075 struct input_dev *devm_input_allocate_device(struct device *dev) function
2099 EXPORT_SYMBOL(devm_input_allocate_device); variable
2384 * (ones allocated with devm_input_allocate_device()). Such managed input

Completed in 272 milliseconds

12345678910