Lines Matching refs:feature_index

71 	u8 feature_index;  member
210 response->fap.feature_index == HIDPP20_ERROR) { in hidpp_send_message_sync()
236 message->fap.feature_index = feat_index; in hidpp_send_fap_command_sync()
282 return (answer->fap.feature_index == question->fap.feature_index) && in hidpp_match_answer()
290 (answer->fap.feature_index == HIDPP20_ERROR)) && in hidpp_match_error()
291 (answer->fap.funcindex_clientid == question->fap.feature_index) && in hidpp_match_error()
385 u8 *feature_index, u8 *feature_type) in hidpp_root_get_feature() argument
398 *feature_index = response.fap.params[0]; in hidpp_root_get_feature()
460 u8 feature_index, u8 *nameLength) in hidpp_devicenametype_get_count() argument
465 ret = hidpp_send_fap_command_sync(hidpp, feature_index, in hidpp_devicenametype_get_count()
482 u8 feature_index, u8 char_index, char *device_name, int len_buf) in hidpp_devicenametype_get_device_name() argument
488 ret = hidpp_send_fap_command_sync(hidpp, feature_index, in hidpp_devicenametype_get_device_name()
517 u8 feature_index; in hidpp_get_device_name() local
524 &feature_index, &feature_type); in hidpp_get_device_name()
528 ret = hidpp_devicenametype_get_count(hidpp, feature_index, in hidpp_get_device_name()
539 feature_index, index, name + index, in hidpp_get_device_name()
599 u8 feature_index, struct hidpp_touchpad_raw_info *raw_info) in hidpp_touchpad_get_raw_info() argument
605 ret = hidpp_send_fap_command_sync(hidpp, feature_index, in hidpp_touchpad_get_raw_info()
629 u8 feature_index, bool send_raw_reports, in hidpp_touchpad_set_raw_report_state() argument
645 return hidpp_send_fap_command_sync(hidpp_dev, feature_index, in hidpp_touchpad_set_raw_report_state()
856 if ((report->fap.feature_index != wd->mt_feature_index) || in wtp_raw_event()