Lines Matching refs:size
23 size_t size, unsigned int retries)
28 retval = hid_hw_raw_request(hdev, buf[0], buf, size, type,
40 size_t size, unsigned int retries)
45 retval = hid_hw_raw_request(hdev, buf[0], buf, size, type,
58 u8 *raw_data, int size)
62 while (kfifo_avail(fifo) < size) {
70 kfifo_in(fifo, raw_data, size);
78 int size;
81 size = kfifo_out(fifo, buf, sizeof(buf));
82 err = hid_report_raw_event(hdev, HID_INPUT_REPORT, buf, size, false);
110 unsigned int size;
120 size = field->report_size;
121 value = hid_field_extract(hdev, raw_data+1, offset + j * size, size);
159 u8 *raw_data, int size)
166 if (size > WACOM_PKGLEN_MAX)
169 if (wacom_wac_pen_serial_enforce(hdev, report, raw_data, size))
172 memcpy(wacom->wacom_wac.data, raw_data, size);
174 wacom_wac_irq(&wacom->wacom_wac, size);
423 * X/Y maximum as well as the physical size of tablet. Since touch
2219 size_t size = 0;
2225 if (report_size > size)
2226 size = report_size;
2229 return size;
2359 /* set the default size in case we do not get them from hid */
2362 /* Retrieve the physical and logical size for touch devices */