Searched refs:av7110 (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dav7110_ca.h4 struct av7110;
6 extern void CI_handle(struct av7110 *av7110, u8 *data, u16 len);
9 extern int av7110_ca_register(struct av7110 *av7110);
10 extern void av7110_ca_unregister(struct av7110 *av7110);
11 extern int av7110_ca_init(struct av7110* av7110);
12 extern void av7110_ca_exit(struct av7110* av711
[all...]
H A Dav7110_av.h4 struct av7110;
6 extern int av7110_set_vidmode(struct av7110 *av7110, int mode);
12 extern int av7110_set_volume(struct av7110 *av7110, int volleft, int volright);
13 extern int av7110_av_stop(struct av7110 *av7110, int av);
14 extern int av7110_av_start_record(struct av7110 *av7110, int av,
16 extern int av7110_av_start_play(struct av7110 *av711
[all...]
H A Dav7110.c3 * av7110.c: initialization and demux stuff
63 #include "av7110.h"
116 static void restart_feeds(struct av7110 *av7110);
129 static void init_av7110_av(struct av7110 *av7110) argument
132 struct saa7146_dev *dev = av7110->dev;
135 av7110->adac_type = DVB_ADAC_TI;
136 ret = av7110_set_volume(av7110, av7110
208 recover_arm(struct av7110 *av7110) argument
228 av7110_arm_sync(struct av7110 *av7110) argument
238 struct av7110 *av7110 = data; local
288 DvbDmxFilterCallback(u8 *buffer1, size_t buffer1_len, u8 *buffer2, size_t buffer2_len, struct dvb_demux_filter *dvbdmxfilter, enum dmx_success success, struct av7110 *av7110) argument
349 start_debi_dma(struct av7110 *av7110, int dir, unsigned long addr, unsigned int len) argument
370 struct av7110 *av7110 = (struct av7110 *) data; local
466 struct av7110 *av7110 = (struct av7110 *) data; local
684 struct av7110 *av7110 = dvbdev->priv; local
714 SetPIDs(struct av7110 *av7110, u16 vpid, u16 apid, u16 ttpid, u16 subpid, u16 pcrpid) argument
737 ChangePIDs(struct av7110 *av7110, u16 vpid, u16 apid, u16 ttpid, u16 subpid, u16 pcrpid) argument
774 struct av7110 *av7110 = dvbdmxfeed->demux->priv; local
823 struct av7110 *av7110 = dvbdmxfilter->feed->demux->priv; local
859 struct av7110 *av7110 = dvbdmx->priv; local
902 struct av7110 *av7110 = dvbdmx->priv; local
943 struct av7110 *av7110 = demux->priv; local
1006 struct av7110 *av7110 = demux->priv; local
1046 restart_feeds(struct av7110 *av7110) argument
1087 struct av7110 *av7110; local
1125 struct av7110* av7110 = fe->dvb->priv; local
1142 struct av7110* av7110 = fe->dvb->priv; local
1150 struct av7110* av7110 = fe->dvb->priv; local
1248 av7110_register(struct av7110 *av7110) argument
1342 dvb_unregister(struct av7110 *av7110) argument
1382 i2c_writereg(struct av7110 *av7110, u8 id, u8 reg, u8 val) argument
1400 check_firmware(struct av7110* av7110) argument
1453 put_firmware(struct av7110* av7110) argument
1458 get_firmware(struct av7110* av7110) argument
1465 put_firmware(struct av7110* av7110) argument
1470 get_firmware(struct av7110* av7110) argument
1518 struct av7110* av7110 = fe->dvb->priv; local
1554 struct av7110* av7110 = fe->dvb->priv; local
1585 struct av7110* av7110 = fe->dvb->priv; local
1611 struct av7110* av7110 = fe->dvb->priv; local
1642 struct av7110* av7110 = fe->dvb->priv; local
1669 struct av7110* av7110 = fe->dvb->priv; local
1779 struct av7110* av7110 = fe->dvb->priv; local
1834 struct av7110* av7110 = fe->dvb->priv; local
1871 av7110_fe_lock_fix(struct av7110* av7110, fe_status_t status) argument
1914 struct av7110* av7110 = fe->dvb->priv; local
1926 struct av7110* av7110 = fe->dvb->priv; local
1936 struct av7110* av7110 = fe->dvb->priv; local
1948 struct av7110* av7110 = fe->dvb->priv; local
1959 struct av7110* av7110 = fe->dvb->priv; local
1971 struct av7110* av7110 = fe->dvb->priv; local
1983 struct av7110* av7110 = fe->dvb->priv; local
1995 struct av7110* av7110 = fe->dvb->priv; local
2007 struct av7110* av7110 = fe->dvb->priv; local
2015 dvb_s_recover(struct av7110* av7110) argument
2032 read_pwm(struct av7110* av7110) argument
2045 frontend_init(struct av7110 *av7110) argument
2305 struct av7110 *av7110; local
2660 struct av7110 *av7110 = saa->ext_priv; local
2715 struct av7110 *av7110 = dev->ext_priv; local
[all...]
H A Dav7110_hw.c2 * av7110_hw.c: av7110 low level hardware access and firmware interface
38 #include "av7110.h"
50 int av7110_debiwrite(struct av7110 *av7110, u32 config, argument
53 struct saa7146_dev *dev = av7110->dev;
59 if (saa7146_wait_for_debi_done(av7110->dev, 0) < 0) {
67 saa7146_write(dev, DEBI_AD, av7110->debi_bus);
73 u32 av7110_debiread(struct av7110 *av7110, u32 config, int addr, int count) argument
75 struct saa7146_dev *dev = av7110
107 waitdebi(struct av7110 *av7110, int adr, int state) argument
121 load_dram(struct av7110 *av7110, u32 *data, int len) argument
201 av7110_bootarm(struct av7110 *av7110) argument
289 av7110_wait_msgstate(struct av7110 *av7110, u16 flags) argument
321 __av7110_send_fw_cmd(struct av7110 *av7110, u16* buf, int length) argument
455 av7110_send_fw_cmd(struct av7110 *av7110, u16* buf, int length) argument
476 av7110_fw_cmd(struct av7110 *av7110, int type, int com, int num, ...) argument
501 av7110_fw_request(struct av7110 *av7110, u16 *request_buf, int request_buf_len, u16 *reply_buf, int reply_buf_len) argument
578 av7110_fw_query(struct av7110 *av7110, u16 tag, u16* buf, s16 length) argument
593 av7110_firmversion(struct av7110 *av7110) argument
628 av7110_diseqc_send(struct av7110 *av7110, int len, u8 *msg, unsigned long burst) argument
659 SetColorBlend(struct av7110 *av7110, u8 windownr) argument
664 SetBlend_(struct av7110 *av7110, u8 windownr, enum av7110_osd_palette_type colordepth, u16 index, u8 blending) argument
671 SetColor_(struct av7110 *av7110, u8 windownr, enum av7110_osd_palette_type colordepth, u16 index, u16 colorhi, u16 colorlo) argument
678 SetFont(struct av7110 *av7110, u8 windownr, u8 fontsize, u16 colorfg, u16 colorbg) argument
685 FlushText(struct av7110 *av7110) argument
709 WriteText(struct av7110 *av7110, u8 win, u16 x, u16 y, u8* buf) argument
759 DrawLine(struct av7110 *av7110, u8 windownr, u16 x, u16 y, u16 dx, u16 dy, u16 color) argument
766 DrawBlock(struct av7110 *av7110, u8 windownr, u16 x, u16 y, u16 dx, u16 dy, u16 color) argument
773 HideWindow(struct av7110 *av7110, u8 windownr) argument
778 MoveWindowRel(struct av7110 *av7110, u8 windownr, u16 x, u16 y) argument
783 MoveWindowAbs(struct av7110 *av7110, u8 windownr, u16 x, u16 y) argument
788 DestroyOSDWindow(struct av7110 *av7110, u8 windownr) argument
793 CreateOSDWindow(struct av7110 *av7110, u8 windownr, osd_raw_window_t disptype, u16 width, u16 height) argument
809 WaitUntilBmpLoaded(struct av7110 *av7110) argument
824 LoadBitmap(struct av7110 *av7110, u16 dx, u16 dy, int inc, u8 __user * data) argument
881 BlitBitmap(struct av7110 *av7110, u16 x, u16 y) argument
888 ReleaseBitmap(struct av7110 *av7110) argument
916 OSDSetColor(struct av7110 *av7110, u8 color, u8 r, u8 g, u8 b, u8 blend) argument
934 OSDSetPalette(struct av7110 *av7110, u32 __user * colors, u8 first, u8 last) argument
959 OSDSetBlock(struct av7110 *av7110, int x0, int y0, int x1, int y1, int inc, u8 __user * data) argument
1013 av7110_osd_cmd(struct av7110 *av7110, osd_cmd_t *dc) argument
1162 av7110_osd_capability(struct av7110 *av7110, osd_cap_t *cap) argument
[all...]
H A Dav7110_av.c37 #include "av7110.h"
118 int av7110_av_start_record(struct av7110 *av7110, int av, argument
124 dprintk(2, "av7110:%p, , dvb_demux_feed:%p\n", av7110, dvbdmxfeed);
126 if (av7110->playing || (av7110->rec_mode & av))
128 av7110_fw_cmd(av7110, COMTYPE_REC_PLAY, __Stop, 0);
130 av7110->rec_mode |= av;
132 switch (av7110
164 av7110_av_start_play(struct av7110 *av7110, int av) argument
200 av7110_av_stop(struct av7110 *av7110, int av) argument
281 av7110_set_volume(struct av7110 *av7110, int volleft, int volright) argument
332 av7110_set_vidmode(struct av7110 *av7110, int mode) argument
358 get_video_format(struct av7110 *av7110, u8 *buf, int count) argument
418 struct av7110 *av7110 = (struct av7110 *) priv; local
430 struct av7110 *av7110 = (struct av7110 *) priv; local
439 dvb_play(struct av7110 *av7110, const u8 __user *buf, unsigned long count, int nonblock, int type) argument
472 dvb_play_kernel(struct av7110 *av7110, const u8 *buf, unsigned long count, int nonblock, int type) argument
502 dvb_aplay(struct av7110 *av7110, const u8 __user *buf, unsigned long count, int nonblock, int type) argument
782 struct av7110 *av7110 = (struct av7110 *) demux->priv; local
821 dvb_video_add_event(struct av7110 *av7110, struct video_event *event) argument
843 dvb_video_get_event(struct av7110 *av7110, struct video_event *event, int flags) argument
882 struct av7110 *av7110 = dvbdev->priv; local
910 struct av7110 *av7110 = dvbdev->priv; local
926 struct av7110 *av7110 = dvbdev->priv; local
946 struct av7110 *av7110 = dvbdev->priv; local
961 play_iframe(struct av7110 *av7110, u8 __user *buf, unsigned int len, int nonblock) argument
990 struct av7110 *av7110 = dvbdev->priv; local
1204 struct av7110 *av7110 = dvbdev->priv; local
1350 struct av7110 *av7110 = dvbdev->priv; local
1375 struct av7110 *av7110 = dvbdev->priv; local
1389 struct av7110 *av7110 = dvbdev->priv; local
1404 struct av7110 *av7110 = dvbdev->priv; local
1454 av7110_av_register(struct av7110 *av7110) argument
1485 av7110_av_unregister(struct av7110 *av7110) argument
1491 av7110_av_init(struct av7110 *av7110) argument
1517 av7110_av_exit(struct av7110 *av7110) argument
[all...]
H A Dav7110_v4l.c2 * av7110_v4l.c: av7110 video4linux interface for DVB and Siemens DVB-C analog module
35 #include "av7110.h"
39 int msp_writereg(struct av7110 *av7110, u8 dev, u16 reg, u16 val) argument
44 switch (av7110->adac_type) {
55 if (i2c_transfer(&av7110->i2c_adap, &msgs, 1) != 1) {
57 av7110->dvb_adapter.num, reg, val);
63 static int msp_readreg(struct av7110 *av7110, u8 dev, u16 reg, u16 *val) argument
72 switch (av7110
184 struct av7110 *av7110 = (struct av7110*)dev->ext_priv; local
226 struct av7110 *av7110 = (struct av7110*)dev->ext_priv; local
320 struct av7110 *av7110 = (struct av7110*) dev->ext_priv; local
570 struct av7110 *av7110 = (struct av7110*) dev->ext_priv; local
585 struct av7110 *av7110 = (struct av7110*) dev->ext_priv; local
686 av7110_init_analog_module(struct av7110 *av7110) argument
784 av7110_init_v4l(struct av7110 *av7110) argument
812 av7110_exit_v4l(struct av7110 *av7110) argument
870 struct av7110 *av7110 = (struct av7110*) dev->ext_priv; local
[all...]
H A Dav7110_ca.c38 #include "av7110.h"
43 void CI_handle(struct av7110 *av7110, u8 *data, u16 len) argument
45 dprintk(8, "av7110:%p\n",av7110);
55 av7110->ci_slot[data[2] - 1].flags = 0;
58 av7110->ci_slot[data[2] - 1].flags |= CA_CI_MODULE_PRESENT;
61 av7110->ci_slot[data[2] - 1].flags |= CA_CI_MODULE_READY;
66 //av7110->ci_stat=data[1];
217 struct av7110 *av711 local
231 struct av7110 *av7110 = dvbdev->priv; local
254 struct av7110 *av7110 = dvbdev->priv; local
332 struct av7110 *av7110 = dvbdev->priv; local
342 struct av7110 *av7110 = dvbdev->priv; local
367 av7110_ca_register(struct av7110 *av7110) argument
373 av7110_ca_unregister(struct av7110 *av7110) argument
378 av7110_ca_init(struct av7110* av7110) argument
383 av7110_ca_exit(struct av7110* av7110) argument
[all...]
H A Dav7110_hw.h4 #include "av7110.h"
293 * area between PCI bus and av7110,
358 /* used by boot protocol to load firmware into av7110 DRAM */
369 extern int av7110_bootarm(struct av7110 *av7110);
370 extern int av7110_firmversion(struct av7110 *av7110);
375 extern int av7110_wait_msgstate(struct av7110 *av7110, u16 flags);
376 extern int av7110_fw_cmd(struct av7110 *av711
390 iwdebi(struct av7110 *av7110, u32 config, int addr, u32 val, int count) argument
396 mwdebi(struct av7110 *av7110, u32 config, int addr, char *val, int count) argument
402 irdebi(struct av7110 *av7110, u32 config, int addr, u32 val, int count) argument
413 wdebi(struct av7110 *av7110, u32 config, int addr, u32 val, int count) argument
422 rdebi(struct av7110 *av7110, u32 config, int addr, u32 val, int count) argument
434 ARM_ResetMailBox(struct av7110 *av7110) argument
444 ARM_ClearMailBox(struct av7110 *av7110) argument
449 ARM_ClearIrq(struct av7110 *av7110) argument
458 SendDAC(struct av7110 *av7110, u8 addr, u8 data) argument
463 av7710_set_video_mode(struct av7110 *av7110, int mode) argument
468 vidcom(struct av7110 *av7110, u32 com, u32 arg) argument
475 audcom(struct av7110 *av7110, u32 com) argument
481 Set22K(struct av7110 *av7110, int state) argument
[all...]
H A Dav7110_ir.c33 #include "av7110.h"
64 static struct av7110 *av_list[AV_CNT];
222 int av7110_check_ir_config(struct av7110 *av7110, int force) argument
229 if (av7110 == av_list[i])
232 if (i < av_cnt && av7110) {
233 if ((av7110->ir.protocol & 1) != ir_protocol[i] ||
234 av7110->ir.inversion != ir_inversion[i])
241 av7110->ir.protocol = IR_RCMM;
242 av7110
315 ir_handler(struct av7110 *av7110, u32 ircom) argument
323 av7110_ir_init(struct av7110 *av7110) argument
386 av7110_ir_exit(struct av7110 *av7110) argument
[all...]
H A Dav7110.h70 struct av7110;
79 void (*ir_handler)(struct av7110 *av7110, u32 ircom);
92 struct av7110 { struct
268 void (*recover)(struct av7110* av7110);
287 extern int ChangePIDs(struct av7110 *av7110, u16 vpid, u16 apid, u16 ttpid,
290 extern int av7110_check_ir_config(struct av7110 *av7110, in
[all...]
H A DMakefile6 dvb-ttpci-objs := av7110_hw.o av7110_v4l.o av7110_av.o av7110_ca.o av7110.o av7110_ipack.o av7110_ir.o
19 $(obj)/av7110.o: $(obj)/av7110_firm.h
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/dvb/
H A Dget_dvb_firmware25 "tda10046lifeview", "av7110", "dec2000t", "dec2540t",
148 sub av7110 {

Completed in 70 milliseconds