Searched refs:dtoh16 (Results 1 – 4 of 4) sorted by relevance
1341 if (dtoh16(usbdata.type)!=PTP_USB_CONTAINER_DATA) { in ptp_usb_getdata()1345 if (dtoh16(usbdata.code)!=ptp->Code) { in ptp_usb_getdata()1355 ret = dtoh16(usbdata.code); in ptp_usb_getdata()1526 if (dtoh16(usbresp.type)!=PTP_USB_CONTAINER_RESPONSE) { in ptp_usb_getresp()1529 if (dtoh16(usbresp.code)!=resp->Code) { in ptp_usb_getresp()1530 ret = dtoh16(usbresp.code); in ptp_usb_getresp()1542 resp->Code=dtoh16(usbresp.code); in ptp_usb_getresp()1634 event->Code=dtoh16(usbevent.code); in ptp_usb_event()1671 event.Code=dtoh16(usbevent->code); in ptp_usb_event_cb()
1316 if (dtoh16(usbdata.type)!=PTP_USB_CONTAINER_DATA) { in ptp_usb_getdata()1320 if (dtoh16(usbdata.code)!=ptp->Code) { in ptp_usb_getdata()1330 ret = dtoh16(usbdata.code); in ptp_usb_getdata()1500 if (dtoh16(usbresp.type)!=PTP_USB_CONTAINER_RESPONSE) { in ptp_usb_getresp()1503 if (dtoh16(usbresp.code)!=resp->Code) { in ptp_usb_getresp()1504 ret = dtoh16(usbresp.code); in ptp_usb_getresp()1516 resp->Code=dtoh16(usbresp.code); in ptp_usb_getresp()1602 event->Code=dtoh16(usbevent.code); in ptp_usb_event()
1328 if (dtoh16(usbdata.type) != PTP_USB_CONTAINER_DATA) { in ptp_usb_getdata()1332 if (dtoh16(usbdata.code) != ptp->Code) { in ptp_usb_getdata()1342 ret = dtoh16(usbdata.code); in ptp_usb_getdata()1529 if (dtoh16(usbresp.type) != PTP_USB_CONTAINER_RESPONSE) { in ptp_usb_getresp()1532 if (dtoh16(usbresp.code) != resp->Code) { in ptp_usb_getresp()1533 ret = dtoh16(usbresp.code); in ptp_usb_getresp()1544 resp->Code = dtoh16(usbresp.code); in ptp_usb_getresp()1676 event->Code = dtoh16(usbevent.code); in ptp_usb_event()
124 #define dtoh16(x) dtoh16p(params,x) macro