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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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)
106 struct bt878 { struct
139 extern struct bt878 bt878[BT878_MAX];
141 void bt878_start(struct bt878 *bt, u32 controlreg, u32 op_sync_orin,
143 void bt878_stop(struct bt878 *bt);
H A Dbt878.c2 * bt878.c: part of the driver for the Pinnacle PCTV Sat DVB PCI card
45 #include "bt878.h"
63 struct bt878 bt878[BT878_MAX]; variable in typeref:struct:bt878
66 EXPORT_SYMBOL(bt878); variable
84 static void bt878_mem_free(struct bt878 *bt)
99 static int bt878_mem_alloc(struct bt878 *bt)
148 static int bt878_make_risc(struct bt878 *bt)
161 printk(KERN_ERR "bt878: buffer size error!\n");
168 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.c36 #include "bt878.h"
119 static struct bt878 __devinit *dvb_bt8xx_878_match(unsigned int bttv_nr, struct pci_dev* bttv_pci_dev)
125 if (is_pci_slot_eq(bt878[card_nr].dev, bttv_pci_dev))
126 return &bt878[card_nr];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dor51211.c62 struct bt878* bt;

Completed in 110 milliseconds