Searched refs:devm_input_allocate_polled_device (Results 1 – 5 of 5) sorted by relevance
56 struct input_polled_dev *devm_input_allocate_polled_device(struct device *dev);
238 struct input_polled_dev *devm_input_allocate_polled_device(struct device *dev) in devm_input_allocate_polled_device() function262 EXPORT_SYMBOL(devm_input_allocate_polled_device);
181 idev = devm_input_allocate_polled_device(&c->dev); in mma8450_probe()
194 poll_dev = devm_input_allocate_polled_device(&pdev->dev); in jornada680kbd_probe()
276 poll_dev = devm_input_allocate_polled_device(&pdev->dev); in gpio_keys_polled_probe()