Searched refs:axi_ops (Results 1 – 5 of 5) sorted by relevance
14 struct axi_ops *ops = axi_get_ops(dev); in axi_read()25 struct axi_ops *ops = axi_get_ops(dev); in axi_write()
67 static const struct axi_ops axi_sandbox_ops = {
275 static const struct axi_ops ihs_axi_ops = {
24 struct axi_ops { struct52 #define axi_get_ops(dev) ((struct axi_ops *)(dev)->driver->ops) argument
43 static struct axi_ops sandbox_adder_ops = {
Completed in 4 milliseconds