Searched refs:LE_TO_UINT16 (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/usb/clients/video/usbvc/ |
H A D | usbvc_v4l2.c | 771 LE_TO_UINT16(descr->wWidth, 0, w); in usbvc_match_image_size() 772 LE_TO_UINT16(descr->wHeight, 0, h); in usbvc_match_image_size() 1011 LE_TO_UINT16(frame->descr->wWidth, 0, w); in usbvc_v4l2_set_format() 1012 LE_TO_UINT16(frame->descr->wHeight, 0, h); in usbvc_v4l2_set_format() 1059 LE_TO_UINT16(fmtgrp->cur_frame->descr->wWidth, 0, w); in usbvc_v4l2_get_format() 1060 LE_TO_UINT16(fmtgrp->cur_frame->descr->wHeight, 0, h); in usbvc_v4l2_get_format() 1395 LE_TO_UINT16(data->b_rptr, 0, queryctrl->minimum); in usbvc_v4l2_query_ctrl() 1402 LE_TO_UINT16(data->b_rptr, 0, queryctrl->maximum); in usbvc_v4l2_query_ctrl() 1410 LE_TO_UINT16(data->b_rptr, 0, queryctrl->step); in usbvc_v4l2_query_ctrl() 1418 LE_TO_UINT16(data->b_rptr, 0, queryctrl->default_value); in usbvc_v4l2_query_ctrl() [all …]
|
H A D | usbvc.c | 2035 LE_TO_UINT16(usbvcp->usbvc_vc_header->descr->bcdUVC, in usbvc_parse_ctrl_if()
|
/titanic_50/usr/src/uts/common/sys/usb/clients/video/usbvc/ |
H A D | usbvc_var.h | 302 #define LE_TO_UINT16(src, off, des) \ macro
|