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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Djoystick.h119 struct JS_DATA_SAVE_TYPE { struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Djoystick.h119 struct JS_DATA_SAVE_TYPE { struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/input/
H A Djoydev.c63 struct JS_DATA_SAVE_TYPE glue;
347 return copy_from_user(&joydev->glue, (struct JS_DATA_SAVE_TYPE *) arg,
348 sizeof(struct JS_DATA_SAVE_TYPE)) ? -EFAULT : 0;
350 return copy_to_user((struct JS_DATA_SAVE_TYPE *) arg, &joydev->glue,
351 sizeof(struct JS_DATA_SAVE_TYPE)) ? -EFAULT : 0;

Completed in 10 milliseconds