Searched refs:DeviceType (Results 1 – 2 of 2) sorted by relevance
111 #define CTL_CODE(DeviceType, Function, Method, Access) \ argument112 (((DeviceType) << 16) | ((Access) << 14) | \
935 uint8_t DeviceType:5; member