Lines Matching defs:rpc
15 #include <memory/renesas-rpc-if.h>
23 struct rpcif *rpc = spi_controller_get_devdata(spi_dev->controller);
61 rpcif_prepare(rpc, &rpc_op, offs, len);
81 struct rpcif *rpc =
89 return rpcif_dirmap_read(rpc, offs, len, buf);
94 struct rpcif *rpc =
103 if (!rpc->dirmap && desc->info.op_tmpl.data.dir == SPI_MEM_DATA_IN)
115 struct rpcif *rpc =
120 return rpcif_manual_xfer(rpc);
134 struct rpcif *rpc;
137 ctlr = devm_spi_alloc_master(&pdev->dev, sizeof(*rpc));
141 rpc = spi_controller_get_devdata(ctlr);
142 error = rpcif_sw_init(rpc, parent);
150 rpcif_enable_rpm(rpc);
159 rpcif_hw_init(rpc, false);
164 rpcif_disable_rpm(rpc);
173 struct rpcif *rpc = spi_controller_get_devdata(ctlr);
176 rpcif_disable_rpm(rpc);
206 .name = "rpc-if-spi",