Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/pci/cx88/
Dcx88-core.c682 int cx88_set_scale(struct cx88_core *core, unsigned int width, in cx88_set_scale() function
750 EXPORT_SYMBOL(cx88_set_scale);
1001 cx88_set_scale(core, 320, 240, V4L2_FIELD_INTERLACED); in cx88_set_tvnorm()
Dcx88.h639 int cx88_set_scale(struct cx88_core *core, unsigned int width,
Dcx88-blackbird.c883 cx88_set_scale(core, f->fmt.pix.width, f->fmt.pix.height, in vidioc_s_fmt_vid_cap()
907 cx88_set_scale(core, core->width, core->height, core->field); in vidioc_s_frequency()
Dcx88-video.c358 cx88_set_scale(core, core->width, core->height, core->field); in start_video_dma()