Lines Matching refs:cpu_to_le16
96 .wMaxPacketSize = cpu_to_le16(UVC_STATUS_MAX_PACKET_SIZE),
106 .wBytesPerInterval = cpu_to_le16(UVC_STATUS_MAX_PACKET_SIZE),
113 .wMaxTransferSize = cpu_to_le16(UVC_STATUS_MAX_PACKET_SIZE),
553 uvc_control_header->wTotalLength = cpu_to_le16(control_size); in uvc_copy_descriptors()
567 uvc_streaming_header->wTotalLength = cpu_to_le16(streaming_size); in uvc_copy_descriptors()
615 cpu_to_le16(min(opts->streaming_maxpacket, 1023U)); in uvc_function_bind()
619 cpu_to_le16(max_packet_size | ((max_packet_mult - 1) << 11)); in uvc_function_bind()
622 uvc_ss_streaming_ep.wMaxPacketSize = cpu_to_le16(max_packet_size); in uvc_function_bind()
627 cpu_to_le16(max_packet_size * max_packet_mult * in uvc_function_bind()
779 cd->wTerminalType = cpu_to_le16(0x0201); in uvc_alloc_inst()
782 cd->wObjectiveFocalLengthMin = cpu_to_le16(0); in uvc_alloc_inst()
783 cd->wObjectiveFocalLengthMax = cpu_to_le16(0); in uvc_alloc_inst()
784 cd->wOcularFocalLength = cpu_to_le16(0); in uvc_alloc_inst()
796 pd->wMaxMultiplier = cpu_to_le16(16*1024); in uvc_alloc_inst()
807 od->wTerminalType = cpu_to_le16(0x0101); in uvc_alloc_inst()