Lines Matching refs:target_hdr
596 struct uvcg_control_header *target_hdr; in uvcg_control_class_allow_link() local
618 target_hdr = to_uvcg_control_header(target); in uvcg_control_class_allow_link()
619 ++target_hdr->linked; in uvcg_control_class_allow_link()
620 class_array[0] = (struct uvc_descriptor_header *)&target_hdr->desc; in uvcg_control_class_allow_link()
638 struct uvcg_control_header *target_hdr; in uvcg_control_class_drop_link() local
655 target_hdr = to_uvcg_control_header(target); in uvcg_control_class_drop_link()
656 --target_hdr->linked; in uvcg_control_class_drop_link()
2157 struct uvcg_streaming_header *target_hdr; in uvcg_streaming_class_allow_link() local
2179 target_hdr = to_uvcg_streaming_header(target); in uvcg_streaming_class_allow_link()
2180 ret = __uvcg_iter_strm_cls(target_hdr, &size, &count, __uvcg_cnt_strm); in uvcg_streaming_class_allow_link()
2199 ret = __uvcg_iter_strm_cls(target_hdr, &data, &cl_arr, in uvcg_streaming_class_allow_link()
2213 ++target_hdr->linked; in uvcg_streaming_class_allow_link()
2231 struct uvcg_streaming_header *target_hdr; in uvcg_streaming_class_drop_link() local
2251 target_hdr = to_uvcg_streaming_header(target); in uvcg_streaming_class_drop_link()
2252 --target_hdr->linked; in uvcg_streaming_class_drop_link()