Searched refs:tpg_alloc (Results 1 – 5 of 5) sorted by relevance
419 ret = tpg_alloc(&vsensor->tpg, VIMC_FRAME_MAX_WIDTH); in vimc_sensor_add()
237 int tpg_alloc(struct tpg_data *tpg, unsigned max_w);
93 ret = tpg_alloc(&ctx->tpg, width); in visl_tpg_init()
112 int tpg_alloc(struct tpg_data *tpg, unsigned max_w) in tpg_alloc() function152 EXPORT_SYMBOL_GPL(tpg_alloc);
1780 if (tpg_alloc(&dev->tpg, array_size(MAX_WIDTH, MAX_ZOOM))) in vivid_create_instance()