Searched refs:axes_map (Results 1 – 1 of 1) sorted by relevance
169 BYTE axes_map[ABS_MAX + 1]; in find_joystick_devices() local261 if (ioctl(fd, JSIOCGAXMAP, axes_map) < 0) in find_joystick_devices()274 if (axes_map[j] < 8) in find_joystick_devices()280 else if (axes_map[j] <= 10) in find_joystick_devices()285 joydev.dev_axes_map[j] = axes_map[j] - 8; in find_joystick_devices()288 else if (axes_map[j] == 16 || in find_joystick_devices()289 axes_map[j] == 17) in find_joystick_devices()