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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dstv680.c36 * improve stablility. Moved stuff into stv680.h
72 #include "stv680.h"
163 static int stv_sndctrl (int set, struct usb_stv *stv680, unsigned short req, unsigned short value, unsigned char *buffer, int size) argument
169 ret = usb_control_msg (stv680->udev,
170 usb_rcvctrlpipe (stv680->udev, 0),
177 ret = usb_control_msg (stv680->udev,
178 usb_sndctrlpipe (stv680->udev, 0),
185 ret = usb_control_msg (stv680->udev,
186 usb_rcvctrlpipe (stv680->udev, 0),
193 ret = usb_control_msg (stv680
315 stv_init(struct usb_stv *stv680) argument
576 stv680_get_pict(struct usb_stv *stv680, struct video_picture *p) argument
590 stv680_set_pict(struct usb_stv *stv680, struct video_picture *p) argument
616 struct usb_stv *stv680 = urb->context; local
673 stv680_start_stream(struct usb_stv *stv680) argument
741 stv680_stop_stream(struct usb_stv *stv680) argument
765 stv680_set_size(struct usb_stv *stv680, int width, int height) argument
828 bayer_unshuffle(struct usb_stv *stv680, struct stv680_scratch *buffer) argument
1029 stv680_newframe(struct usb_stv *stv680, int framenr) argument
1076 struct usb_stv *stv680 = video_get_drvdata(dev); local
1100 struct usb_stv *stv680 = video_get_drvdata(dev); local
1127 struct usb_stv *stv680 = video_get_drvdata(vdev); local
1300 struct usb_stv *stv680 = video_get_drvdata(dev); local
1341 struct usb_stv *stv680 = video_get_drvdata(dev); local
1407 struct usb_stv *stv680 = NULL; local
1479 usb_stv680_remove_disconnected(struct usb_stv *stv680) argument
1507 struct usb_stv *stv680 = usb_get_intfdata (intf); local
[all...]
H A DMakefile101 obj-$(CONFIG_USB_STV680) += stv680.o

Completed in 75 milliseconds