Lines Matching defs:input
8 #include <linux/input.h>
78 struct input_dev *input;
115 "%s: call input report key (0x%04x) value (0x%02x)",
118 input_report_key(f30->input, key_code, key_down);
216 * ctrl2 -> dir == 0 -> input mode
228 struct input_dev *input = f30->input;
253 input_set_capability(input, EV_KEY, button++);
258 input->keycode = f30->gpioled_key_map;
259 input->keycodesize = sizeof(f30->gpioled_key_map[0]);
260 input->keycodemax = f30->gpioled_count;
268 __set_bit(INPUT_PROP_BUTTONPAD, input->propbit);
378 if (!drv_data->input) {
379 dev_info(&fn->dev, "F30: no input device found, ignoring\n");
387 f30->input = drv_data->input;