Searched refs:ctx_data (Results 1 – 5 of 5) sorted by relevance
270 if (pd->pipe_used == 0 && pd->pipe_ctx.ctx_data == NULL) in pio_unlink()291 if (pd->pipe_ctx.ctx_data == NULL || in pio_unlink()293 pd->pipe_ctx.ctx_data)) == 0) { in pio_unlink()300 if (pd->pipe_ctx.ctx_data != NULL) { in pio_unlink()301 mdb_context_destroy(pd->pipe_ctx.ctx_data); in pio_unlink()302 pd->pipe_ctx.ctx_data = NULL; in pio_unlink()
72 void *ctx_data; /* Pointer to client data */ member
841 if (ctx->ctx_data != NULL) in rdsvc()845 else if ((ctx->ctx_data = mdb_context_create(runsvc)) != NULL) in rdsvc()846 mdb_context_switch(ctx->ctx_data); in rdsvc()
157 REG_WR(pdev, context.ctx_data, val); in lm_ctx_wr()214 REG_RD(pdev, context.ctx_data, &val); in lm_ctx_rd()
5225 u32_t ctx_data; member