Lines Matching defs:bt_bmc

59 struct bt_bmc {  struct
78 static u8 bt_inb(struct bt_bmc *bt_bmc, int reg) in bt_inb()
89 static void bt_outb(struct bt_bmc *bt_bmc, u8 data, int reg) in bt_outb()
97 static void clr_rd_ptr(struct bt_bmc *bt_bmc) in clr_rd_ptr()
102 static void clr_wr_ptr(struct bt_bmc *bt_bmc) in clr_wr_ptr()
107 static void clr_h2b_atn(struct bt_bmc *bt_bmc) in clr_h2b_atn()
112 static void set_b_busy(struct bt_bmc *bt_bmc) in set_b_busy()
118 static void clr_b_busy(struct bt_bmc *bt_bmc) in clr_b_busy()
124 static void set_b2h_atn(struct bt_bmc *bt_bmc) in set_b2h_atn()
129 static u8 bt_read(struct bt_bmc *bt_bmc) in bt_read()
134 static ssize_t bt_readn(struct bt_bmc *bt_bmc, u8 *buf, size_t n) in bt_readn()
143 static void bt_write(struct bt_bmc *bt_bmc, u8 c) in bt_write()
148 static ssize_t bt_writen(struct bt_bmc *bt_bmc, u8 *buf, size_t n) in bt_writen()
157 static void set_sms_atn(struct bt_bmc *bt_bmc) in set_sms_atn()
169 struct bt_bmc *bt_bmc = file_bt_bmc(file); in bt_bmc_open() local
196 struct bt_bmc *bt_bmc = file_bt_bmc(file); in bt_bmc_read() local
262 struct bt_bmc *bt_bmc = file_bt_bmc(file); in bt_bmc_write() local
318 struct bt_bmc *bt_bmc = file_bt_bmc(file); in bt_bmc_ioctl() local
330 struct bt_bmc *bt_bmc = file_bt_bmc(file); in bt_bmc_release() local
339 struct bt_bmc *bt_bmc = file_bt_bmc(file); in bt_bmc_poll() local
368 struct bt_bmc *bt_bmc = from_timer(bt_bmc, t, poll_timer); in poll_timer() local
377 struct bt_bmc *bt_bmc = arg; in bt_bmc_irq() local
396 static int bt_bmc_config_irq(struct bt_bmc *bt_bmc, in bt_bmc_config_irq()
429 struct bt_bmc *bt_bmc; in bt_bmc_probe() local
500 struct bt_bmc *bt_bmc = dev_get_drvdata(&pdev->dev); in bt_bmc_remove() local