Searched refs:input2 (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/drivers/hid/ |
D | hid-alps.c | 102 struct input_dev *input2; member 421 input_report_rel(hdata->input2, REL_X, sp_x); in u1_raw_event() 422 input_report_rel(hdata->input2, REL_Y, sp_y); in u1_raw_event() 424 input_report_key(hdata->input2, BTN_LEFT, in u1_raw_event() 426 input_report_key(hdata->input2, BTN_RIGHT, in u1_raw_event() 428 input_report_key(hdata->input2, BTN_MIDDLE, in u1_raw_event() 431 input_sync(hdata->input2); in u1_raw_event() 682 struct input_dev *input = hi->input, *input2; in alps_input_configured() local 737 input2 = input_allocate_device(); in alps_input_configured() 738 if (!input2) { in alps_input_configured() [all …]
|
D | uhid.c | 614 hid_input_report(uhid->hid, HID_INPUT_REPORT, ev->u.input2.data, in uhid_dev_input2() 615 min_t(size_t, ev->u.input2.size, UHID_DATA_MAX), 0); in uhid_dev_input2()
|
/linux-4.19.296/include/uapi/linux/ |
D | uhid.h | 193 struct uhid_input2_req input2; member
|
/linux-4.19.296/include/net/ |
D | xfrm.h | 438 int (*input2)(struct xfrm_state *x, struct sk_buff *skb); member
|