Lines Matching defs:data
217 /* set message data: */
283 Notification of data received from the Line 6 device.
334 Read data from device.
336 int line6_read_data(struct usb_line6 *line6, unsigned address, void *data,
357 /* Wait for data length. We'll get 0xff until length arrives. */
391 0x0013, 0x0000, data, datalen, LINE6_TIMEOUT,
402 Write data to device.
404 int line6_write_data(struct usb_line6 *line6, unsigned address, void *data,
421 0x0022, address, data, datalen, LINE6_TIMEOUT,
480 * data from the (podhd) module, it may be gone already during this call
512 /* Control data transfer properties */
601 line6_hwdep_write(struct snd_hwdep *hwdep, const char __user *data, long count,
613 data_copy = memdup_user(data, count);
760 /* store basic data: */
802 /* initialize device data based on device: */