Home
last modified time | relevance | path

Searched refs:sensor_idx (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/hid/amd-sfh-hid/
A Damd_sfh_client.c52 new->sensor_idx = cli_data->sensor_idx[i]; in amd_sfh_get_report()
81 sensor_index = req_node->sensor_idx; in amd_sfh_work()
168 info.sensor_idx = cl_data->sensor_idx[i]; in amd_sfh_resume()
172 (mp2, cl_data->sensor_idx[i], SENSOR_ENABLED); in amd_sfh_resume()
176 cl_data->sensor_idx[i], get_sensor_name(cl_data->sensor_idx[i]), in amd_sfh_resume()
191 if (cl_data->sensor_idx[i] != HPD_IDX && in amd_sfh_suspend()
199 cl_data->sensor_idx[i], get_sensor_name(cl_data->sensor_idx[i]), in amd_sfh_suspend()
249 cl_idx = cl_data->sensor_idx[i]; in amd_sfh_hid_client_init()
276 info.sensor_idx = cl_idx; in amd_sfh_hid_client_init()
314 cl_data->sensor_idx[i], get_sensor_name(cl_data->sensor_idx[i]), in amd_sfh_hid_client_init()
[all …]
A Damd_sfh_common.h38 u8 sensor_idx; member
66 void (*stop)(struct amd_mp2_dev *privdata, u16 sensor_idx);
75 int (*get_rep_desc)(int sensor_idx, u8 rep_desc[]);
76 u32 (*get_desc_sz)(int sensor_idx, int descriptor_name);
77 u8 (*get_feat_rep)(int sensor_idx, int report_id, u8 *feature_report);
78 u8 (*get_in_rep)(u8 current_index, int sensor_idx, int report_id,
A Damd_sfh_pcie.c63 cmd_base.cmd_v2.sensor_id = info.sensor_idx; in amd_start_sensor_v2()
66 if (info.sensor_idx == als_idx) in amd_start_sensor_v2()
73 static void amd_stop_sensor_v2(struct amd_mp2_dev *privdata, u16 sensor_idx) in amd_stop_sensor_v2() argument
81 cmd_base.cmd_v2.sensor_id = sensor_idx; in amd_stop_sensor_v2()
153 cmd_base.s.sensor_id = info.sensor_idx; in amd_start_sensor()
165 static void amd_stop_sensor(struct amd_mp2_dev *privdata, u16 sensor_idx) in amd_stop_sensor() argument
173 cmd_base.s.sensor_id = sensor_idx; in amd_stop_sensor()
A Damd_sfh_hid.h22 u8 sensor_idx; member
50 u8 sensor_idx[MAX_HID_DEVICES]; member
A Damd_sfh_pcie.h78 enum sensor_idx { enum
/linux/drivers/hid/amd-sfh-hid/sfh1_1/
A Damd_sfh_init.c76 switch (cl_data->sensor_idx[i]) { in amd_sfh_hid_client_deinit()
92 cl_data->sensor_idx[i], get_sensor_name(cl_data->sensor_idx[i]), in amd_sfh_hid_client_deinit()
135 cl_idx = cl_data->sensor_idx[i]; in amd_sfh1_1_hid_client_init()
163 info.sensor_idx = cl_idx; in amd_sfh1_1_hid_client_init()
190 switch (cl_data->sensor_idx[i]) { in amd_sfh1_1_hid_client_init()
200 cl_data->sensor_idx[i], get_sensor_name(cl_data->sensor_idx[i]), in amd_sfh1_1_hid_client_init()
237 info.sensor_idx = cl_data->sensor_idx[i]; in amd_sfh_resume()
240 (mp2, cl_data->sensor_idx[i], ENABLE_SENSOR); in amd_sfh_resume()
246 cl_data->sensor_idx[i], get_sensor_name(cl_data->sensor_idx[i]), in amd_sfh_resume()
266 if (cl_data->sensor_idx[i] != HPD_IDX && in amd_sfh_suspend()
[all …]
A Damd_sfh_desc.c29 static int get_report_desc(int sensor_idx, u8 *rep_desc) in get_report_desc() argument
31 switch (sensor_idx) { in get_report_desc()
71 static u8 get_feature_rep(int sensor_idx, int report_id, u8 *feature_report) in get_feature_rep() argument
83 switch (sensor_idx) { in get_feature_rep()
176 static u8 get_input_rep(u8 current_index, int sensor_idx, int report_id, in get_input_rep() argument
198 switch (sensor_idx) { in get_input_rep()
263 static u32 get_desc_size(int sensor_idx, int descriptor_name) in get_desc_size() argument
265 switch (sensor_idx) { in get_desc_size()
A Damd_sfh_interface.c40 cmd_base.cmd.sensor_id = info.sensor_idx; in amd_start_sensor()
45 static void amd_stop_sensor(struct amd_mp2_dev *privdata, u16 sensor_idx) in amd_stop_sensor() argument
53 cmd_base.cmd.sensor_id = sensor_idx; in amd_stop_sensor()
/linux/drivers/hid/amd-sfh-hid/hid_descriptor/
A Damd_sfh_hid_desc.c32 static int get_report_descriptor(int sensor_idx, u8 *rep_desc) in get_report_descriptor() argument
34 switch (sensor_idx) { in get_report_descriptor()
67 static u32 get_descr_sz(int sensor_idx, int descriptor_name) in get_descr_sz() argument
69 switch (sensor_idx) { in get_descr_sz()
138 static u8 get_feature_report(int sensor_idx, int report_id, u8 *feature_report) in get_feature_report() argument
150 switch (sensor_idx) { in get_feature_report()
206 static u8 get_input_report(u8 current_index, int sensor_idx, int report_id, in get_input_report() argument
224 switch (sensor_idx) { in get_input_report()
261 if (sensor_idx == ACS_IDX) { in get_input_report()

Completed in 19 milliseconds