Home | History | Annotate | Download | only in src

Lines Matching refs:dtoh16

1278 		if (dtoh16(usbdata.type)!=PTP_USB_CONTAINER_DATA) {
1282 if (dtoh16(usbdata.code)!=ptp->Code) {
1292 ret = dtoh16(usbdata.code);
1454 if (dtoh16(usbresp.type)!=PTP_USB_CONTAINER_RESPONSE) {
1457 if (dtoh16(usbresp.code)!=resp->Code) {
1458 ret = dtoh16(usbresp.code);
1470 resp->Code=dtoh16(usbresp.code);
1540 event->Code=dtoh16(usbevent.code);