Lines Matching refs:current_index
27 u8 current_index; member
61 new->current_index = i; in amd_sfh_get_report()
81 u8 current_index, sensor_index; in amd_sfh_work() local
87 current_index = req_node->current_index; in amd_sfh_work()
95 cli_data->feature_report[current_index]); in amd_sfh_work()
97 hid_input_report(cli_data->hid_sensor_hubs[current_index], in amd_sfh_work()
98 cli_data->report_type[current_index], in amd_sfh_work()
99 cli_data->feature_report[current_index], report_size, 0); in amd_sfh_work()
104 report_size = get_input_report(current_index, sensor_index, report_id, in_data); in amd_sfh_work()
106 hid_input_report(cli_data->hid_sensor_hubs[current_index], in amd_sfh_work()
107 cli_data->report_type[current_index], in amd_sfh_work()
108 in_data->input_report[current_index], report_size, 0); in amd_sfh_work()
112 cli_data->cur_hid_dev = current_index; in amd_sfh_work()
113 cli_data->sensor_requested_cnt[current_index] = 0; in amd_sfh_work()
114 amdtp_hid_wakeup(cli_data->hid_sensor_hubs[current_index]); in amd_sfh_work()