Searched refs:vendpoint (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc-misc.c93 pdev->vendpoint = 4;
107 pdev->vendpoint = 5;
122 pdev->vendpoint = 4;
H A Dpwc.h179 int vendpoint; /* video isoc endpoint */ member in struct:pwc_device
H A Dpwc-ctrl.c259 ret = send_video_command(pdev, pdev->vendpoint, buf, 3);
320 ret = send_video_command(pdev, pdev->vendpoint, buf, 13);
393 ret = send_video_command(pdev, 4 /* pdev->vendpoint */, buf, 12);
H A Dpwc-if.c843 if ((idesc->endpoint[i].desc.bEndpointAddress & 0xF) == pdev->vendpoint) {
886 urb->pipe = usb_rcvisocpipe(udev, pdev->vendpoint);

Completed in 43 milliseconds