Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-tpg.h191 int tpg_alloc(struct tpg_data *tpg, unsigned max_w);
Dvivid-core.c833 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