Searched refs:device_type (Results 1 – 1 of 1) sorted by relevance
4546 # define CTL_CODE(device_type, function, method, access) \ argument4547 (((device_type) << 16) | ((access) << 14) | ((function) << 2) | (method))
Completed in 16 milliseconds