| /linux/drivers/hid/ |
| H A D | hid-alps.c | 98 struct input_dev *input2; member 416 input_report_rel(hdata->input2, REL_X, sp_x); in u1_raw_event() 417 input_report_rel(hdata->input2, REL_Y, sp_y); in u1_raw_event() 419 input_report_key(hdata->input2, BTN_LEFT, in u1_raw_event() 421 input_report_key(hdata->input2, BTN_RIGHT, in u1_raw_event() 423 input_report_key(hdata->input2, BTN_MIDDLE, in u1_raw_event() 426 input_sync(hdata->input2); in u1_raw_event() 677 struct input_dev *input = hi->input, *input2; in alps_input_configured() local 732 input2 = input_allocate_device(); in alps_input_configured() 733 if (!input2) { in alps_input_configured() [all …]
|
| H A D | uhid.c | 609 hid_input_report(uhid->hid, HID_INPUT_REPORT, ev->u.input2.data, in uhid_dev_input2() 610 min_t(size_t, ev->u.input2.size, UHID_DATA_MAX), 0); in uhid_dev_input2()
|
| /linux/arch/x86/include/asm/ |
| H A D | mshyperv.h | 130 static inline u64 _hv_do_fast_hypercall16(u64 control, u64 input1, u64 input2) in _hv_do_fast_hypercall16() argument 133 return static_call_mod(hv_hypercall)(control, input1, input2); in _hv_do_fast_hypercall16() 137 u32 input2_hi = upper_32_bits(input2); in _hv_do_fast_hypercall16() 138 u32 input2_lo = lower_32_bits(input2); in _hv_do_fast_hypercall16() 152 static inline u64 hv_do_fast_hypercall16(u16 code, u64 input1, u64 input2) in hv_do_fast_hypercall16() argument 156 return _hv_do_fast_hypercall16(control, input1, input2); in hv_do_fast_hypercall16()
|
| /linux/drivers/accessibility/speakup/ |
| H A D | i18n.c | 491 static bool compare_specifiers(char **input1, char **input2) in compare_specifiers() argument 495 char *end2 = find_specifier_end(*input2); in compare_specifiers() 497 size_t length2 = end2 - *input2; in compare_specifiers() 499 if ((length1 == length2) && !memcmp(*input1, *input2, length1)) in compare_specifiers() 503 *input2 = end2; in compare_specifiers()
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | fastops_test.c | 54 type_t input = __val1, input2 = __val2, output = __val2, ex_output = __val2; \ 63 (uint64_t)input2, (uint64_t)output); \ 66 ex_flags, insn, (uint64_t)input, (uint64_t)input2, flags); \
|
| /linux/tools/testing/selftests/hid/ |
| H A D | hid_common.h | 312 ev.u.input2.size = size; in uhid_send_event() 314 memcpy(ev.u.input2.data, buf, size); in uhid_send_event()
|
| /linux/include/uapi/linux/ |
| H A D | uhid.h | 193 struct uhid_input2_req input2; member
|
| /linux/include/asm-generic/ |
| H A D | mshyperv.h | 78 u64 hv_do_fast_hypercall16(u16 control, u64 input1, u64 input2);
|
| /linux/drivers/media/pci/ddbridge/ |
| H A D | ddbridge-core.c | 221 struct ddb_input *input, *input2; in ddb_redirect() local 248 input2 = port->input[0]; in ddb_redirect() 249 if (input2) { in ddb_redirect() 251 input2->redi = input->redi; in ddb_redirect() 254 input2->redi = input; in ddb_redirect() 2126 struct ddb_input *input2) in input_write_dvb() argument 2128 struct ddb_dvb *dvb = &input2->port->dvb[input2->nr & 1]; in input_write_dvb()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc_fs.c | 174 struct npc_key_field *input2) in npc_check_overlap_fields() argument 181 if (input1->layer_mdata.lid == input2->layer_mdata.lid && in npc_check_overlap_fields() 182 input1->layer_mdata.ltype != input2->layer_mdata.ltype) in npc_check_overlap_fields() 186 if (input1->kw_mask[kwi] & input2->kw_mask[kwi]) in npc_check_overlap_fields()
|
| /linux/Documentation/hid/ |
| H A D | uhid.rst | 33 struct uhid_input2_req input2;
|