Searched refs:htod16 (Results 1 – 4 of 4) sorted by relevance
1164 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()
1189 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()
1172 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()
116 #define htod16(x) htod16p(params,x) macro