Searched refs:pcom (Results 1 – 2 of 2) sorted by relevance
47 TH_DATA *pcom; variable236 pcom = calloc(1, sizeof(TH_DATA)); in main()237 if (pcom == NULL) in main()240 *tabcour = (TH_DATA *) pcom; in main()245 pcom->th_num = th_num; in main()246 pcom->th_func = th_func[i]; in main()255 thread_code, (void *)pcom); in main()285 pcom = *tabcour++; in main()286 if (pcom->th_result != 0) { in main()291 th_num, pcom->th_func.fident, pcom->th_nerror, in main()[all …]
1481 struct uvc_probe_commit_control1_1 *pcom; in fuvc_streaming_set() local1510 pcom = (struct uvc_probe_commit_control1_1 *)(req->buf); in fuvc_streaming_set()1511 com.bFormatIndex = pcom->bFormatIndex; in fuvc_streaming_set()1512 com.bFrameIndex = pcom->bFrameIndex; in fuvc_streaming_set()1513 com.dwFrameInterval = pcom->dwFrameInterval; in fuvc_streaming_set()