Lines Matching refs:bt1_axi
44 struct bt1_axi { struct
60 struct bt1_axi *axi = data; in bt1_axi_isr() argument
86 struct bt1_axi *axi = data; in bt1_axi_clear_data()
92 static struct bt1_axi *bt1_axi_create_data(struct platform_device *pdev) in bt1_axi_create_data()
95 struct bt1_axi *axi; in bt1_axi_create_data()
115 static int bt1_axi_request_regs(struct bt1_axi *axi) in bt1_axi_request_regs()
133 static int bt1_axi_request_rst(struct bt1_axi *axi) in bt1_axi_request_rst()
152 struct bt1_axi *axi = data; in bt1_axi_disable_clk()
157 static int bt1_axi_request_clk(struct bt1_axi *axi) in bt1_axi_request_clk()
180 static int bt1_axi_request_irq(struct bt1_axi *axi) in bt1_axi_request_irq()
200 struct bt1_axi *axi = dev_get_drvdata(dev); in count_show()
216 struct bt1_axi *axi = dev_get_drvdata(dev); in inject_error_store()
243 struct bt1_axi *axi = data; in bt1_axi_remove_sysfs()
248 static int bt1_axi_init_sysfs(struct bt1_axi *axi) in bt1_axi_init_sysfs()
267 struct bt1_axi *axi; in bt1_axi_probe()