Searched refs:feature_report (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/drivers/hid/amd-sfh-hid/hid_descriptor/ |
| D | amd_sfh_hid_desc.c | 134 u8 get_feature_report(int sensor_idx, int report_id, u8 *feature_report) in get_feature_report() argument 143 if (!feature_report) in get_feature_report() 152 memcpy(feature_report, &acc_feature, sizeof(acc_feature)); in get_feature_report() 160 memcpy(feature_report, &gyro_feature, sizeof(gyro_feature)); in get_feature_report() 171 memcpy(feature_report, &magno_feature, sizeof(magno_feature)); in get_feature_report() 179 memcpy(feature_report, &als_feature, sizeof(als_feature)); in get_feature_report() 184 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);
|
| /Linux-v5.15/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() 186 cl_data->feature_report[i] = devm_kzalloc(dev, feature_report_size, GFP_KERNEL); in amd_sfh_hid_client_init() 187 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()
|
| D | amd_sfh_hid.h | 40 u8 *feature_report[MAX_HID_DEVICES]; member
|
| /Linux-v5.15/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()
|