Searched refs:fap (Results 1 – 1 of 1) sorted by relevance
81 struct fap { struct97 struct fap fap; member99 u8 rawbytes[sizeof(struct fap)];221 response->fap.feature_index == HIDPP20_ERROR) { in hidpp_send_message_sync()222 ret = response->fap.params[1]; in hidpp_send_message_sync()240 if (param_count > sizeof(message->fap.params)) in hidpp_send_fap_command_sync()247 message->fap.feature_index = feat_index; in hidpp_send_fap_command_sync()248 message->fap.funcindex_clientid = funcindex_clientid; in hidpp_send_fap_command_sync()249 memcpy(&message->fap.params, params, param_count); in hidpp_send_fap_command_sync()293 return (answer->fap.feature_index == question->fap.feature_index) && in hidpp_match_answer()[all …]