[go: nahoru, domu]

Searched defs:go7007 (Results 1 - 2 of 2) sorted by relevance

/drivers/media/usb/go7007/
H A DMakefile1 obj-$(CONFIG_VIDEO_GO7007) += go7007.o
2 obj-$(CONFIG_VIDEO_GO7007_USB) += go7007-usb.o
3 obj-$(CONFIG_VIDEO_GO7007_LOADER) += go7007-loader.o
6 go7007-y := go7007-v4l2.o go7007-driver.o go7007-i2c.o go7007-fw.o \
7 snd-go7007.o
H A Dgo7007-priv.h15 * This is the private include file for the go7007 driver. It should not
25 struct go7007;
124 int (*interface_reset)(struct go7007 *go);
125 int (*write_interrupt)(struct go7007 *go, int addr, int data);
126 int (*read_interrupt)(struct go7007 *go);
127 int (*stream_start)(struct go7007 *go);
128 int (*stream_stop)(struct go7007 *go);
129 int (*send_firmware)(struct go7007 *go, u8 *data, int len);
130 int (*send_command)(struct go7007 *go, unsigned int cmd, void *arg);
131 void (*release)(struct go7007 *g
161 struct go7007 { struct
[all...]

Completed in 52 milliseconds