bt878 48 drivers/media/dvb-frontends/or51211.c struct bt878* bt; bt878 46 drivers/media/pci/bt8xx/bt878.c struct bt878 bt878[BT878_MAX]; bt878 49 drivers/media/pci/bt8xx/bt878.c EXPORT_SYMBOL(bt878); bt878 67 drivers/media/pci/bt8xx/bt878.c static void bt878_mem_free(struct bt878 *bt) bt878 82 drivers/media/pci/bt8xx/bt878.c static int bt878_mem_alloc(struct bt878 *bt) bt878 123 drivers/media/pci/bt8xx/bt878.c static int bt878_make_risc(struct bt878 *bt) bt878 143 drivers/media/pci/bt8xx/bt878.c static void bt878_risc_program(struct bt878 *bt, u32 op_sync_orin) bt878 185 drivers/media/pci/bt8xx/bt878.c void bt878_start(struct bt878 *bt, u32 controlreg, u32 op_sync_orin, bt878 219 drivers/media/pci/bt8xx/bt878.c void bt878_stop(struct bt878 *bt) bt878 251 drivers/media/pci/bt8xx/bt878.c struct bt878 *bt; bt878 253 drivers/media/pci/bt8xx/bt878.c bt = (struct bt878 *) dev_id; bt878 319 drivers/media/pci/bt8xx/bt878.c bt878_device_control(struct bt878 *bt, unsigned int cmd, union dst_gpio_packet *mp) bt878 401 drivers/media/pci/bt8xx/bt878.c struct bt878 *bt; bt878 419 drivers/media/pci/bt8xx/bt878.c bt = &bt878[bt878_num]; bt878 495 drivers/media/pci/bt8xx/bt878.c struct bt878 *bt = pci_get_drvdata(pci_dev); bt878 127 drivers/media/pci/bt8xx/bt878.h extern struct bt878 bt878[BT878_MAX]; bt878 129 drivers/media/pci/bt8xx/bt878.h void bt878_start(struct bt878 *bt, u32 controlreg, u32 op_sync_orin, bt878 131 drivers/media/pci/bt8xx/bt878.h void bt878_stop(struct bt878 *bt); bt878 89 drivers/media/pci/bt8xx/dst_common.h struct bt878* bt; bt878 34 drivers/media/pci/bt8xx/dst_priv.h struct bt878; bt878 36 drivers/media/pci/bt8xx/dst_priv.h int bt878_device_control(struct bt878 *bt, unsigned int cmd, union dst_gpio_packet *mp); bt878 109 drivers/media/pci/bt8xx/dvb-bt8xx.c static struct bt878 *dvb_bt8xx_878_match(unsigned int bttv_nr, bt878 116 drivers/media/pci/bt8xx/dvb-bt8xx.c if (is_pci_slot_eq(bt878[card_nr].dev, bttv_pci_dev)) bt878 117 drivers/media/pci/bt8xx/dvb-bt8xx.c return &bt878[card_nr]; bt878 34 drivers/media/pci/bt8xx/dvb-bt8xx.h struct bt878 *bt;