Lines Matching refs:id
177 #define vuid_in_range(devid, id) \
178 ((id >= vuid_first(devid)) && (id <= vuid_last(devid)))
351 * should be updated with the occurrence of this event, e.g., if id is
356 ushort_t id; /* Event's unique id */
359 #define FE_PAIR_SET 1 /* pair is accompanying id to set */
361 #define FE_PAIR_DELTA 2 /* pair is accompanying id that */
363 /* id's current value and the new */
365 #define FE_PAIR_ABSOLUTE 3 /* pair is accompanying id that */
369 uchar_t pair; /* Event id's associated delta|absolute|pair */
370 /* offset within id's segment (minus id's */
380 #define vuid_id_addr(id) ((id) & 0xFF00)
381 #define vuid_id_offset(id) ((id) & 0xFF)