Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_hsit.c73 mutex_lock(&hsit->entity.lock); in hsit_set_format()
112 mutex_unlock(&hsit->entity.lock); in hsit_set_format()
139 if (hsit->inverse) in hsit_configure_stream()
155 struct vsp1_hsit *hsit; in vsp1_hsit_create() local
158 hsit = devm_kzalloc(vsp1->dev, sizeof(*hsit), GFP_KERNEL); in vsp1_hsit_create()
159 if (hsit == NULL) in vsp1_hsit_create()
162 hsit->inverse = inverse; in vsp1_hsit_create()
164 hsit->entity.ops = &hsit_entity_ops; in vsp1_hsit_create()
167 hsit->entity.type = VSP1_ENTITY_HSI; in vsp1_hsit_create()
169 hsit->entity.type = VSP1_ENTITY_HST; in vsp1_hsit_create()
[all …]