Lines Matching defs:data
16 * implementation and contains data that is not available in a single hid event
84 /* no data? */
89 /* wait for data */
114 /* here we either have data or a reason to return if retval is set */
120 * If report is larger than requested amount of data, rest of report
239 * roccat_report_event() - output data to readers
241 * @data: pointer to data
247 int roccat_report_event(int minor, u8 const *data)
256 new_value = kmemdup(data, device->report_size, GFP_ATOMIC);