Searched defs:subclass (Results 1 – 4 of 4) sorted by relevance
41 #define down_read_nested(sem, subclass) down_read(sem) argument42 #define down_write_nested(sem, subclass) down_write(sem) argument
14 #define spin_lock_nested(x, subclass) pthread_mutex_lock(x) argument
43 struct subclass { struct44 struct subclass *next; argument45 u_int8_t classid, subclassid; argument51 u_int8_t classid, subclassid, protocolid; argument
296 uint8_t subclass, uint8_t protocol) in usbip_names_get_class()