Searched refs:usbip_header_correct_endian (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
D | vhci_tx.c | 96 usbip_header_correct_endian(&pdu_header, 1); in vhci_send_cmd_submit() 213 usbip_header_correct_endian(&pdu_header, 1); in vhci_send_cmd_unlink()
|
D | vudc_tx.c | 54 usbip_header_correct_endian(&pdu_header, 1); in v_send_ret_unlink() 112 usbip_header_correct_endian(&pdu_header, 1); in v_send_ret_submit()
|
D | stub_tx.c | 215 usbip_header_correct_endian(&pdu_header, 1); in stub_send_ret_submit() 385 usbip_header_correct_endian(&pdu_header, 1); in stub_send_ret_unlink()
|
D | vhci_rx.c | 235 usbip_header_correct_endian(&pdu, 0); in vhci_rx_pdu()
|
D | usbip_common.h | 310 void usbip_header_correct_endian(struct usbip_header *pdu, int send);
|
D | vudc_rx.c | 201 usbip_header_correct_endian(&pdu, 0); in v_rx_pdu()
|
D | usbip_common.c | 488 void usbip_header_correct_endian(struct usbip_header *pdu, int send) in usbip_header_correct_endian() function 519 EXPORT_SYMBOL_GPL(usbip_header_correct_endian);
|
D | stub_rx.c | 648 usbip_header_correct_endian(&pdu, 0); in stub_rx_pdu()
|