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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/bt8xx/
H A Ddst_priv.h2 * dst-bt878.h: part of the DST driver for the TwinHan DST Frontend
33 struct bt878;
35 int bt878_device_control(struct bt878 *bt, unsigned int cmd, union dst_gpio_packet *mp);
H A DMakefile1 obj-$(CONFIG_DVB_BT8XX) += bt878.o dvb-bt8xx.o dst.o dst_ca.o
H A Ddvb-bt8xx.h48 struct bt878 *bt;
H A Dbt878.h2 bt878.h - Bt878 audio module (register offsets)
112 struct bt878 { struct
145 extern struct bt878 bt878[BT878_MAX];
147 void bt878_start(struct bt878 *bt, u32 controlreg, u32 op_sync_orin,
149 void bt878_stop(struct bt878 *bt);
H A Dbt878.c2 * bt878.c: part of the driver for the Pinnacle PCTV Sat DVB PCI card
46 #include "bt878.h"
64 struct bt878 bt878[BT878_MAX]; variable in typeref:struct:bt878
67 EXPORT_SYMBOL(bt878); variable
81 static void bt878_mem_free(struct bt878 *bt)
96 static int bt878_mem_alloc(struct bt878 *bt)
145 static int bt878_make_risc(struct bt878 *bt)
158 printk("bt878: buffer size error!\n");
165 static void bt878_risc_program(struct bt878 *b
[all...]
H A Ddst_common.h28 #include "bt878.h"
101 struct bt878* bt;
H A Ddvb-bt8xx.c37 #include "bt878.h"
118 static struct bt878 __devinit *dvb_bt8xx_878_match(unsigned int bttv_nr, struct pci_dev* bttv_pci_dev)
124 if (is_pci_slot_eq(bt878[card_nr].dev, bttv_pci_dev))
125 return &bt878[card_nr];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dor51211.c63 struct bt878* bt;

Completed in 58 milliseconds