Lines Matching refs:bt878
46 struct bt878 bt878[BT878_MAX]; variable
49 EXPORT_SYMBOL(bt878);
67 static void bt878_mem_free(struct bt878 *bt) in bt878_mem_free()
82 static int bt878_mem_alloc(struct bt878 *bt) in bt878_mem_alloc()
123 static int bt878_make_risc(struct bt878 *bt) in bt878_make_risc()
143 static void bt878_risc_program(struct bt878 *bt, u32 op_sync_orin) in bt878_risc_program()
185 void bt878_start(struct bt878 *bt, u32 controlreg, u32 op_sync_orin, in bt878_start()
219 void bt878_stop(struct bt878 *bt) in bt878_stop()
251 struct bt878 *bt; in bt878_irq()
253 bt = (struct bt878 *) dev_id; in bt878_irq()
320 bt878_device_control(struct bt878 *bt, unsigned int cmd, union dst_gpio_packet *mp) in bt878_device_control()
402 struct bt878 *bt; in bt878_probe()
420 bt = &bt878[bt878_num]; in bt878_probe()
499 struct bt878 *bt = pci_get_drvdata(pci_dev); in bt878_remove()