Home
last modified time | relevance | path

Searched refs:tpg_alloc (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-tpg.h197 int tpg_alloc(struct tpg_data *tpg, unsigned max_w);
Dvivid-core.c844 if (tpg_alloc(&dev->tpg, MAX_ZOOM * MAX_WIDTH)) in vivid_create_instance()
Dvivid-tpg.c118 int tpg_alloc(struct tpg_data *tpg, unsigned max_w) in tpg_alloc() function