Home
last modified time | relevance | path

Searched refs:bt878 (Results 1 – 10 of 10) sorted by relevance

/drivers/media/pci/bt8xx/
Dbt878.c63 struct bt878 bt878[BT878_MAX]; variable
66 EXPORT_SYMBOL(bt878);
84 static void bt878_mem_free(struct bt878 *bt) in bt878_mem_free()
99 static int bt878_mem_alloc(struct bt878 *bt) in bt878_mem_alloc()
140 static int bt878_make_risc(struct bt878 *bt) in bt878_make_risc()
160 static void bt878_risc_program(struct bt878 *bt, u32 op_sync_orin) in bt878_risc_program()
202 void bt878_start(struct bt878 *bt, u32 controlreg, u32 op_sync_orin, in bt878_start()
236 void bt878_stop(struct bt878 *bt) in bt878_stop()
268 struct bt878 *bt; in bt878_irq()
270 bt = (struct bt878 *) dev_id; in bt878_irq()
[all …]
Dbt878.h106 struct bt878 { struct
139 extern struct bt878 bt878[BT878_MAX]; argument
141 void bt878_start(struct bt878 *bt, u32 controlreg, u32 op_sync_orin,
143 void bt878_stop(struct bt878 *bt);
Ddst_priv.h33 struct bt878;
35 int bt878_device_control(struct bt878 *bt, unsigned int cmd, union dst_gpio_packet *mp);
Ddvb-bt8xx.h48 struct bt878 *bt;
DMakefile6 obj-$(CONFIG_DVB_BT8XX) += bt878.o dvb-bt8xx.o dst.o dst_ca.o
Ddst_common.h101 struct bt878* bt;
DKconfig25 tristate "DVB/ATSC Support for bt878 based TV cards"
Ddvb-bt8xx.c121 static struct bt878 *dvb_bt8xx_878_match(unsigned int bttv_nr, in dvb_bt8xx_878_match()
128 if (is_pci_slot_eq(bt878[card_nr].dev, bttv_pci_dev)) in dvb_bt8xx_878_match()
129 return &bt878[card_nr]; in dvb_bt8xx_878_match()
/drivers/media/pci/cx88/
DKconfig2 tristate "Conexant 2388x (bt878 successor) support"
/drivers/media/dvb-frontends/
Dor51211.c62 struct bt878* bt;