Home | History | Annotate | Download | only in src

Lines Matching refs:dtoh16

1328         if (dtoh16(usbdata.type) != PTP_USB_CONTAINER_DATA) {
1332 if (dtoh16(usbdata.code) != ptp->Code) {
1342 ret = dtoh16(usbdata.code);
1529 if (dtoh16(usbresp.type) != PTP_USB_CONTAINER_RESPONSE) {
1532 if (dtoh16(usbresp.code) != resp->Code) {
1533 ret = dtoh16(usbresp.code);
1544 resp->Code = dtoh16(usbresp.code);
1676 event->Code = dtoh16(usbevent.code);