Searched refs:get_feature_report (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/hid/surface-hid/ |
| A D | surface_hid_core.h | 54 int (*get_feature_report)(struct surface_hid_device *shid, u8 rprt_id, u8 *buf, size_t len); member
|
| A D | surface_hid.c | 220 shid->ops.get_feature_report = shid_get_feature_report; in surface_hid_probe()
|
| A D | surface_hid_core.c | 133 return shid->ops.get_feature_report(shid, reportnum, buf, len); in surface_hid_raw_request()
|
| A D | surface_kbd.c | 267 shid->ops.get_feature_report = skbd_get_feature_report; in surface_kbd_probe()
|
| /linux/drivers/hid/amd-sfh-hid/hid_descriptor/ |
| A D | amd_sfh_hid_desc.h | 116 u8 get_feature_report(int sensor_idx, int report_id, u8 *feature_report);
|
| A D | amd_sfh_hid_desc.c | 135 u8 get_feature_report(int sensor_idx, int report_id, u8 *feature_report) in get_feature_report() function
|
| /linux/drivers/hid/amd-sfh-hid/ |
| A D | amd_sfh_client.c | 95 report_size = get_feature_report(sensor_index, report_id, in amd_sfh_work()
|
Completed in 13 milliseconds