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