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

/linux-4.4.14/drivers/hid/
H A Dhid-logitech-hidpp.c81 struct fap { struct
97 struct fap fap; member in union:hidpp_report::__anon4993
99 u8 rawbytes[sizeof(struct fap)];
221 response->fap.feature_index == HIDPP20_ERROR) { hidpp_send_message_sync()
222 ret = response->fap.params[1]; hidpp_send_message_sync()
240 if (param_count > sizeof(message->fap.params)) hidpp_send_fap_command_sync()
247 message->fap.feature_index = feat_index; hidpp_send_fap_command_sync()
248 message->fap.funcindex_clientid = funcindex_clientid; hidpp_send_fap_command_sync()
249 memcpy(&message->fap.params, params, param_count); hidpp_send_fap_command_sync()
293 return (answer->fap.feature_index == question->fap.feature_index) && hidpp_match_answer()
294 (answer->fap.funcindex_clientid == question->fap.funcindex_clientid); hidpp_match_answer()
301 (answer->fap.feature_index == HIDPP20_ERROR)) && hidpp_match_error()
302 (answer->fap.funcindex_clientid == question->fap.feature_index) && hidpp_match_error()
303 (answer->fap.params[0] == question->fap.funcindex_clientid); hidpp_match_error()
409 *feature_index = response.fap.params[0]; hidpp_root_get_feature()
410 *feature_type = response.fap.params[1]; hidpp_root_get_feature()
443 hidpp->protocol_major = response.fap.params[0]; hidpp_root_get_protocol_version()
444 hidpp->protocol_minor = response.fap.params[1]; hidpp_root_get_protocol_version()
487 *nameLength = response.fap.params[0]; hidpp_devicenametype_get_count()
520 device_name[i] = response.fap.params[i]; hidpp_devicenametype_get_device_name()
590 u8 *params = (u8 *)response.fap.params; hidpp_touchpad_fw_items_set()
660 u8 *params = (u8 *)response.fap.params; hidpp_touchpad_get_raw_info()
913 if ((report->fap.feature_index != wd->mt_feature_index) || wtp_raw_event()
914 (report->fap.funcindex_clientid != EVENT_TOUCHPAD_RAW_XY)) wtp_raw_event()

Completed in 53 milliseconds