Home
last modified time | relevance | path

Searched defs:sensor_idx (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/hid/amd-sfh-hid/hid_descriptor/
H A Damd_sfh_hid_desc.c32 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()
/openbmc/linux/drivers/hid/amd-sfh-hid/sfh1_1/
H A Damd_sfh_desc.c29 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()
252 static u32 get_desc_size(int sensor_idx, int descriptor_name) in get_desc_size()
H A Damd_sfh_interface.c42 static void amd_stop_sensor(struct amd_mp2_dev *privdata, u16 sensor_idx) in amd_stop_sensor()
/openbmc/linux/drivers/hid/amd-sfh-hid/
H A Damd_sfh_hid.h22 u8 sensor_idx; member
50 u8 sensor_idx[MAX_HID_DEVICES]; member
H A Damd_sfh_pcie.c72 static void amd_stop_sensor_v2(struct amd_mp2_dev *privdata, u16 sensor_idx) in amd_stop_sensor_v2()
164 static void amd_stop_sensor(struct amd_mp2_dev *privdata, u16 sensor_idx) in amd_stop_sensor()
H A Damd_sfh_common.h35 u8 sensor_idx; member
H A Damd_sfh_pcie.h78 enum sensor_idx { enum