Home
last modified time | relevance | path

Searched refs:get_feature_report (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/hid/surface-hid/
H A Dsurface_hid_core.h54 int (*get_feature_report)(struct surface_hid_device *shid, u8 rprt_id, u8 *buf, size_t len); member
H A Dsurface_hid_core.c169 return shid->ops.get_feature_report(shid, reportnum, buf, len); in surface_hid_raw_request()
H A Dsurface_hid.c220 shid->ops.get_feature_report = shid_get_feature_report; in surface_hid_probe()
H A Dsurface_kbd.c267 shid->ops.get_feature_report = skbd_get_feature_report; in surface_kbd_probe()
/linux/drivers/hid/amd-sfh-hid/hid_descriptor/
H A Damd_sfh_hid_desc.c138 static u8 get_feature_report(int sensor_idx, int report_id, u8 *feature_report) in get_feature_report() function
286 mp2_ops->get_feat_rep = get_feature_report; in amd_sfh_set_desc_ops()