Searched refs:reportnum (Results 1 - 1 of 1) sorted by relevance

/net/bluetooth/hidp/
H A Dcore.c311 static int hidp_set_raw_report(struct hid_device *hid, unsigned char reportnum, argument
336 data[0] = reportnum;
385 static int hidp_raw_request(struct hid_device *hid, unsigned char reportnum, argument
391 return hidp_get_raw_report(hid, reportnum, buf, len, rtype);
393 return hidp_set_raw_report(hid, reportnum, buf, len, rtype);

Completed in 5 milliseconds