Lines Matching refs:rap
87 struct rap { struct
98 struct rap rap; argument
214 response->rap.sub_id == HIDPP_ERROR) { in hidpp_send_message_sync()
215 ret = response->rap.params[1]; in hidpp_send_message_sync()
267 if (param_count > sizeof(message->rap.params)) in hidpp_send_rap_command_sync()
274 message->rap.sub_id = sub_id; in hidpp_send_rap_command_sync()
275 message->rap.reg_address = reg_address; in hidpp_send_rap_command_sync()
276 memcpy(&message->rap.params, params, param_count); in hidpp_send_rap_command_sync()
300 return ((answer->rap.sub_id == HIDPP_ERROR) || in hidpp_match_error()
309 (report->rap.sub_id == 0x41); in hidpp_report_is_connect_event()
368 len = response.rap.params[1]; in hidpp_get_unifying_name()
370 if (2 + len > sizeof(response.rap.params)) in hidpp_get_unifying_name()
377 memcpy(name, &response.rap.params[2], len); in hidpp_get_unifying_name()
1332 !(report->rap.params[0] & (1 << 6))); in hidpp_raw_hidpp_event()