Searched refs:fap (Results 1 – 1 of 1) sorted by relevance
113 struct fap { struct129 struct fap fap; argument131 u8 rawbytes[sizeof(struct fap)];297 response->fap.feature_index == HIDPP20_ERROR) { in hidpp_send_message_sync()298 ret = response->fap.params[1]; in hidpp_send_message_sync()316 if (param_count > sizeof(message->fap.params)) in hidpp_send_fap_command_sync()327 message->fap.feature_index = feat_index; in hidpp_send_fap_command_sync()328 message->fap.funcindex_clientid = funcindex_clientid; in hidpp_send_fap_command_sync()329 memcpy(&message->fap.params, params, param_count); in hidpp_send_fap_command_sync()383 return (answer->fap.feature_index == question->fap.feature_index) && in hidpp_match_answer()[all …]