Home
last modified time | relevance | path

Searched refs:relmap (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/ui/
H A Dinput-linux.c303 uint8_t evtmap, relmap, absmap; in input_linux_complete() local
336 relmap = 0; in input_linux_complete()
337 rc = ioctl(il->fd, EVIOCGBIT(EV_REL, sizeof(relmap)), &relmap); in input_linux_complete()
341 if (relmap & (1 << REL_X)) { in input_linux_complete()
/openbmc/linux/include/linux/
H A Dnodemask.h369 #define nodes_onto(dst, orig, relmap) \ argument
370 __nodes_onto(&(dst), &(orig), &(relmap), MAX_NUMNODES)
H A Dbitmap.h220 const unsigned long *relmap, unsigned int bits);
/openbmc/linux/lib/
H A Dbitmap.c1171 const unsigned long *relmap, unsigned int bits) in bitmap_onto() argument
1190 for_each_set_bit(n, relmap, bits) { in bitmap_onto()