Lines Matching refs:od
1064 struct uvc_output_terminal_descriptor *od; in uvc_alloc_inst() local
1105 od = &opts->uvc_output_terminal; in uvc_alloc_inst()
1106 od->bLength = UVC_DT_OUTPUT_TERMINAL_SIZE; in uvc_alloc_inst()
1107 od->bDescriptorType = USB_DT_CS_INTERFACE; in uvc_alloc_inst()
1108 od->bDescriptorSubType = UVC_VC_OUTPUT_TERMINAL; in uvc_alloc_inst()
1109 od->bTerminalID = 3; in uvc_alloc_inst()
1110 od->wTerminalType = cpu_to_le16(0x0101); in uvc_alloc_inst()
1111 od->bAssocTerminal = 0; in uvc_alloc_inst()
1112 od->bSourceID = 2; in uvc_alloc_inst()
1113 od->iTerminal = 0; in uvc_alloc_inst()
1156 ctl_cls[3] = (struct uvc_descriptor_header *)od; in uvc_alloc_inst()
1167 ctl_cls[3] = (struct uvc_descriptor_header *)od; in uvc_alloc_inst()