oproc              58 drivers/remoteproc/omap_remoteproc.c 	struct omap_rproc *oproc = container_of(client, struct omap_rproc,
oproc              60 drivers/remoteproc/omap_remoteproc.c 	struct device *dev = oproc->rproc->dev.parent;
oproc              61 drivers/remoteproc/omap_remoteproc.c 	const char *name = oproc->rproc->name;
oproc              76 drivers/remoteproc/omap_remoteproc.c 		if (rproc_vq_interrupt(oproc->rproc, msg) == IRQ_NONE)
oproc              84 drivers/remoteproc/omap_remoteproc.c 	struct omap_rproc *oproc = rproc->priv;
oproc              89 drivers/remoteproc/omap_remoteproc.c 	ret = mbox_send_message(oproc->mbox, (void *)vqid);
oproc             104 drivers/remoteproc/omap_remoteproc.c 	struct omap_rproc *oproc = rproc->priv;
oproc             109 drivers/remoteproc/omap_remoteproc.c 	struct mbox_client *client = &oproc->client;
oproc             120 drivers/remoteproc/omap_remoteproc.c 	oproc->mbox = omap_mbox_request_channel(client, pdata->mbox_name);
oproc             121 drivers/remoteproc/omap_remoteproc.c 	if (IS_ERR(oproc->mbox)) {
oproc             124 drivers/remoteproc/omap_remoteproc.c 			PTR_ERR(oproc->mbox));
oproc             135 drivers/remoteproc/omap_remoteproc.c 	ret = mbox_send_message(oproc->mbox, (void *)RP_MBOX_ECHO_REQUEST);
oproc             150 drivers/remoteproc/omap_remoteproc.c 	mbox_free_channel(oproc->mbox);
oproc             160 drivers/remoteproc/omap_remoteproc.c 	struct omap_rproc *oproc = rproc->priv;
oproc             167 drivers/remoteproc/omap_remoteproc.c 	mbox_free_channel(oproc->mbox);
oproc             181 drivers/remoteproc/omap_remoteproc.c 	struct omap_rproc *oproc;
oproc             192 drivers/remoteproc/omap_remoteproc.c 			    pdata->firmware, sizeof(*oproc));
oproc             196 drivers/remoteproc/omap_remoteproc.c 	oproc = rproc->priv;
oproc             197 drivers/remoteproc/omap_remoteproc.c 	oproc->rproc = rproc;
oproc             911 drivers/video/fbdev/matrox/matroxfb_base.c 				struct matrox_altout *oproc;
oproc             919 drivers/video/fbdev/matrox/matroxfb_base.c 				oproc = minfo->outputs[mom.output].output;
oproc             920 drivers/video/fbdev/matrox/matroxfb_base.c 				if (!oproc) {
oproc             922 drivers/video/fbdev/matrox/matroxfb_base.c 				} else if (!oproc->verifymode) {
oproc             929 drivers/video/fbdev/matrox/matroxfb_base.c 					val = oproc->verifymode(minfo->outputs[mom.output].data, mom.mode);
oproc             961 drivers/video/fbdev/matrox/matroxfb_base.c 				struct matrox_altout *oproc;
oproc             969 drivers/video/fbdev/matrox/matroxfb_base.c 				oproc = minfo->outputs[mom.output].output;
oproc             970 drivers/video/fbdev/matrox/matroxfb_base.c 				if (!oproc) {