Searched refs:relmap (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/ui/ |
H A D | input-linux.c | 303 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 D | nodemask.h | 369 #define nodes_onto(dst, orig, relmap) \ argument 370 __nodes_onto(&(dst), &(orig), &(relmap), MAX_NUMNODES)
|
H A D | bitmap.h | 220 const unsigned long *relmap, unsigned int bits);
|
/openbmc/linux/lib/ |
H A D | bitmap.c | 1171 const unsigned long *relmap, unsigned int bits) in bitmap_onto() argument 1190 for_each_set_bit(n, relmap, bits) { in bitmap_onto()
|