Home
last modified time | relevance | path

Searched refs:CH_USB_HID_EP_SIZE (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/colord/colord-1.3.5/lib/colorhug/
H A Dch-self-test.c1152 guint8 buffer[CH_USB_HID_EP_SIZE]; in ch_test_incomplete_request_func()
1175 memset (buffer, 0x00, CH_USB_HID_EP_SIZE); in ch_test_incomplete_request_func()
1180 CH_USB_HID_EP_SIZE, in ch_test_incomplete_request_func()
1194 memset (buffer, 0x00, CH_USB_HID_EP_SIZE); in ch_test_incomplete_request_func()
1199 CH_USB_HID_EP_SIZE, in ch_test_incomplete_request_func()
1210 memset (buffer, 0x00, CH_USB_HID_EP_SIZE); in ch_test_incomplete_request_func()
1214 CH_USB_HID_EP_SIZE, in ch_test_incomplete_request_func()
H A Dch-device.c254 actual_len != CH_USB_HID_EP_SIZE)) { in ch_device_reply_cb()
261 memcpy (tdata->buffer, tdata->buffer_orig, CH_USB_HID_EP_SIZE); in ch_device_reply_cb()
265 CH_USB_HID_EP_SIZE); in ch_device_reply_cb()
270 CH_USB_HID_EP_SIZE, in ch_device_reply_cb()
290 CH_USB_HID_EP_SIZE); in ch_device_reply_cb()
329 if (actual_len < CH_USB_HID_EP_SIZE) { in ch_device_request_cb()
342 CH_USB_HID_EP_SIZE, in ch_device_request_cb()
611 tdata->buffer = g_new0 (guint8, CH_USB_HID_EP_SIZE); in ch_device_write_command_async()
622 tdata->buffer_orig = g_memdup (tdata->buffer, CH_USB_HID_EP_SIZE); in ch_device_write_command_async()
712 CH_USB_HID_EP_SIZE, in ch_device_write_command_async()
H A Dch-common.h50 #define CH_USB_HID_EP_SIZE 64 macro
H A Dch-device-queue.c3063 guint8 buffer_tx[CH_USB_HID_EP_SIZE]; in ch_device_queue_write_sram_internal()