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

/freebsd-13-stable/sys/dev/hid/
H A Dhidbus.h39 #define HIDBUS_ACCESSOR(A, B, T) \ macro
42 HIDBUS_ACCESSOR(usage, USAGE, int32_t)
43 HIDBUS_ACCESSOR(index, INDEX, uint8_t)
44 HIDBUS_ACCESSOR(flags, FLAGS, uint32_t)
45 HIDBUS_ACCESSOR(driver_info, DRIVER_INFO, uintptr_t)
46 HIDBUS_ACCESSOR(lock, LOCK, struct mtx *)

Completed in 39 milliseconds