Home | History | Annotate | Download | only in src

Lines Matching refs:dtoh16

1316 		if (dtoh16(usbdata.type)!=PTP_USB_CONTAINER_DATA) {
1320 if (dtoh16(usbdata.code)!=ptp->Code) {
1330 ret = dtoh16(usbdata.code);
1500 if (dtoh16(usbresp.type)!=PTP_USB_CONTAINER_RESPONSE) {
1503 if (dtoh16(usbresp.code)!=resp->Code) {
1504 ret = dtoh16(usbresp.code);
1516 resp->Code=dtoh16(usbresp.code);
1602 event->Code=dtoh16(usbevent.code);