Lines Matching refs:current_index
51 new->current_index = i; in amd_sfh_get_report()
72 u8 current_index, sensor_index; in amd_sfh_work() local
80 current_index = req_node->current_index; in amd_sfh_work()
90 cli_data->feature_report[current_index]); in amd_sfh_work()
92 hid_input_report(cli_data->hid_sensor_hubs[current_index], in amd_sfh_work()
93 cli_data->report_type[current_index], in amd_sfh_work()
94 cli_data->feature_report[current_index], report_size, 0); in amd_sfh_work()
99 report_size = mp2_ops->get_in_rep(current_index, sensor_index, report_id, in_data); in amd_sfh_work()
101 hid_input_report(cli_data->hid_sensor_hubs[current_index], in amd_sfh_work()
102 cli_data->report_type[current_index], in amd_sfh_work()
103 in_data->input_report[current_index], report_size, 0); in amd_sfh_work()
107 cli_data->cur_hid_dev = current_index; in amd_sfh_work()
108 cli_data->sensor_requested_cnt[current_index] = 0; in amd_sfh_work()
109 amdtp_hid_wakeup(cli_data->hid_sensor_hubs[current_index]); in amd_sfh_work()