Lines Matching refs:feature_index
121 u8 feature_index; member
143 u8 feature_index; member
310 response->fap.feature_index == HIDPP20_ERROR) { in hidpp_send_message_sync()
340 message->fap.feature_index = feat_index; in hidpp_send_fap_command_sync()
401 return (answer->fap.feature_index == question->fap.feature_index) && in hidpp_match_answer()
409 (answer->fap.feature_index == HIDPP20_ERROR)) && in hidpp_match_error()
410 (answer->fap.funcindex_clientid == question->fap.feature_index) && in hidpp_match_error()
418 (report->fap.feature_index == hidpp->wireless_feature_index)) || in hidpp_report_is_connect_event()
857 u8 *feature_index, u8 *feature_type) in hidpp_root_get_feature() argument
873 *feature_index = response.fap.params[0]; in hidpp_root_get_feature()
936 u8 feature_index, u8 *nameLength) in hidpp_devicenametype_get_count() argument
941 ret = hidpp_send_fap_command_sync(hidpp, feature_index, in hidpp_devicenametype_get_count()
958 u8 feature_index, u8 char_index, char *device_name, int len_buf) in hidpp_devicenametype_get_device_name() argument
964 ret = hidpp_send_fap_command_sync(hidpp, feature_index, in hidpp_devicenametype_get_device_name()
1002 u8 feature_index; in hidpp_get_device_name() local
1009 &feature_index, &feature_type); in hidpp_get_device_name()
1013 ret = hidpp_devicenametype_get_count(hidpp, feature_index, in hidpp_get_device_name()
1024 feature_index, index, name + index, in hidpp_get_device_name()
1113 u8 feature_index, in hidpp20_batterylevel_get_battery_capacity() argument
1123 ret = hidpp_send_fap_command_sync(hidpp, feature_index, in hidpp20_batterylevel_get_battery_capacity()
1145 u8 feature_index) in hidpp20_batterylevel_get_battery_info() argument
1152 ret = hidpp_send_fap_command_sync(hidpp, feature_index, in hidpp20_batterylevel_get_battery_info()
1180 if (hidpp->battery.feature_index == 0xff) { in hidpp20_query_battery_info()
1183 &hidpp->battery.feature_index, in hidpp20_query_battery_info()
1190 hidpp->battery.feature_index, in hidpp20_query_battery_info()
1197 hidpp->battery.feature_index); in hidpp20_query_battery_info()
1218 if (report->fap.feature_index != hidpp->battery.feature_index || in hidpp20_battery_event()
1300 u8 feature_index, in hidpp20_battery_get_battery_voltage() argument
1308 ret = hidpp_send_fap_command_sync(hidpp, feature_index, in hidpp20_battery_get_battery_voltage()
1364 if (report->fap.feature_index != hidpp->battery.voltage_feature_index || in hidpp20_battery_voltage_event()
1475 u8 feature_index; in hidpp_hrs_set_highres_scrolling_mode() local
1483 &feature_index, in hidpp_hrs_set_highres_scrolling_mode()
1489 ret = hidpp_send_fap_command_sync(hidpp, feature_index, in hidpp_hrs_set_highres_scrolling_mode()
1510 u8 feature_index; in hidpp_hrw_get_wheel_capability() local
1516 &feature_index, &feature_type); in hidpp_hrw_get_wheel_capability()
1520 ret = hidpp_send_fap_command_sync(hidpp, feature_index, in hidpp_hrw_get_wheel_capability()
1537 u8 feature_index; in hidpp_hrw_set_wheel_mode() local
1544 &feature_index, &feature_type); in hidpp_hrw_set_wheel_mode()
1552 return hidpp_send_fap_command_sync(hidpp, feature_index, in hidpp_hrw_set_wheel_mode()
1576 if (hidpp->battery.feature_index == 0xff) { in hidpp_solar_request_battery_event()
1612 if (report->fap.feature_index != hidpp->battery.solar_feature_index || in hidpp_solar_battery_event()
1672 u8 feature_index, in hidpp_touchpad_fw_items_set() argument
1679 ret = hidpp_send_fap_command_sync(hidpp, feature_index, in hidpp_touchpad_fw_items_set()
1743 u8 feature_index, struct hidpp_touchpad_raw_info *raw_info) in hidpp_touchpad_get_raw_info() argument
1749 ret = hidpp_send_fap_command_sync(hidpp, feature_index, in hidpp_touchpad_get_raw_info()
1773 u8 feature_index, bool send_raw_reports, in hidpp_touchpad_set_raw_report_state() argument
1789 return hidpp_send_fap_command_sync(hidpp_dev, feature_index, in hidpp_touchpad_set_raw_report_state()
1867 u8 feature_index; member
1958 ret = hidpp_send_fap_command_sync(data->hidpp, data->feature_index, in hidpp_ff_work_handler()
2538 if ((report->fap.feature_index != wd->mt_feature_index) || in wtp_raw_event()
2810 u8 feature_index; member
2820 if (!k400->feature_index) { in k400_disable_tap_to_click()
2823 &k400->feature_index, &feature_type); in k400_disable_tap_to_click()
2829 ret = hidpp_touchpad_fw_items_set(hidpp, k400->feature_index, &items); in k400_disable_tap_to_click()
2879 ret = hidpp_send_fap_command_sync(hidpp, data->feature_index, in g920_ff_set_autocenter()
2902 &data->feature_index, &feature_type); in g920_get_config()
2907 ret = hidpp_send_fap_command_sync(hidpp, data->feature_index, in g920_get_config()
2922 ret = hidpp_send_fap_command_sync(hidpp, data->feature_index, in g920_get_config()
2929 ret = hidpp_send_fap_command_sync(hidpp, data->feature_index, in g920_get_config()
2941 ret = hidpp_send_fap_command_sync(hidpp, data->feature_index, in g920_get_config()
3439 hidpp->battery.feature_index = 0xff; in hidpp_initialize_battery()