Home | History | Annotate | Download | only in src

Lines Matching refs:dtoh16

1341 		if (dtoh16(usbdata.type)!=PTP_USB_CONTAINER_DATA) {
1345 if (dtoh16(usbdata.code)!=ptp->Code) {
1355 ret = dtoh16(usbdata.code);
1526 if (dtoh16(usbresp.type)!=PTP_USB_CONTAINER_RESPONSE) {
1529 if (dtoh16(usbresp.code)!=resp->Code) {
1530 ret = dtoh16(usbresp.code);
1542 resp->Code=dtoh16(usbresp.code);
1634 event->Code=dtoh16(usbevent.code);
1671 event.Code=dtoh16(usbevent->code);