Searched refs:feature_report (Results 1 – 5 of 5) sorted by relevance
/drivers/hid/amd-sfh-hid/hid_descriptor/ |
D | amd_sfh_hid_desc.c | 135 u8 get_feature_report(int sensor_idx, int report_id, u8 *feature_report) in get_feature_report() argument 144 if (!feature_report) in get_feature_report() 153 memcpy(feature_report, &acc_feature, sizeof(acc_feature)); in get_feature_report() 161 memcpy(feature_report, &gyro_feature, sizeof(gyro_feature)); in get_feature_report() 172 memcpy(feature_report, &magno_feature, sizeof(magno_feature)); in get_feature_report() 180 memcpy(feature_report, &als_feature, sizeof(als_feature)); in get_feature_report() 185 memcpy(feature_report, &hpd_feature, sizeof(hpd_feature)); in get_feature_report()
|
D | amd_sfh_hid_desc.h | 115 u8 get_feature_report(int sensor_idx, int report_id, u8 *feature_report);
|
/drivers/hid/amd-sfh-hid/ |
D | amd_sfh_client.c | 95 cli_data->feature_report[current_index]); in amd_sfh_work() 99 cli_data->feature_report[current_index], report_size, 0); in amd_sfh_work() 192 cl_data->feature_report[i] = devm_kzalloc(dev, feature_report_size, GFP_KERNEL); in amd_sfh_hid_client_init() 193 if (!cl_data->feature_report[i]) { in amd_sfh_hid_client_init() 239 devm_kfree(dev, cl_data->feature_report[i]); in amd_sfh_hid_client_init() 256 devm_kfree(dev, cl_data->feature_report[i]); in amd_sfh_hid_client_init()
|
D | amd_sfh_hid.h | 40 u8 *feature_report[MAX_HID_DEVICES]; member
|
/drivers/hid/ |
D | hid-rmi.c | 651 struct hid_report *feature_report; in rmi_probe() local 679 RMI_SET_RMI_MODE_REPORT_ID, &feature_report)) { in rmi_probe()
|