Searched refs:em28xx (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/em28xx/
H A DMakefile0 em28xx-objs := em28xx-video.o em28xx-i2c.o em28xx-cards.o em28xx-core.o \
2 em28xx-input.o
4 obj-$(CONFIG_VIDEO_EM28XX) += em28xx.o
H A Dem28xx.h2 em28xx.h - driver for Empia EM2800/EM2820/2840 USB video capture devices
52 /* maximum number of em28xx boards */
213 struct em28xx { struct
282 int (*em28xx_write_regs) (struct em28xx * dev, u16 reg, char *buf,
284 int (*em28xx_read_reg) (struct em28xx * dev, u16 reg);
285 int (*em28xx_read_reg_req_len) (struct em28xx * dev, u8 req, u16 reg,
287 int (*em28xx_write_regs_req) (struct em28xx * dev, u8 req, u16 reg,
289 int (*em28xx_read_reg_req) (struct em28xx * dev, u8 req, u16 reg);
292 /* Provided by em28xx-i2c.c */
294 void em28xx_i2c_call_clients(struct em28xx *de
[all...]
H A Dem28xx-i2c.c2 em28xx-i2c.c - driver for Empia EM2800/EM2820/2840 USB video capture devices
30 #include "em28xx.h"
54 static int em2800_i2c_send_max4(struct em28xx *dev, unsigned char addr,
98 struct em28xx *dev = (struct em28xx *)data;
116 static int em2800_i2c_check_for_device(struct em28xx *dev, unsigned char addr)
150 static int em2800_i2c_recv_bytes(struct em28xx *dev, unsigned char addr,
179 struct em28xx *dev = (struct em28xx *)data;
190 static int em28xx_i2c_recv_bytes(struct em28xx *de
[all...]
H A Dem28xx-core.c2 em28xx-core.c - driver for Empia EM2800/EM2820/2840 USB video capture devices
31 #include "em28xx.h"
71 u32 em28xx_request_buffers(struct em28xx *dev, u32 count)
107 void em28xx_queue_unusedframes(struct em28xx *dev)
125 void em28xx_release_buffers(struct em28xx *dev)
137 int em28xx_read_reg_req_len(struct em28xx *dev, u8 req, u16 reg,
166 int em28xx_read_reg_req(struct em28xx *dev, u8 req, u16 reg)
189 int em28xx_read_reg(struct em28xx *dev, u16 reg)
198 int em28xx_write_regs_req(struct em28xx *dev, u8 req, u16 reg, char *buf,
231 int em28xx_write_regs(struct em28xx *de
[all...]
H A Dem28xx-video.c2 em28xx-video.c - driver for Empia EM2800/EM2820/2840 USB video capture devices
38 #include "em28xx.h"
48 #define DRIVER_NAME "em28xx"
49 #define DRIVER_DESC "Empia em28xx based USB video device driver"
142 static int em28xx_config(struct em28xx *dev)
170 static void em28xx_config_i2c(struct em28xx *dev)
198 static void em28xx_empty_framequeues(struct em28xx *dev)
211 static void video_mux(struct em28xx *dev, int index)
254 struct em28xx *h,*dev = NULL;
258 h = list_entry(list, struct em28xx, devlis
[all...]
H A Dem28xx-input.c2 handle em28xx IR remotes via linux kernel input layer.
32 #include "em28xx.h"
130 void em28xx_set_ir(struct em28xx * dev,struct IR_i2c *ir)
H A Dem28xx-cards.c2 em28xx-cards.c - driver for Empia EM2800/EM2820/2840 USB video capture devices
37 #include "em28xx.h"
279 void em28xx_pre_card_setup(struct em28xx *dev)
293 void em28xx_card_setup(struct em28xx *dev)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A DMakefile65 obj-$(CONFIG_VIDEO_EM28XX) += em28xx/

Completed in 139 milliseconds