Lines Matching refs:size
18 size_t size, unsigned int retries)
23 retval = hid_hw_raw_request(hdev, buf[0], buf, size, type,
35 size_t size, unsigned int retries)
40 retval = hid_hw_raw_request(hdev, buf[0], buf, size, type,
53 u8 *raw_data, int size)
57 while (kfifo_avail(fifo) < size) {
65 kfifo_in(fifo, raw_data, size);
73 int size;
76 size = kfifo_out(fifo, buf, sizeof(buf));
77 err = hid_report_raw_event(hdev, HID_INPUT_REPORT, buf, size, false);
105 unsigned int size;
115 size = field->report_size;
116 value = hid_field_extract(hdev, raw_data+1, offset + j * size, size);
154 u8 *raw_data, int size)
161 if (size > WACOM_PKGLEN_MAX)
164 if (wacom_wac_pen_serial_enforce(hdev, report, raw_data, size))
167 memcpy(wacom->wacom_wac.data, raw_data, size);
169 wacom_wac_irq(&wacom->wacom_wac, size);
418 * X/Y maximum as well as the physical size of tablet. Since touch
2211 size_t size = 0;
2217 if (report_size > size)
2218 size = report_size;
2221 return size;
2361 /* set the default size in case we do not get them from hid */
2364 /* Retrieve the physical and logical size for touch devices */