Searched defs:sensor_idx (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/hid/amd-sfh-hid/hid_descriptor/ |
H A D | amd_sfh_hid_desc.c | 32 static int get_report_descriptor(int sensor_idx, u8 *rep_desc) in get_report_descriptor() 67 static u32 get_descr_sz(int sensor_idx, int descriptor_name) in get_descr_sz() 138 static u8 get_feature_report(int sensor_idx, int report_id, u8 *feature_report) in get_feature_report() 206 static u8 get_input_report(u8 current_index, int sensor_idx, int report_id, in get_input_report()
|
/linux/drivers/hid/amd-sfh-hid/sfh1_1/ |
H A D | amd_sfh_desc.c | 29 static int get_report_desc(int sensor_idx, u8 *rep_desc) in get_report_desc() 71 static u8 get_feature_rep(int sensor_idx, int report_id, u8 *feature_report) in get_feature_rep() 176 static u8 get_input_rep(u8 current_index, int sensor_idx, int report_id, in get_input_rep() 263 static u32 get_desc_size(int sensor_idx, int descriptor_name) in get_desc_size()
|
H A D | amd_sfh_interface.c | 45 static void amd_stop_sensor(struct amd_mp2_dev *privdata, u16 sensor_idx) in amd_stop_sensor()
|
/linux/drivers/hid/amd-sfh-hid/ |
H A D | amd_sfh_hid.h | 22 u8 sensor_idx; member 50 u8 sensor_idx[MAX_HID_DEVICES]; member
|
H A D | amd_sfh_pcie.c | 73 static void amd_stop_sensor_v2(struct amd_mp2_dev *privdata, u16 sensor_idx) in amd_stop_sensor_v2() 165 static void amd_stop_sensor(struct amd_mp2_dev *privdata, u16 sensor_idx) in amd_stop_sensor()
|
H A D | amd_sfh_pcie.h | 78 enum sensor_idx { enum
|
H A D | amd_sfh_common.h | 38 u8 sensor_idx; member
|