Searched refs:input_event (Results 1 - 91 of 91) sorted by relevance

/linux-4.1.27/drivers/input/
H A Dinput-compat.c18 struct input_event *event) input_event_from_user()
34 if (copy_from_user(event, buffer, sizeof(struct input_event))) input_event_from_user()
42 const struct input_event *event) input_event_to_user()
58 if (copy_to_user(buffer, event, sizeof(struct input_event))) input_event_to_user()
103 struct input_event *event) input_event_from_user()
105 if (copy_from_user(event, buffer, sizeof(struct input_event))) input_event_from_user()
112 const struct input_event *event) input_event_to_user()
114 if (copy_to_user(buffer, event, sizeof(struct input_event))) input_event_to_user()
H A Dinput-compat.h71 sizeof(struct input_event_compat) : sizeof(struct input_event); input_event_size()
78 return sizeof(struct input_event); input_event_size()
84 struct input_event *event);
87 const struct input_event *event);
H A Dinput-mt.c149 input_event(dev, EV_ABS, ABS_MT_TRACKING_ID, -1); input_mt_report_slot_state()
157 input_event(dev, EV_ABS, ABS_MT_TRACKING_ID, id); input_mt_report_slot_state()
158 input_event(dev, EV_ABS, ABS_MT_TOOL_TYPE, tool_type); input_mt_report_slot_state()
175 input_event(dev, EV_KEY, BTN_TOOL_FINGER, count == 1); input_mt_report_finger_count()
176 input_event(dev, EV_KEY, BTN_TOOL_DOUBLETAP, count == 2); input_mt_report_finger_count()
177 input_event(dev, EV_KEY, BTN_TOOL_TRIPLETAP, count == 3); input_mt_report_finger_count()
178 input_event(dev, EV_KEY, BTN_TOOL_QUADTAP, count == 4); input_mt_report_finger_count()
179 input_event(dev, EV_KEY, BTN_TOOL_QUINTTAP, count == 5); input_mt_report_finger_count()
220 input_event(dev, EV_KEY, BTN_TOUCH, count > 0); input_mt_report_pointer_emulation()
228 input_event(dev, EV_ABS, ABS_X, x); input_mt_report_pointer_emulation()
229 input_event(dev, EV_ABS, ABS_Y, y); input_mt_report_pointer_emulation()
233 input_event(dev, EV_ABS, ABS_PRESSURE, p); input_mt_report_pointer_emulation()
237 input_event(dev, EV_ABS, ABS_PRESSURE, 0); input_mt_report_pointer_emulation()
249 input_event(dev, EV_ABS, ABS_MT_TRACKING_ID, -1); __input_mt_drop_unused()
H A Devdev.c62 struct input_event buffer[];
71 struct input_event *ev; __evdev_flush_queue()
113 struct input_event ev; __evdev_queue_syn_dropped()
185 const struct input_event *event) __pass_event()
217 struct input_event event; evdev_pass_values()
444 bufsize * sizeof(struct input_event); evdev_open()
479 struct input_event event; evdev_write()
512 struct input_event *event) evdev_fetch_next_event()
534 struct input_event event; evdev_read()
H A Dinput.c181 * dev->event_lock here to avoid racing with input_event
413 * input_event() - report new input event
422 * NOTE: input_event() may be safely used right after input device was
425 * input handlers. Such early invocation of input_event() may be used
429 void input_event(struct input_dev *dev, input_event() function
441 EXPORT_SYMBOL(input_event); variable
450 * Similar to input_event() but will ignore event if device is
2075 * memory and can still handle input_event() calls (although events will
H A Dsparse-keymap.c278 input_event(dev, EV_MSC, MSC_SCAN, ke->code); sparse_keymap_report_entry()
/linux-4.1.27/drivers/hid/
H A Dhid-gyration.c67 input_event(input, usage->type, usage->code, 1); gyration_event()
69 input_event(input, usage->type, usage->code, 0); gyration_event()
H A Dhid-a4tech.c69 input_event(input, EV_REL, value ? REL_HWHEEL : a4_event()
81 input_event(input, usage->type, REL_HWHEEL, value); a4_event()
H A Dhid-ezkey.c60 input_event(input, usage->type, REL_WHEEL, -value); ez_event()
H A Dhid-xinmo.c37 input_event(field->hidinput->input, usage->type, xinmo_event()
H A Dhid-apple.c188 input_event(input, usage->type, usage->code, value); hidinput_apple_event()
220 input_event(input, usage->type, trans->to, hidinput_apple_event()
241 input_event(input, usage->type, trans->to, hidinput_apple_event()
253 input_event(input, usage->type, trans->to, value); hidinput_apple_event()
262 input_event(input, usage->type, trans->to, value); hidinput_apple_event()
281 input_event(field->hidinput->input, usage->type, usage->code, apple_event()
H A Dhid-zydacron.c126 input_event(zc->input_ep81, EV_KEY, key, 0); zc_raw_event()
155 input_event(zc->input_ep81, EV_KEY, key, 1); zc_raw_event()
H A Dhid-ntrig.c634 input_event(input, EV_ABS, ABS_X, nd->x); ntrig_event()
635 input_event(input, EV_ABS, ABS_Y, nd->y); ntrig_event()
727 input_event(input, EV_ABS, ABS_X, nd->x); ntrig_event()
728 input_event(input, EV_ABS, ABS_Y, nd->y); ntrig_event()
732 input_event(input, EV_ABS, ABS_MT_POSITION_X, nd->x); ntrig_event()
733 input_event(input, EV_ABS, ABS_MT_POSITION_Y, nd->y); ntrig_event()
740 input_event(input, EV_ABS, ntrig_event()
742 input_event(input, EV_ABS, ntrig_event()
744 input_event(input, EV_ABS, ntrig_event()
747 input_event(input, EV_ABS, ntrig_event()
749 input_event(input, EV_ABS, ntrig_event()
751 input_event(input, EV_ABS, ntrig_event()
H A Dhid-multitouch.c598 input_event(input, EV_ABS, ABS_MT_POSITION_X, s->x); mt_complete_slot()
599 input_event(input, EV_ABS, ABS_MT_POSITION_Y, s->y); mt_complete_slot()
600 input_event(input, EV_ABS, ABS_MT_TOOL_X, s->cx); mt_complete_slot()
601 input_event(input, EV_ABS, ABS_MT_TOOL_Y, s->cy); mt_complete_slot()
602 input_event(input, EV_ABS, ABS_MT_DISTANCE, mt_complete_slot()
604 input_event(input, EV_ABS, ABS_MT_ORIENTATION, wide); mt_complete_slot()
605 input_event(input, EV_ABS, ABS_MT_PRESSURE, s->p); mt_complete_slot()
606 input_event(input, EV_ABS, ABS_MT_TOUCH_MAJOR, major); mt_complete_slot()
607 input_event(input, EV_ABS, ABS_MT_TOUCH_MINOR, minor); mt_complete_slot()
691 input_event(input, usage->type, usage->code, mt_process_mt_event()
H A Dhid-cypress.c93 input_event(input, usage->type, REL_HWHEEL, value); cp_event()
H A Dhid-input.c1075 input_event(input, usage->type, usage->code , hid_hat_to_axis[hat_dir].x); hidinput_hid_event()
1076 input_event(input, usage->type, usage->code + 1, hid_hat_to_axis[hat_dir].y); hidinput_hid_event()
1087 input_event(input, usage->type, (*quirks & HID_QUIRK_INVERT) ? BTN_TOOL_RUBBER : usage->code, 1); hidinput_hid_event()
1090 input_event(input, usage->type, usage->code, 0); hidinput_hid_event()
1091 input_event(input, usage->type, BTN_TOOL_RUBBER, 0); hidinput_hid_event()
1098 input_event(input, EV_KEY, BTN_TOUCH, value > a + ((b - a) >> 3)); hidinput_hid_event()
1121 input_event(input, EV_KEY, direction, 1); hidinput_hid_event()
1123 input_event(input, EV_KEY, direction, 0); hidinput_hid_event()
1164 input_event(input, EV_MSC, MSC_SCAN, usage->hid); hidinput_hid_event()
1166 input_event(input, usage->type, usage->code, value); hidinput_hid_event()
1169 input_event(input, usage->type, usage->code, 0); hidinput_hid_event()
H A Dhid-microsoft.c219 input_event(input, usage->type, key, 1); ms_event()
222 input_event(input, usage->type, last_key, 0); ms_event()
H A Dhid-rmi.c340 input_event(hdata->input, EV_ABS, ABS_MT_POSITION_X, x); rmi_f11_process_touch()
341 input_event(hdata->input, EV_ABS, ABS_MT_POSITION_Y, y); rmi_f11_process_touch()
342 input_event(hdata->input, EV_ABS, ABS_MT_ORIENTATION, wide); rmi_f11_process_touch()
343 input_event(hdata->input, EV_ABS, ABS_MT_PRESSURE, z); rmi_f11_process_touch()
344 input_event(hdata->input, EV_ABS, ABS_MT_TOUCH_MAJOR, major); rmi_f11_process_touch()
345 input_event(hdata->input, EV_ABS, ABS_MT_TOUCH_MINOR, minor); rmi_f11_process_touch()
420 input_event(hdata->input, EV_KEY, BTN_LEFT + button++, rmi_f30_input_event()
H A Dhid-icade.c185 input_event(field->hidinput->input, usage->type, icade_event()
H A Dhid-logitech-hidpp.c757 input_event(wd->input, EV_ABS, ABS_MT_POSITION_X, wtp_touch_event()
759 input_event(wd->input, EV_ABS, ABS_MT_POSITION_Y, wtp_touch_event()
762 input_event(wd->input, EV_ABS, ABS_MT_PRESSURE, wtp_touch_event()
778 input_event(wd->input, EV_KEY, BTN_LEFT, raw->button); wtp_send_raw_xy_event()
843 input_event(wd->input, EV_KEY, BTN_LEFT, wtp_raw_event()
845 input_event(wd->input, EV_KEY, BTN_RIGHT, wtp_raw_event()
H A Dhid-magicmouse.c273 input_event(input, EV_MSC, MSC_RAW, tdata[7]); magicmouse_emit_touch()
275 input_event(input, EV_MSC, MSC_RAW, tdata[8]); magicmouse_emit_touch()
H A Dhid-picolcd_core.c148 input_event(data->input_keys, EV_MSC, MSC_SCAN, raw_data[i]); picolcd_raw_keypad()
171 input_event(data->input_keys, EV_MSC, MSC_SCAN, data->pressed_keys[j]); picolcd_raw_keypad()
H A Dhid-prodikeys.c400 input_event(pm->input_ep82, EV_KEY, pcmidi_handle_report4()
491 input_event(pm->input_ep82, EV_KEY, key, 1); pcmidi_handle_report4()
H A Dwacom_wac.c633 input_event(input, EV_MSC, MSC_SERIAL, wacom->serial[idx]); wacom_intuos_inout()
1009 input_event(input, EV_MSC, MSC_SERIAL, wacom->serial[idx]); wacom_intuos_irq()
1432 input_event(input, usage->type, usage->code, value); wacom_wac_pen_event()
H A Dhid-wiimote-modules.c150 /* Locking state.lock here might deadlock with input_event() calls. wiimod_rumble_play()
1793 /* Locking state.lock here might deadlock with input_event() calls. wiimod_pro_play()
H A Dhid-lg.c648 input_event(field->hidinput->input, usage->type, usage->code, lg_event()
H A Dhid-lg4ff.c287 input_event(field->hidinput->input, usage->type, usage->code, new_value); lg4ff_adjust_input_event()
/linux-4.1.27/drivers/media/pci/ttpci/
H A Dav7110_ir.c140 input_event(ir->input_dev, EV_MSC, MSC_RAW, (addr << 16) | data); av7110_emit_key()
141 input_event(ir->input_dev, EV_MSC, MSC_SCAN, data); av7110_emit_key()
162 input_event(ir->input_dev, EV_KEY, ir->last_key, 0); av7110_emit_key()
163 input_event(ir->input_dev, EV_KEY, keycode, 1); av7110_emit_key()
166 input_event(ir->input_dev, EV_KEY, keycode, 2); av7110_emit_key()
171 input_event(ir->input_dev, EV_KEY, keycode, 1); av7110_emit_key()
/linux-4.1.27/drivers/input/misc/
H A Dcobalt_btns.c60 input_event(input, EV_MSC, MSC_SCAN, i); handle_buttons()
66 input_event(input, EV_MSC, MSC_SCAN, i); handle_buttons()
H A Dsgi_btns.c78 input_event(input, EV_MSC, MSC_SCAN, i); handle_buttons()
84 input_event(input, EV_MSC, MSC_SCAN, i); handle_buttons()
H A Dsirfsoc-onkey.c48 input_event(pwrcdrv->input, EV_KEY, KEY_POWER, 0); sirfsoc_pwrc_report_event()
63 input_event(pwrcdrv->input, EV_KEY, KEY_POWER, 1); sirfsoc_pwrc_isr()
H A Datlas_btns.c60 input_event(input_dev, EV_MSC, MSC_SCAN, code); acpi_atlas_button_handler()
H A Duinput.c441 struct input_event ev; uinput_inject_events()
457 input_event(udev->dev, ev.type, ev.code, ev.value); uinput_inject_events()
487 struct input_event *event) uinput_fetch_next_event()
507 struct input_event event; uinput_events_to_user()
H A Dadxl34x.c263 input_event(ac->input, pdata->ev_type, pdata->ev_code_x, adxl34x_service_ev_fifo()
265 input_event(ac->input, pdata->ev_type, pdata->ev_code_y, adxl34x_service_ev_fifo()
267 input_event(ac->input, pdata->ev_type, pdata->ev_code_z, adxl34x_service_ev_fifo()
H A Dati_remote2.c336 input_event(idev, EV_REL, REL_X, (s8) data[1]); ati_remote2_input_mouse()
337 input_event(idev, EV_REL, REL_Y, (s8) data[2]); ati_remote2_input_mouse()
424 input_event(idev, EV_KEY, ar2->keycode[mode][index], data[1]); ati_remote2_input_key()
H A Dkeyspan_remote.c179 input_event(input, EV_MSC, MSC_SCAN, button); keyspan_report_button()
/linux-4.1.27/drivers/input/touchscreen/
H A Dchipone_icn8318.c137 input_event(data->input, EV_ABS, ABS_MT_POSITION_X, x); icn8318_irq()
138 input_event(data->input, EV_ABS, ABS_MT_POSITION_Y, y); icn8318_irq()
140 input_event(data->input, EV_ABS, ABS_MT_POSITION_X, y); icn8318_irq()
141 input_event(data->input, EV_ABS, ABS_MT_POSITION_Y, x); icn8318_irq()
H A Dmax11801_ts.c141 input_event(data->input_dev, EV_KEY, BTN_TOUCH, 1); max11801_ts_interrupt()
146 input_event(data->input_dev, EV_KEY, BTN_TOUCH, 0); max11801_ts_interrupt()
H A Dpenmount.c79 input_event(input, EV_ABS, ABS_MT_POSITION_X, pm->slots[i].x); pm_mtevent()
80 input_event(input, EV_ABS, ABS_MT_POSITION_Y, pm->slots[i].y); pm_mtevent()
H A Dpixcir_i2c_ts.c150 input_event(ts->input, EV_ABS, ABS_MT_POSITION_X, touch->x); pixcir_ts_report()
151 input_event(ts->input, EV_ABS, ABS_MT_POSITION_Y, touch->y); pixcir_ts_report()
H A Delants_i2c.c789 input_event(input, EV_ABS, ABS_MT_POSITION_X, x); elants_i2c_mt_event()
790 input_event(input, EV_ABS, ABS_MT_POSITION_Y, y); elants_i2c_mt_event()
791 input_event(input, EV_ABS, ABS_MT_PRESSURE, p); elants_i2c_mt_event()
792 input_event(input, EV_ABS, ABS_MT_TOUCH_MAJOR, w); elants_i2c_mt_event()
/linux-4.1.27/drivers/media/usb/dvb-usb/
H A Ddvb-usb-remote.c136 input_event(d->input_dev, EV_KEY, event, 1); legacy_dvb_usb_read_remote_control()
138 input_event(d->input_dev, EV_KEY, d->last_event, 0); legacy_dvb_usb_read_remote_control()
151 input_event(d->rc_input_dev, EV_KEY, d->last_event, 0); legacy_dvb_usb_read_remote_control()
161 input_event(d->rc_input_dev, EV_KEY, event, 1); legacy_dvb_usb_read_remote_control()
171 input_event(d->rc_input_dev, EV_KEY, d->last_event, 2); legacy_dvb_usb_read_remote_control()
/linux-4.1.27/include/linux/
H A Dinput.h99 * and processes a new event for the device (in input_event()).
384 void input_event(struct input_dev *dev, unsigned int type, unsigned int code, int value);
389 input_event(dev, EV_KEY, code, !!value); input_report_key()
394 input_event(dev, EV_REL, code, value); input_report_rel()
399 input_event(dev, EV_ABS, code, value); input_report_abs()
404 input_event(dev, EV_FF_STATUS, code, value); input_report_ff_status()
409 input_event(dev, EV_SW, code, !!value); input_report_switch()
414 input_event(dev, EV_SYN, SYN_REPORT, 0); input_sync()
419 input_event(dev, EV_SYN, SYN_MT_REPORT, 0); input_mt_sync()
H A Duinput.h69 struct input_event buff[UINPUT_BUFFER_SIZE];
/linux-4.1.27/drivers/input/keyboard/
H A Dmaple_keyb.c105 input_event(dev, EV_MSC, MSC_SCAN, code); dc_scan_kbd()
115 input_event(dev, EV_MSC, MSC_SCAN, code); dc_scan_kbd()
127 input_event(dev, EV_MSC, MSC_SCAN, code); dc_scan_kbd()
H A Dsh_keysc.c149 input_event(priv->input, EV_KEY, k, 1); sh_keysc_isr()
154 input_event(priv->input, EV_KEY, k, 0); sh_keysc_isr()
H A Dw90p910_keypad.c66 input_event(input_dev, EV_MSC, MSC_SCAN, code); w90p910_keypad_scan_matrix()
70 input_event(input_dev, EV_MSC, MSC_SCAN, code); w90p910_keypad_scan_matrix()
H A Dgpio_keys.c343 input_event(input, type, button->code, button->value); gpio_keys_gpio_report_event()
345 input_event(input, type, button->code, !!state); gpio_keys_gpio_report_event()
385 input_event(input, EV_KEY, bdata->button->code, 0); gpio_keys_irq_timer()
407 input_event(input, EV_KEY, button->code, 1); gpio_keys_irq_isr()
411 input_event(input, EV_KEY, button->code, 0); gpio_keys_irq_isr()
H A Dclps711x-keypad.c68 input_event(dev->input, EV_MSC, clps711x_keypad_poll()
H A Dgoldfish_events.c53 input_event(edev->input, type, code, value); events_interrupt()
H A Djornada720_kbd.c83 input_event(input, EV_MSC, MSC_SCAN, scan_code); jornada720_kbd_interrupt()
H A Dlm8333.c98 input_event(input, EV_MSC, MSC_SCAN, code); lm8333_key_handler()
H A Dpxa27x_keypad.c469 input_event(input_dev, EV_MSC, MSC_SCAN, code); pxa27x_keypad_scan_matrix()
502 input_event(dev, EV_MSC, MSC_SCAN, code); report_rotary_event()
505 input_event(dev, EV_MSC, MSC_SCAN, code); report_rotary_event()
561 input_event(input_dev, EV_MSC, MSC_SCAN, code); pxa27x_keypad_scan_direct()
H A Dgpio_keys_polled.c60 input_event(input, type, button->code, state); gpio_keys_polled_check_state()
H A Djornada680_kbd.c96 input_event(input_dev, jornada_parse_kbd()
H A Dlocomokbd.c168 input_event(locomokbd->input, EV_PWR, locomokbd_scankeyboard()
H A Dlpc32xx-keys.c98 input_event(input, EV_MSC, MSC_SCAN, scancode); lpc32xx_mod_states()
H A Dmax7359_keypad.c124 input_event(input_dev, EV_MSC, MSC_SCAN, code); max7359_interrupt()
H A Dmcs_touchkey.c88 input_event(input, EV_MSC, MSC_SCAN, data->key_val); mcs_touchkey_interrupt()
H A Dmpr121_touchkey.c114 input_event(input, EV_MSC, MSC_SCAN, key_num); mpr_touchkey_interrupt()
H A Dnspire-keypad.c86 input_event(input, EV_MSC, MSC_SCAN, code); nspire_keypad_irq()
H A Dspear-keyboard.c90 input_event(input, EV_MSC, MSC_SCAN, val); spear_kbd_interrupt()
H A Dtca6416-keypad.c114 input_event(input, type, button->code, !!state); tca6416_keys_scan()
H A Datkbd.c407 input_event(dev, EV_MSC, MSC_RAW, code); atkbd_interrupt()
461 input_event(dev, EV_MSC, MSC_SCAN, code); atkbd_interrupt()
511 input_event(dev, EV_KEY, keycode, value); atkbd_interrupt()
515 input_event(dev, EV_MSC, MSC_SCAN, code); atkbd_interrupt()
586 * can not be processed by input_event() which is often called from
H A Dnomadik-ske-keypad.c159 input_event(input, EV_MSC, MSC_SCAN, code); ske_keypad_report()
H A Domap4-keypad.c149 input_event(input_dev, EV_MSC, MSC_SCAN, code); omap4_keypad_irq_thread_fn()
H A Dstmpe-keypad.c178 input_event(input, EV_MSC, MSC_SCAN, code); stmpe_keypad_irq()
H A Dtca8418_keypad.c182 input_event(input, EV_MSC, MSC_SCAN, code); tca8418_read_keypad()
H A Dimx_keypad.c175 input_event(input_dev, EV_MSC, MSC_SCAN, code); imx_keypad_fire_events()
H A Dmatrix_keypad.c155 input_event(input_dev, EV_MSC, MSC_SCAN, code); matrix_keypad_scan()
H A Dsamsung-keypad.c137 input_event(input_dev, EV_MSC, MSC_SCAN, val); samsung_keypad_report()
H A Dtc3589x-keypad.c211 input_event(keypad->input, EV_MSC, MSC_SCAN, code); tc3589x_keypad_irq()
H A Dtwl4030_keypad.c244 input_event(input, EV_MSC, MSC_SCAN, code); twl4030_kp_scan()
H A Dlm8323.c287 input_event(lm->idev, EV_MSC, MSC_SCAN, key); process_keys()
H A Dpmic8xxx-keypad.c248 input_event(kp->input, EV_MSC, MSC_SCAN, code); __pmic8xxx_kp_scan_matrix()
H A Dtegra-kbc.c151 input_event(input, EV_MSC, MSC_SCAN, scancodes[i]); tegra_kbc_report_pressed_keys()
/linux-4.1.27/drivers/platform/x86/
H A Dintel_mid_powerbtn.c51 input_event(input, EV_KEY, KEY_POWER, mfld_pb_isr()
H A Dfujitsu-tablet.c307 input_event(fujitsu.idev, EV_MSC, MSC_SCAN, i); fujitsu_interrupt()
H A Dthinkpad_acpi.c2280 input_event(tpacpi_inputdev, EV_MSC, MSC_SCAN, scancode); tpacpi_input_send_key()
2284 input_event(tpacpi_inputdev, EV_MSC, MSC_SCAN, scancode); tpacpi_input_send_key()
H A Dsony-laptop.c438 input_event(kp.dev, EV_MSC, MSC_SCAN, scancode); sony_laptop_report_input_event()
/linux-4.1.27/include/linux/input/
H A Dmt.h90 input_event(dev, EV_ABS, ABS_MT_SLOT, slot); input_mt_slot()
/linux-4.1.27/drivers/input/tablet/
H A Dhanwang.c217 input_event(input_dev, EV_MSC, MSC_SERIAL, hanwang_parse_packet()
259 input_event(input_dev, EV_MSC, MSC_SERIAL, 0xffffffff); hanwang_parse_packet()
H A Dgtco.c681 input_event(inputdev, EV_MSC, MSC_SERIAL, val); gtco_urb_callback()
714 input_event(inputdev, EV_MSC, MSC_SERIAL, val); gtco_urb_callback()
720 input_event(inputdev, EV_MSC, MSC_SCAN, gtco_urb_callback()
733 input_event(inputdev, EV_MSC, MSC_SCAN, device->buffer[1]); gtco_urb_callback()
784 input_event(inputdev, EV_MSC, MSC_SERIAL, val); gtco_urb_callback()
793 input_event(inputdev, EV_MSC, MSC_RAW, device->buffer[0]); gtco_urb_callback()
/linux-4.1.27/drivers/virtio/
H A Dvirtio_input.c41 input_event(vi->idev, virtinput_recv_events()
/linux-4.1.27/drivers/media/rc/
H A Dati_remote.c569 input_event(dev, EV_KEY, ati_remote_tbl[index].code, ati_remote_input_report()
600 input_event(dev, EV_KEY, ati_remote_tbl[index].code, 1); ati_remote_input_report()
601 input_event(dev, EV_KEY, ati_remote_tbl[index].code, 0); ati_remote_input_report()
H A Drc-main.c609 input_event(dev->input_dev, EV_MSC, MSC_SCAN, dev->last_scancode); rc_repeat()
645 input_event(dev->input_dev, EV_MSC, MSC_SCAN, scancode); ir_do_keydown()
/linux-4.1.27/drivers/extcon/
H A Dextcon-max77693.c596 input_event(dock, EV_KEY, code, attached); max77693_muic_dock_button_handler()
/linux-4.1.27/include/uapi/linux/
H A Dinput.h24 struct input_event { struct
/linux-4.1.27/sound/soc/codecs/
H A Dcs42l52.c1027 input_event(cs42l52->beep, EV_SND, SND_TONE, time); cs42l52_beep_set()
H A Dcs42l56.c1097 input_event(cs42l56->beep, EV_SND, SND_TONE, time); cs42l56_beep_set()
H A Dwm8962.c3235 input_event(wm8962->beep, EV_SND, SND_TONE, time); wm8962_beep_set()

Completed in 1379 milliseconds