Searched refs:devm_input_allocate_device (Results 1 - 25 of 230) sorted by relevance

12345678910

/linux-master/drivers/input/misc/
H A Dretu-pwrbutton.c55 idev = devm_input_allocate_device(&pdev->dev);
H A Drb532_button.c60 input = devm_input_allocate_device(&pdev->dev);
H A Drave-sp-pwrbutton.c52 idev = devm_input_allocate_device(dev);
H A Drk805-pwrkey.c44 pwr = devm_input_allocate_device(&pdev->dev);
H A Dtwl4030-pwrbutton.c62 pwr = devm_input_allocate_device(&pdev->dev);
H A Dgpio-beeper.c74 input = devm_input_allocate_device(&pdev->dev);
H A Dhisi_powerkey.c78 input = devm_input_allocate_device(dev);
H A Dcobalt_btns.c82 input = devm_input_allocate_device(&pdev->dev);
H A Dsgi_btns.c88 input = devm_input_allocate_device(&pdev->dev);
H A Dmax77650-onkey.c89 onkey->input = devm_input_allocate_device(dev);
H A Dab8500-ponkey.c70 input = devm_input_allocate_device(&pdev->dev);
H A Dgpio_decoder.c88 input = devm_input_allocate_device(dev);
H A Drt5120-pwrkey.c67 priv->input = devm_input_allocate_device(dev);
H A De3x0-button.c75 input = devm_input_allocate_device(&pdev->dev);
H A Dcpcap-pwrbutton.c60 button->idev = devm_input_allocate_device(&pdev->dev);
H A Dwm831x-on.c88 wm831x_on->dev = devm_input_allocate_device(&pdev->dev);
/linux-master/drivers/platform/x86/
H A Dacer-wireless.c40 idev = devm_input_allocate_device(&adev->dev);
H A Dxiaomi-wmi.c38 data->input_dev = devm_input_allocate_device(&wdev->dev);
H A Dadv_swbutton.c61 input = devm_input_allocate_device(&device->dev);
/linux-master/sound/drivers/pcsp/
H A Dpcsp_input.c81 struct input_dev *input_dev = devm_input_allocate_device(dev);
/linux-master/drivers/platform/chrome/
H A Dchromeos_tbmc.c73 idev = devm_input_allocate_device(dev);
/linux-master/drivers/platform/x86/intel/
H A Dchtdc_ti_pwrbtn.c46 input = devm_input_allocate_device(dev);
H A Dmrfld_pwrbtn.c53 input = devm_input_allocate_device(dev);
/linux-master/drivers/input/joystick/
H A Dsensehat-joystick.c79 sensehat_joystick->keys_dev = devm_input_allocate_device(&pdev->dev);
/linux-master/drivers/input/keyboard/
H A Dopencores-kbd.c53 input = devm_input_allocate_device(&pdev->dev);

Completed in 191 milliseconds

12345678910