Home
last modified time | relevance | path

Searched defs:subclass (Results 1 – 4 of 4) sorted by relevance

/tools/include/linux/
Drwsem.h41 #define down_read_nested(sem, subclass) down_read(sem) argument
42 #define down_write_nested(sem, subclass) down_write(sem) argument
Dspinlock.h14 #define spin_lock_nested(x, subclass) pthread_mutex_lock(x) argument
/tools/usb/usbip/libsrc/
Dnames.c43 struct subclass { struct
44 struct subclass *next; argument
45 u_int8_t classid, subclassid; argument
51 u_int8_t classid, subclassid, protocolid; argument
Dusbip_common.c296 uint8_t subclass, uint8_t protocol) in usbip_names_get_class()