Searched refs:input_event (Results 51 - 75 of 103) sorted by relevance

12345

/linux-master/drivers/input/keyboard/
H A Dcros_ec_keyb.c207 input_event(idev, EV_MSC, MSC_SCAN, pos);
240 input_event(idev, ev_type, map->code,
H A Dtwl4030_keypad.c232 input_event(input, EV_MSC, MSC_SCAN, code);
H A Dlocomokbd.c153 input_event(locomokbd->input, EV_PWR,
H A Dtca8418_keypad.c188 input_event(input, EV_MSC, MSC_SCAN, code);
H A Dmpr121_touchkey.c153 input_event(input, EV_MSC, MSC_SCAN, key_num);
H A Dtm2-touchkey.c158 input_event(touchkey->input_dev, EV_MSC, MSC_SCAN, index);
H A Dnomadik-ske-keypad.c160 input_event(input, EV_MSC, MSC_SCAN, code);
H A Dlpc32xx-keys.c88 input_event(input, EV_MSC, MSC_SCAN, scancode);
H A Dspear-keyboard.c90 input_event(input, EV_MSC, MSC_SCAN, val);
H A Dstmpe-keypad.c187 input_event(input, EV_MSC, MSC_SCAN, code);
H A Dimx_keypad.c170 input_event(input_dev, EV_MSC, MSC_SCAN, code);
H A Dtc3589x-keypad.c211 input_event(keypad->input, EV_MSC, MSC_SCAN, code);
H A Dpinephone-keyboard.c259 input_event(ppkb->input, EV_MSC, MSC_SCAN, code);
H A Domap4-keypad.c131 input_event(input_dev, EV_MSC, MSC_SCAN, code);
/linux-master/drivers/hid/
H A Dhid-prodikeys.c384 input_event(pm->input_ep82, EV_KEY,
475 input_event(pm->input_ep82, EV_KEY, key, 1);
H A Dhid-picolcd_core.c139 input_event(data->input_keys, EV_MSC, MSC_SCAN, raw_data[i]);
162 input_event(data->input_keys, EV_MSC, MSC_SCAN, data->pressed_keys[j]);
H A Dwacom_wac.c669 input_event(input, EV_MSC, MSC_SERIAL, 0xffffffff);
815 input_event(input, EV_MSC, MSC_SERIAL, wacom->serial[idx]);
1063 input_event(input, EV_MSC, MSC_SERIAL, wacom->serial[idx]);
1174 input_event(input, EV_MSC, MSC_SERIAL, serial);
1428 input_event(pen_input, EV_MSC, MSC_SERIAL, wacom->serial[0]);
1534 input_event(pad_input, EV_MSC, MSC_SERIAL, 0xffffffff);
1561 input_event(pad_input, EV_MSC, MSC_SERIAL, 0xffffffff);
2220 input_event(input, usage->type, usage->code, 0);
2241 input_event(input, usage->type, usage->code, value);
2266 input_event(inpu
[all...]
H A Dhid-uclogic-core.c44 input_event(input, EV_MSC, MSC_SCAN,
/linux-master/drivers/input/misc/
H A Dati_remote2.c331 input_event(idev, EV_REL, REL_X, (s8) data[1]);
332 input_event(idev, EV_REL, REL_Y, (s8) data[2]);
419 input_event(idev, EV_KEY, ar2->keycode[mode][index], data[1]);
H A Dadxl34x.c263 input_event(ac->input, pdata->ev_type, pdata->ev_code_x,
265 input_event(ac->input, pdata->ev_type, pdata->ev_code_y,
267 input_event(ac->input, pdata->ev_type, pdata->ev_code_z,
/linux-master/drivers/media/rc/
H A Dati_remote.c559 input_event(dev, EV_KEY, ati_remote_tbl[index].code,
590 input_event(dev, EV_KEY, ati_remote_tbl[index].code, 1);
591 input_event(dev, EV_KEY, ati_remote_tbl[index].code, 0);
H A Dir-mce_kbd-decoder.c349 input_event(dev->input_dev, EV_MSC, MSC_SCAN, scancode);
H A Drc-main.c712 input_event(input, EV_KEY, dev->last_keycode, 2);
755 input_event(dev->input_dev, EV_MSC, MSC_SCAN,
801 input_event(dev->input_dev, EV_MSC, MSC_SCAN, scancode);
830 input_event(dev->input_dev, EV_KEY, keycode, 2);
/linux-master/drivers/virtio/
H A Dvirtio_input.c44 input_event(vi->idev,
/linux-master/drivers/platform/x86/
H A Dfujitsu-tablet.c295 input_event(fujitsu.idev, EV_MSC, MSC_SCAN, i);

Completed in 222 milliseconds

12345