Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/devicetree/bindings/media/
Dti,da850-vpif.txt12 - compatible: must be "ti,da850-vpif"
28 vpif: vpif@217000 {
29 compatible = "ti,da850-vpif";
96 vpif: vpif@217000 {
97 compatible = "ti,da850-vpif";
/Linux-v6.6/drivers/media/platform/ti/davinci/
DMakefile7 obj-$(CONFIG_VIDEO_DAVINCI_VPIF_DISPLAY) += vpif.o vpif_display.o
9 obj-$(CONFIG_VIDEO_DAVINCI_VPIF_CAPTURE) += vpif.o vpif_capture.o
DKconfig17 be two modules called vpif.ko and vpif_display.ko
33 be two modules called vpif.ko and vpif_capture.ko
Dvpif_capture.c170 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()
195 ret = vpif_set_video_params(vpif, ch->channel_id); in vpif_start_streaming()
Dvpif_display.c170 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()
/Linux-v6.6/arch/arm/boot/dts/ti/davinci/
Dda850-evm.dts47 * The vpif and the LCD are mutually exclusive.
49 * then change the status of the vpif below to 'okay'
457 &vpif {
461 * The vpif and the LCD are mutually exclusive.
Dda850.dtsi345 vpif_capture_pins: vpif-capture-pins {
355 vpif_display_pins: vpif-display-pins {
545 vpif: video@217000 { label
546 compatible = "ti,da850-vpif";
Dda850-lcdk.dts416 &vpif {
/Linux-v6.6/drivers/clk/davinci/
Dpsc-da850.c114 LPSC(9, 0, vpif, pll0_sysclk2, vpif_clkdev, 0),