Symbol: bt878
drivers/media/dvb-frontends/or51211.c
48
struct bt878* bt;
drivers/media/pci/bt8xx/bt878.c
123
static int bt878_make_risc(struct bt878 *bt)
drivers/media/pci/bt8xx/bt878.c
143
static void bt878_risc_program(struct bt878 *bt, u32 op_sync_orin)
drivers/media/pci/bt8xx/bt878.c
185
void bt878_start(struct bt878 *bt, u32 controlreg, u32 op_sync_orin,
drivers/media/pci/bt8xx/bt878.c
219
void bt878_stop(struct bt878 *bt)
drivers/media/pci/bt8xx/bt878.c
251
struct bt878 *bt;
drivers/media/pci/bt8xx/bt878.c
253
bt = (struct bt878 *) dev_id;
drivers/media/pci/bt8xx/bt878.c
320
bt878_device_control(struct bt878 *bt, unsigned int cmd, union dst_gpio_packet *mp)
drivers/media/pci/bt8xx/bt878.c
402
struct bt878 *bt;
drivers/media/pci/bt8xx/bt878.c
420
bt = &bt878[bt878_num];
drivers/media/pci/bt8xx/bt878.c
46
struct bt878 bt878[BT878_MAX];
drivers/media/pci/bt8xx/bt878.c
49
EXPORT_SYMBOL(bt878);
drivers/media/pci/bt8xx/bt878.c
499
struct bt878 *bt = pci_get_drvdata(pci_dev);
drivers/media/pci/bt8xx/bt878.c
67
static void bt878_mem_free(struct bt878 *bt)
drivers/media/pci/bt8xx/bt878.c
82
static int bt878_mem_alloc(struct bt878 *bt)
drivers/media/pci/bt8xx/bt878.h
128
extern struct bt878 bt878[BT878_MAX];
drivers/media/pci/bt8xx/bt878.h
130
void bt878_start(struct bt878 *bt, u32 controlreg, u32 op_sync_orin,
drivers/media/pci/bt8xx/bt878.h
132
void bt878_stop(struct bt878 *bt);
drivers/media/pci/bt8xx/dst_common.h
89
struct bt878* bt;
drivers/media/pci/bt8xx/dst_priv.h
34
struct bt878;
drivers/media/pci/bt8xx/dst_priv.h
36
int bt878_device_control(struct bt878 *bt, unsigned int cmd, union dst_gpio_packet *mp);
drivers/media/pci/bt8xx/dvb-bt8xx.c
110
static struct bt878 *dvb_bt8xx_878_match(unsigned int bttv_nr,
drivers/media/pci/bt8xx/dvb-bt8xx.c
117
if (is_pci_slot_eq(bt878[card_nr].dev, bttv_pci_dev))
drivers/media/pci/bt8xx/dvb-bt8xx.c
118
return &bt878[card_nr];
drivers/media/pci/bt8xx/dvb-bt8xx.c
44
struct bt878 *bt = from_work(bt, t, bh_work);
drivers/media/pci/bt8xx/dvb-bt8xx.h
34
struct bt878 *bt;