Searched refs:devm_input_allocate_device (Results 51 - 75 of 233) sorted by relevance

12345678910

/linux-master/drivers/input/touchscreen/
H A Dsurface3_spi.c248 input = devm_input_allocate_device(&data->spi->dev);
284 input = devm_input_allocate_device(&data->spi->dev);
H A Dts4800-ts.c167 input_dev = devm_input_allocate_device(&pdev->dev);
H A Dtps6507x-ts.c238 input_dev = devm_input_allocate_device(&pdev->dev);
H A Draspberrypi-ts.c168 input = devm_input_allocate_device(dev);
H A Dmax11801_ts.c178 input_dev = devm_input_allocate_device(&client->dev);
H A Dwacom_i2c.c188 input = devm_input_allocate_device(dev);
H A Dzet6223.c196 ts->input = input = devm_input_allocate_device(dev);
H A Dcy8ctmg110_ts.c185 input_dev = devm_input_allocate_device(&client->dev);
/linux-master/drivers/platform/x86/intel/
H A Dvbtn.c108 priv->buttons_dev = devm_input_allocate_device(&device->dev);
126 priv->switches_dev = devm_input_allocate_device(&device->dev);
H A Dhid.c419 priv->input_dev = devm_input_allocate_device(&device->dev);
439 priv->array = devm_input_allocate_device(&device->dev);
458 priv->switches = devm_input_allocate_device(&device->dev);
/linux-master/drivers/input/keyboard/
H A Djornada680_kbd.c189 input_dev = devm_input_allocate_device(&pdev->dev);
H A Dgoldfish_events.c134 input_dev = devm_input_allocate_device(&pdev->dev);
H A Dadc-keys.c146 input = devm_input_allocate_device(dev);
H A Dsnvs_pwrkey.c182 input = devm_input_allocate_device(&pdev->dev);
H A Dmt6779-keypad.c144 keypad->input_dev = devm_input_allocate_device(&pdev->dev);
H A Dst-keyscan.c140 input_dev = devm_input_allocate_device(&pdev->dev);
H A Dcypress-sf.c138 touchkey->input_dev = devm_input_allocate_device(&client->dev);
H A Dmax7359_keypad.c188 input_dev = devm_input_allocate_device(&client->dev);
/linux-master/drivers/input/misc/
H A Dsc27xx-vibra.c143 info->input_dev = devm_input_allocate_device(&pdev->dev);
H A Datc260x-onkey.c242 input_dev = devm_input_allocate_device(&pdev->dev);
H A Dtwl4030-vibra.c198 info->input_dev = devm_input_allocate_device(&pdev->dev);
H A Dregulator-haptic.c177 input_dev = devm_input_allocate_device(&pdev->dev);
H A Dnxp-bbnsm-pwrkey.c133 input = devm_input_allocate_device(&pdev->dev);
/linux-master/drivers/input/joystick/
H A Dadc-joystick.c242 input = devm_input_allocate_device(dev);
/linux-master/drivers/hid/
H A Dhid-letsketch.c85 input = devm_input_allocate_device(&data->hdev->dev);

Completed in 196 milliseconds

12345678910