Lines Matching defs:rpdev
268 struct rpmsg_device *rpdev;
456 struct device *rdev = &fl->cctx->rpdev->dev;
1128 ret = rpmsg_send(cctx->rpdev->ept, (void *)msg, sizeof(*msg));
1149 if (!fl->cctx->rpdev)
1226 dev_err(&fl->cctx->rpdev->dev, "Error: Untrusted application trying to offload to signed PD");
1585 dev_err(&cctx->rpdev->dev, "No session available\n");
1734 dev_info(&cctx->rpdev->dev,
1739 dev_err(&cctx->rpdev->dev, "Error: dsp information is incorrect err: %d\n", err);
1764 dev_err(&fl->cctx->rpdev->dev, "Error: Invalid domain id:%d, err:%d\n",
1771 dev_err(&fl->cctx->rpdev->dev, "Error: modem not supported %d\n", err);
1776 dev_err(&fl->cctx->rpdev->dev, "Error: invalid attribute: %d, err: %d\n",
2250 static int fastrpc_rpmsg_probe(struct rpmsg_device *rpdev)
2252 struct device *rdev = &rpdev->dev;
2331 dev_set_drvdata(&rpdev->dev, data);
2339 data->rpdev = rpdev;
2370 static void fastrpc_rpmsg_remove(struct rpmsg_device *rpdev)
2372 struct fastrpc_channel_ctx *cctx = dev_get_drvdata(&rpdev->dev);
2379 cctx->rpdev = NULL;
2396 of_platform_depopulate(&rpdev->dev);
2401 static int fastrpc_rpmsg_callback(struct rpmsg_device *rpdev, void *data,
2404 struct fastrpc_channel_ctx *cctx = dev_get_drvdata(&rpdev->dev);
2420 dev_err(&rpdev->dev, "No context ID matches response\n");