Lines Matching refs:bt878
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()
336 bt878_device_control(struct bt878 *bt, unsigned int cmd, union dst_gpio_packet *mp) in bt878_device_control()
418 struct bt878 *bt; in bt878_probe()
437 bt = &bt878[bt878_num]; in bt878_probe()
513 struct bt878 *bt = pci_get_drvdata(pci_dev); in bt878_remove()