Searched refs:to_input_dev (Results 1 – 1 of 1) sorted by relevance
205 #define to_input_dev(d) container_of(d, struct input_dev, dev) macro357 return dev ? to_input_dev(get_device(&dev->dev)) : NULL; in input_get_device()