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

/linux-master/drivers/hid/
H A Duhid.c320 u8 u_rtype; local
324 u_rtype = UHID_FEATURE_REPORT;
327 u_rtype = UHID_OUTPUT_REPORT;
330 u_rtype = UHID_INPUT_REPORT;
338 return uhid_hid_get_report(hid, reportnum, buf, len, u_rtype);
340 return uhid_hid_set_report(hid, reportnum, buf, len, u_rtype);

Completed in 197 milliseconds