Home
last modified time | relevance | path

Searched refs:usbip_header_basic (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/Documentation/usb/
Dusbip_protocol.rst302 'usbip_header_basic', and their headers, called 'usbip_header' (before
305 usbip_header_basic:
340 | 0 | 20 | usbip_header_basic, 'command' shall be 0x00000001 |
381 | 0 | 20 | usbip_header_basic, 'command' shall be 0x00000003 |
415 | 0 | 20 | usbip_header_basic, 'command' shall be 0x00000002 |
428 | 0 | 20 | usbip_header_basic, 'command' shall be 0x00000004 |
/Linux-v6.1/drivers/usb/usbip/
Dusbip_common.h142 struct usbip_header_basic { struct
209 struct usbip_header_basic base;
Dvudc_tx.c15 static inline void setup_base_pdu(struct usbip_header_basic *base, in setup_base_pdu()
Dstub_tx.c107 static inline void setup_base_pdu(struct usbip_header_basic *base, in setup_base_pdu()
Dusbip_common.c495 static void correct_endian_basic(struct usbip_header_basic *base, int send) in correct_endian_basic()