cbuf_end           56 drivers/hid/hid-roccat.c 	int cbuf_end;
cbuf_end           85 drivers/hid/hid-roccat.c 	if (reader->cbuf_start == device->cbuf_end) {
cbuf_end           90 drivers/hid/hid-roccat.c 		while (reader->cbuf_start == device->cbuf_end) {
cbuf_end          141 drivers/hid/hid-roccat.c 	if (reader->cbuf_start != reader->device->cbuf_end)
cbuf_end          189 drivers/hid/hid-roccat.c 	reader->cbuf_start = device->cbuf_end;
cbuf_end          260 drivers/hid/hid-roccat.c 	report = &device->cbuf[device->cbuf_end];
cbuf_end          266 drivers/hid/hid-roccat.c 	device->cbuf_end = (device->cbuf_end + 1) % ROCCAT_CBUF_SIZE;
cbuf_end          275 drivers/hid/hid-roccat.c 		if (reader->cbuf_start == device->cbuf_end)
cbuf_end          341 drivers/hid/hid-roccat.c 	device->cbuf_end = 0;