Home
last modified time | relevance | path

Searched refs:VSP1_HAS_WPF_VFLIP (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1_drv.c654 | VSP1_HAS_WPF_VFLIP,
664 .features = VSP1_HAS_BRU | VSP1_HAS_SRU | VSP1_HAS_WPF_VFLIP,
687 | VSP1_HAS_WPF_VFLIP,
698 | VSP1_HAS_SRU | VSP1_HAS_WPF_VFLIP,
721 | VSP1_HAS_WPF_VFLIP,
730 .features = VSP1_HAS_BRU | VSP1_HAS_WPF_VFLIP,
740 | VSP1_HAS_LUT | VSP1_HAS_WPF_VFLIP,
749 .features = VSP1_HAS_BRS | VSP1_HAS_WPF_VFLIP,
757 .features = VSP1_HAS_BRU | VSP1_HAS_WPF_VFLIP | VSP1_HAS_EXT_DL,
Dvsp1.h51 #define VSP1_HAS_WPF_VFLIP (1 << 5) macro
Dvsp1_wpf.c150 } else if (vsp1_feature(vsp1, VSP1_HAS_WPF_VFLIP)) { in wpf_init_controls()