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

/linux-4.1.27/drivers/usb/gadget/function/
H A Duvc_configfs.c576 struct uvcg_control_header *target_hdr; uvcg_control_class_allow_link() local
598 target_hdr = to_uvcg_control_header(target); uvcg_control_class_allow_link()
599 ++target_hdr->linked; uvcg_control_class_allow_link()
600 class_array[0] = (struct uvc_descriptor_header *)&target_hdr->desc; uvcg_control_class_allow_link()
617 struct uvcg_control_header *target_hdr; uvcg_control_class_drop_link() local
639 target_hdr = to_uvcg_control_header(target); uvcg_control_class_drop_link()
640 --target_hdr->linked; uvcg_control_class_drop_link()
2122 struct uvcg_streaming_header *target_hdr; uvcg_streaming_class_allow_link() local
2144 target_hdr = to_uvcg_streaming_header(target); uvcg_streaming_class_allow_link()
2145 ret = __uvcg_iter_strm_cls(target_hdr, &size, &count, __uvcg_cnt_strm); uvcg_streaming_class_allow_link()
2164 ret = __uvcg_iter_strm_cls(target_hdr, &data, &cl_arr, uvcg_streaming_class_allow_link()
2178 ++target_hdr->linked; uvcg_streaming_class_allow_link()
2195 struct uvcg_streaming_header *target_hdr; uvcg_streaming_class_drop_link() local
2218 target_hdr = to_uvcg_streaming_header(target); uvcg_streaming_class_drop_link()
2219 --target_hdr->linked; uvcg_streaming_class_drop_link()
/linux-4.1.27/fs/cifs/
H A Dsmb1ops.c286 coalesce_t2(char *second_buf, struct smb_hdr *target_hdr) coalesce_t2() argument
289 struct smb_t2_rsp *pSMBt = (struct smb_t2_rsp *)target_hdr; coalesce_t2()
343 byte_count = get_bcc(target_hdr); coalesce_t2()
350 put_bcc(byte_count, target_hdr); coalesce_t2()
352 byte_count = be32_to_cpu(target_hdr->smb_buf_length); coalesce_t2()
360 target_hdr->smb_buf_length = cpu_to_be32(byte_count); coalesce_t2()

Completed in 124 milliseconds