Searched refs:HIDBUS_ACCESSOR (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/hid/ |
H A D | hidbus.h | 39 #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 *)
|