Searched refs:get_feature_report (Results 1 – 5 of 5) sorted by relevance
54 int (*get_feature_report)(struct surface_hid_device *shid, u8 rprt_id, u8 *buf, size_t len); member
169 return shid->ops.get_feature_report(shid, reportnum, buf, len); in surface_hid_raw_request()
220 shid->ops.get_feature_report = shid_get_feature_report; in surface_hid_probe()
267 shid->ops.get_feature_report = skbd_get_feature_report; in surface_kbd_probe()
138 static u8 get_feature_report(int sensor_idx, int report_id, u8 *feature_report) in get_feature_report() function286 mp2_ops->get_feat_rep = get_feature_report; in amd_sfh_set_desc_ops()