Searched refs:hsit (Results 1 – 1 of 1) sorted by relevance
73 mutex_lock(&hsit->entity.lock); in hsit_set_format()110 mutex_unlock(&hsit->entity.lock); in hsit_set_format()137 if (hsit->inverse) in hsit_configure_stream()153 struct vsp1_hsit *hsit; in vsp1_hsit_create() local156 hsit = devm_kzalloc(vsp1->dev, sizeof(*hsit), GFP_KERNEL); in vsp1_hsit_create()157 if (hsit == NULL) in vsp1_hsit_create()160 hsit->inverse = inverse; in vsp1_hsit_create()162 hsit->entity.ops = &hsit_entity_ops; in vsp1_hsit_create()165 hsit->entity.type = VSP1_ENTITY_HSI; in vsp1_hsit_create()167 hsit->entity.type = VSP1_ENTITY_HST; in vsp1_hsit_create()[all …]