Home
last modified time | relevance | path

Searched refs:htod16 (Results 1 – 4 of 4) sorted by relevance

/external/libmtp/src/
Dlibusb-glue.c1164 usbreq.type=htod16(PTP_USB_CONTAINER_COMMAND); in ptp_usb_sendreq()
1165 usbreq.code=htod16(req->Code); in ptp_usb_sendreq()
1215 usbdata.type = htod16(PTP_USB_CONTAINER_DATA); in ptp_usb_senddata()
1216 usbdata.code = htod16(ptp->Code); in ptp_usb_senddata()
1326 usbdata.code = htod16(ptp->Code); in ptp_usb_getdata()
Dlibusb1-glue.c1189 usbreq.type=htod16(PTP_USB_CONTAINER_COMMAND); in ptp_usb_sendreq()
1190 usbreq.code=htod16(req->Code); in ptp_usb_sendreq()
1240 usbdata.type = htod16(PTP_USB_CONTAINER_DATA); in ptp_usb_senddata()
1241 usbdata.code = htod16(ptp->Code); in ptp_usb_senddata()
1351 usbdata.code = htod16(ptp->Code); in ptp_usb_getdata()
Dlibopenusb1-glue.c1172 usbreq.type = htod16(PTP_USB_CONTAINER_COMMAND); in ptp_usb_sendreq()
1173 usbreq.code = htod16(req->Code); in ptp_usb_sendreq()
1222 usbdata.type = htod16(PTP_USB_CONTAINER_DATA); in ptp_usb_senddata()
1223 usbdata.code = htod16(ptp->Code); in ptp_usb_senddata()
1338 usbdata.code = htod16(ptp->Code); in ptp_usb_getdata()
Dptp-pack.c116 #define htod16(x) htod16p(params,x) macro