Searched refs:HIDBUS_FLAG_CAN_POLL (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/hid/
H A Dhidbus.h34 #define HIDBUS_FLAG_CAN_POLL (1<<1) /* Child can work during panic */ macro
H A Dhidbus.c389 tlc->flags &= ~HIDBUS_FLAG_CAN_POLL;
460 if ((value & HIDBUS_FLAG_CAN_POLL) != 0)
567 if ((tlc->flags & HIDBUS_FLAG_CAN_POLL) != 0)
H A Dhkbd.c920 hidbus_set_flags(dev, hidbus_get_flags(dev) | HIDBUS_FLAG_CAN_POLL);

Completed in 52 milliseconds