Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
Dvsp1.h111 int vsp1_reset_wpf(struct vsp1_device *vsp1, unsigned int index);
Dvsp1_drv.c483 int vsp1_reset_wpf(struct vsp1_device *vsp1, unsigned int index) in vsp1_reset_wpf() function
516 ret = vsp1_reset_wpf(vsp1, i); in vsp1_device_init()
Dvsp1_pipe.c324 ret = vsp1_reset_wpf(vsp1, pipe->output->entity.index); in vsp1_pipeline_stop()