Lines Matching defs:base
122 pm_runtime_put(context->client->base.dev);
171 struct host1x_client *client = &context->client->base;
254 * Gather buffer base address must be 4-bytes aligned,
324 err = host1x_job_pin(job, context->client->base.dev);
434 err = pm_runtime_resume_and_get(client->base.dev);
440 pm_runtime_put(client->base.dev);
447 pm_runtime_put(client->base.dev);
474 if (client->base.class == args->client) {
531 if (args->index >= context->client->base.num_syncpts) {
536 syncpt = context->client->base.syncpts[args->index];
573 struct host1x_syncpt_base *base;
585 if (args->syncpt >= context->client->base.num_syncpts) {
590 syncpt = context->client->base.syncpts[args->syncpt];
592 base = host1x_syncpt_get_base(syncpt);
593 if (!base) {
598 args->id = host1x_syncpt_base_id(base);
840 fb->base.id, fb->width, fb->height,
913 client->shared_channel = host1x_channel_request(&client->base);