Searched refs:vpif (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/davinci/ |
H A D | psc-da850.c | 53 LPSC_CLKDEV1(vpif_clkdev, NULL, "vpif"); 114 LPSC(9, 0, vpif, pll0_sysclk2, vpif_clkdev, 0),
|
/kernel/linux/linux-6.6/drivers/clk/davinci/ |
H A D | psc-da850.c | 53 LPSC_CLKDEV1(vpif_clkdev, NULL, "vpif"); 114 LPSC(9, 0, vpif, pll0_sysclk2, vpif_clkdev, 0),
|
/kernel/linux/linux-5.10/drivers/media/platform/davinci/ |
H A D | vpif_display.c | 2 * vpif-display - VPIF display driver 25 #include "vpif.h" 170 struct vpif_params *vpif = &ch->vpifparams; in vpif_start_streaming() local 191 ret = vpif_set_video_params(vpif, ch->channel_id + 2); in vpif_start_streaming() 1046 /* vpif display ioctl operations */ 1265 v4l2_err(vpif_dev->driver, "Error initializing vpif\n"); in vpif_probe()
|
H A D | vpif_capture.c | 23 #include "vpif.h" 170 struct vpif_params *vpif = &ch->vpifparams; in vpif_start_streaming() local 181 setup_input_channel_mode(vpif->std_info.ycmux_mode); in vpif_start_streaming() 183 vpif_dbg(1, debug, "can't set vpif channel mode\n"); in vpif_start_streaming() 195 ret = vpif_set_video_params(vpif, ch->channel_id); in vpif_start_streaming() 337 * set the buffer address in the vpif register for capture. 360 * vpif_channel_isr : ISR handler for vpif capture 623 * @iface: ptr to vpif interface 633 * vpif_config_addr() - function to configure buffer address in vpif 721 /* first setup input path from sub device to vpif */ in vpif_set_input() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/ti/davinci/ |
H A D | vpif_display.c | 2 * vpif-display - VPIF display driver 25 #include "vpif.h" 170 struct vpif_params *vpif = &ch->vpifparams; in vpif_start_streaming() local 191 ret = vpif_set_video_params(vpif, ch->channel_id + 2); in vpif_start_streaming() 1044 /* vpif display ioctl operations */ 1235 v4l2_err(vpif_dev->driver, "Error initializing vpif\n"); in vpif_probe()
|
H A D | vpif_capture.c | 23 #include "vpif.h" 170 struct vpif_params *vpif = &ch->vpifparams; in vpif_start_streaming() local 181 setup_input_channel_mode(vpif->std_info.ycmux_mode); in vpif_start_streaming() 183 vpif_dbg(1, debug, "can't set vpif channel mode\n"); in vpif_start_streaming() 195 ret = vpif_set_video_params(vpif, ch->channel_id); in vpif_start_streaming() 337 * set the buffer address in the vpif register for capture. 360 * vpif_channel_isr : ISR handler for vpif capture 622 * vpif_config_addr() - function to configure buffer address in vpif 710 /* first setup input path from sub device to vpif */ in vpif_set_input() 734 /* copy interface parameters to vpif */ in vpif_set_input() [all...] |
Completed in 8 milliseconds