Lines Matching defs:uvc_handle
722 void *uvc_handle; /* UVC transmission handle */ member
769 struct uvc_handle struct
771 u32 vid_w; /* Video Frame width in pixels */
772 u32 vid_h; /* Video Frame height in pixels */
773 u32 vid_f; /* Video Frame format */
774 u32 state; /* state of UVC handle */
775 uvc_continue_func copy_func; /* video transmission video frame copy function */
776 uvc_continue_func next_func; /* video transmission video next frame function */
777 void *_priv; /* video transmission private pointer */
779 u32 retransmission;
780 u32 used;
781 u32 offset;
783 u32 frame_off; /* transfer offset in a single video frame */
784 struct uvc_transfer_data tdata; /* transfer data information */
785 struct nocp_reserve reserve; /* reserve structure */
786 struct uvc_dev_s *fuvc; /* pointer to the UVC function structure */