Lines Matching refs:target_hdr
517 struct uvcg_control_header *target_hdr; in uvcg_control_class_allow_link() local
539 target_hdr = to_uvcg_control_header(target); in uvcg_control_class_allow_link()
540 ++target_hdr->linked; in uvcg_control_class_allow_link()
541 class_array[0] = (struct uvc_descriptor_header *)&target_hdr->desc; in uvcg_control_class_allow_link()
558 struct uvcg_control_header *target_hdr; in uvcg_control_class_drop_link() local
575 target_hdr = to_uvcg_control_header(target); in uvcg_control_class_drop_link()
576 --target_hdr->linked; in uvcg_control_class_drop_link()
1979 struct uvcg_streaming_header *target_hdr; in uvcg_streaming_class_allow_link() local
2001 target_hdr = to_uvcg_streaming_header(target); in uvcg_streaming_class_allow_link()
2002 ret = __uvcg_iter_strm_cls(target_hdr, &size, &count, __uvcg_cnt_strm); in uvcg_streaming_class_allow_link()
2021 ret = __uvcg_iter_strm_cls(target_hdr, &data, &cl_arr, in uvcg_streaming_class_allow_link()
2035 ++target_hdr->linked; in uvcg_streaming_class_allow_link()
2052 struct uvcg_streaming_header *target_hdr; in uvcg_streaming_class_drop_link() local
2072 target_hdr = to_uvcg_streaming_header(target); in uvcg_streaming_class_drop_link()
2073 --target_hdr->linked; in uvcg_streaming_class_drop_link()