Searched refs:vpif (Results 1 – 8 of 8) 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 | 23 #include "vpif.h" 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() 184 vpif_dbg(1, debug, "can't set vpif channel mode\n"); in vpif_start_streaming() 196 ret = vpif_set_video_params(vpif, ch->channel_id); in vpif_start_streaming() 336 * set the buffer address in the vpif register for capture. 359 * vpif_channel_isr : ISR handler for vpif capture 621 * vpif_config_addr() - function to configure buffer address in vpif 709 /* first setup input path from sub device to vpif */ in vpif_set_input() 733 /* copy interface parameters to vpif */ in vpif_set_input() [all...] |
/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 | 53 LPSC_CLKDEV1(vpif_clkdev, NULL, "vpif"); 114 LPSC(9, 0, vpif, pll0_sysclk2, vpif_clkdev, 0),
|