Lines Matching defs:bt_bmc

57 struct bt_bmc {  struct
69 static u8 bt_inb(struct bt_bmc *bt_bmc, int reg) in bt_inb()
74 static void bt_outb(struct bt_bmc *bt_bmc, u8 data, int reg) in bt_outb()
79 static void clr_rd_ptr(struct bt_bmc *bt_bmc) in clr_rd_ptr()
84 static void clr_wr_ptr(struct bt_bmc *bt_bmc) in clr_wr_ptr()
89 static void clr_h2b_atn(struct bt_bmc *bt_bmc) in clr_h2b_atn()
94 static void set_b_busy(struct bt_bmc *bt_bmc) in set_b_busy()
100 static void clr_b_busy(struct bt_bmc *bt_bmc) in clr_b_busy()
106 static void set_b2h_atn(struct bt_bmc *bt_bmc) in set_b2h_atn()
111 static u8 bt_read(struct bt_bmc *bt_bmc) in bt_read()
116 static ssize_t bt_readn(struct bt_bmc *bt_bmc, u8 *buf, size_t n) in bt_readn()
125 static void bt_write(struct bt_bmc *bt_bmc, u8 c) in bt_write()
130 static ssize_t bt_writen(struct bt_bmc *bt_bmc, u8 *buf, size_t n) in bt_writen()
139 static void set_sms_atn(struct bt_bmc *bt_bmc) in set_sms_atn()
151 struct bt_bmc *bt_bmc = file_bt_bmc(file); in bt_bmc_open() local
178 struct bt_bmc *bt_bmc = file_bt_bmc(file); in bt_bmc_read() local
244 struct bt_bmc *bt_bmc = file_bt_bmc(file); in bt_bmc_write() local
300 struct bt_bmc *bt_bmc = file_bt_bmc(file); in bt_bmc_ioctl() local
312 struct bt_bmc *bt_bmc = file_bt_bmc(file); in bt_bmc_release() local
321 struct bt_bmc *bt_bmc = file_bt_bmc(file); in bt_bmc_poll() local
350 struct bt_bmc *bt_bmc = from_timer(bt_bmc, t, poll_timer); in poll_timer() local
359 struct bt_bmc *bt_bmc = arg; in bt_bmc_irq() local
375 static int bt_bmc_config_irq(struct bt_bmc *bt_bmc, in bt_bmc_config_irq()
409 struct bt_bmc *bt_bmc; in bt_bmc_probe() local
464 struct bt_bmc *bt_bmc = dev_get_drvdata(&pdev->dev); in bt_bmc_remove() local