Searched refs:js_event (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/input/
H A Djoydev.c74 struct js_event buffer[JOYDEV_BUFFER_SIZE];
114 struct js_event event;
141 memcpy(list->buffer + list->head, &event, sizeof(struct js_event));
230 if (count < sizeof(struct js_event))
278 while (list->startup < joydev->nabs + joydev->nkey && retval + sizeof(struct js_event) <= count) {
280 struct js_event event;
294 if (copy_to_user(buf + retval, &event, sizeof(struct js_event)))
298 retval += sizeof(struct js_event);
301 while (list->head != list->tail && retval + sizeof(struct js_event) <= count) {
303 if (copy_to_user(buf + retval, list->buffer + list->tail, sizeof(struct js_event)))
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Djoystick.h49 struct js_event { struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Djoystick.h49 struct js_event { struct

Completed in 82 milliseconds