Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/usbip/
Dvhci_tx.c90 usbip_header_correct_endian(&pdu_header, 1); in vhci_send_cmd_submit()
183 usbip_header_correct_endian(&pdu_header, 1); in vhci_send_cmd_unlink()
Dstub_tx.c196 usbip_header_correct_endian(&pdu_header, 1); in stub_send_ret_submit()
331 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.h304 void usbip_header_correct_endian(struct usbip_header *pdu, int send);
Dusbip_common.c572 void usbip_header_correct_endian(struct usbip_header *pdu, int send) in usbip_header_correct_endian() function
603 EXPORT_SYMBOL_GPL(usbip_header_correct_endian);
Dstub_rx.c565 usbip_header_correct_endian(&pdu, 0); in stub_rx_pdu()