Searched defs:input_free_device (Results 1 - 1 of 1) sorted by relevance

/drivers/input/
H A Dinput.c1643 * NOTE: Use input_free_device() to free devices that have not been
1669 * input_free_device - free memory occupied by input_dev structure
1682 void input_free_device(struct input_dev *dev) function
1687 EXPORT_SYMBOL(input_free_device); variable
1810 * If function fails the device must be freed with input_free_device().
1812 * with input_unregister_device(); input_free_device() should not be

Completed in 70 milliseconds