Searched refs:bt878 (Results 1 – 10 of 10) sorted by relevance
/drivers/media/pci/bt8xx/ |
D | bt878.c | 63 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 …]
|
D | bt878.h | 106 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);
|
D | dst_priv.h | 33 struct bt878; 35 int bt878_device_control(struct bt878 *bt, unsigned int cmd, union dst_gpio_packet *mp);
|
D | dvb-bt8xx.h | 48 struct bt878 *bt;
|
D | Makefile | 6 obj-$(CONFIG_DVB_BT8XX) += bt878.o dvb-bt8xx.o dst.o dst_ca.o
|
D | dst_common.h | 101 struct bt878* bt;
|
D | Kconfig | 25 tristate "DVB/ATSC Support for bt878 based TV cards"
|
D | dvb-bt8xx.c | 121 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/ |
D | Kconfig | 2 tristate "Conexant 2388x (bt878 successor) support"
|
/drivers/media/dvb-frontends/ |
D | or51211.c | 62 struct bt878* bt;
|