Home
last modified time | relevance | path

Searched refs:target_hdr (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/gadget/function/
H A Duvc_configfs.c1347 struct uvcg_control_header *target_hdr; in uvcg_control_class_allow_link() local
1369 target_hdr = to_uvcg_control_header(target); in uvcg_control_class_allow_link()
1370 ++target_hdr->linked; in uvcg_control_class_allow_link()
1371 class_array[0] = (struct uvc_descriptor_header *)&target_hdr->desc; in uvcg_control_class_allow_link()
1389 struct uvcg_control_header *target_hdr; in uvcg_control_class_drop_link() local
1406 target_hdr = to_uvcg_control_header(target); in uvcg_control_class_drop_link()
1407 --target_hdr->linked; in uvcg_control_class_drop_link()
3427 struct uvcg_streaming_header *target_hdr; in uvcg_streaming_class_allow_link() local
3449 target_hdr = to_uvcg_streaming_header(target); in uvcg_streaming_class_allow_link()
3450 ret = __uvcg_iter_strm_cls(target_hdr, &size, &count, __uvcg_cnt_strm); in uvcg_streaming_class_allow_link()
[all …]