Searched refs:vpif (Results 1 – 9 of 9) sorted by relevance
/linux/Documentation/devicetree/bindings/media/ |
H A D | ti,da850-vpif.txt | 12 - 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/drivers/media/platform/ti/davinci/ |
H A D | Makefile | 7 obj-$(CONFIG_VIDEO_DAVINCI_VPIF_DISPLAY) += vpif.o vpif_display.o 9 obj-$(CONFIG_VIDEO_DAVINCI_VPIF_CAPTURE) += vpif.o vpif_capture.o
|
H A D | Kconfig | 17 be two modules called vpif.ko and vpif_display.ko 33 be two modules called vpif.ko and vpif_capture.ko
|
H A D | vpif_capture.c | 171 struct vpif_params *vpif = &ch->vpifparams; in vpif_start_streaming() local 182 setup_input_channel_mode(vpif->std_info.ycmux_mode); in vpif_start_streaming() 196 ret = vpif_set_video_params(vpif, ch->channel_id); in vpif_start_streaming()
|
H A D | vpif_display.c | 171 struct vpif_params *vpif = &ch->vpifparams; in vpif_start_streaming() local 192 ret = vpif_set_video_params(vpif, ch->channel_id + 2); in vpif_start_streaming()
|
/linux/arch/arm/boot/dts/ti/davinci/ |
H A D | da850-evm.dts | 47 * 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.
|
H A D | da850.dtsi | 345 vpif_capture_pins: vpif-capture-pins { 355 vpif_display_pins: vpif-display-pins { 545 vpif: video@217000 { label 546 compatible = "ti,da850-vpif";
|
H A D | da850-lcdk.dts | 416 &vpif {
|
/linux/drivers/clk/davinci/ |
H A D | psc-da850.c | 114 LPSC(9, 0, vpif, pll0_sysclk2, vpif_clkdev, 0),
|