Searched refs:ipacket (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c173 u_char ipacket[16]; /* interim input buffer */ member in struct:packetbuf
371 .x = (((pb)->ipacket[1] & 0x0f) << 8) | (pb)->ipacket[2], \
372 .y = (((pb)->ipacket[4] & 0x0f) << 8) | (pb)->ipacket[5], \
373 .p = ((pb)->ipacket[1] & 0xf0) | (((pb)->ipacket[4] >> 4) & 0x0f), \
389 #define ELANTECH_PKT_IS_TRACKPOINT(pb) (((pb)->ipacket[3] & 0x0f) == 0x06)
391 (pb)->ipacket[0] == ((hwversion) == 2 ? 0x84 : 0xc4) && \
392 (pb)->ipacket[
[all...]

Completed in 257 milliseconds