Searched refs:relmap (Results 1 – 1 of 1) sorted by relevance
303 uint8_t evtmap, relmap, absmap; in input_linux_complete() local 335 relmap = 0; in input_linux_complete() 336 rc = ioctl(il->fd, EVIOCGBIT(EV_REL, sizeof(relmap)), &relmap); in input_linux_complete() 340 if (relmap & (1 << REL_X)) { in input_linux_complete()