Lines Matching refs:pd
793 struct uvc_processing_unit_descriptor *pd; in uvc_alloc_inst() local
820 pd = &opts->uvc_processing; in uvc_alloc_inst()
821 pd->bLength = UVC_DT_PROCESSING_UNIT_SIZE(2); in uvc_alloc_inst()
822 pd->bDescriptorType = USB_DT_CS_INTERFACE; in uvc_alloc_inst()
823 pd->bDescriptorSubType = UVC_VC_PROCESSING_UNIT; in uvc_alloc_inst()
824 pd->bUnitID = 2; in uvc_alloc_inst()
825 pd->bSourceID = 1; in uvc_alloc_inst()
826 pd->wMaxMultiplier = cpu_to_le16(16*1024); in uvc_alloc_inst()
827 pd->bControlSize = 2; in uvc_alloc_inst()
828 pd->bmControls[0] = 1; in uvc_alloc_inst()
829 pd->bmControls[1] = 0; in uvc_alloc_inst()
830 pd->iProcessing = 0; in uvc_alloc_inst()
854 ctl_cls[2] = (struct uvc_descriptor_header *)pd; in uvc_alloc_inst()
864 ctl_cls[2] = (struct uvc_descriptor_header *)pd; in uvc_alloc_inst()