Lines Matching refs:pd
763 struct uvc_processing_unit_descriptor *pd; in uvc_alloc_inst() local
790 pd = &opts->uvc_processing; in uvc_alloc_inst()
791 pd->bLength = UVC_DT_PROCESSING_UNIT_SIZE(2); in uvc_alloc_inst()
792 pd->bDescriptorType = USB_DT_CS_INTERFACE; in uvc_alloc_inst()
793 pd->bDescriptorSubType = UVC_VC_PROCESSING_UNIT; in uvc_alloc_inst()
794 pd->bUnitID = 2; in uvc_alloc_inst()
795 pd->bSourceID = 1; in uvc_alloc_inst()
796 pd->wMaxMultiplier = cpu_to_le16(16*1024); in uvc_alloc_inst()
797 pd->bControlSize = 2; in uvc_alloc_inst()
798 pd->bmControls[0] = 1; in uvc_alloc_inst()
799 pd->bmControls[1] = 0; in uvc_alloc_inst()
800 pd->iProcessing = 0; in uvc_alloc_inst()
824 ctl_cls[2] = (struct uvc_descriptor_header *)pd; in uvc_alloc_inst()
834 ctl_cls[2] = (struct uvc_descriptor_header *)pd; in uvc_alloc_inst()