Home
last modified time | relevance | path

Searched refs:usbip_header_correct_endian (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/usbip/
Dvhci_tx.c96 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()
Dvudc_tx.c54 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()
Dstub_tx.c215 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()
Dvhci_rx.c235 usbip_header_correct_endian(&pdu, 0); in vhci_rx_pdu()
Dusbip_common.h310 void usbip_header_correct_endian(struct usbip_header *pdu, int send);
Dvudc_rx.c201 usbip_header_correct_endian(&pdu, 0); in v_rx_pdu()
Dusbip_common.c488 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);
Dstub_rx.c648 usbip_header_correct_endian(&pdu, 0); in stub_rx_pdu()