Home
last modified time | relevance | path

Searched refs:xvip_video_format (Results 1 – 5 of 5) sorted by relevance

/drivers/media/platform/xilinx/
Dxilinx-vip.c29 static const struct xvip_video_format xvip_video_formats[] = {
56 const struct xvip_video_format *xvip_get_format_by_code(unsigned int code) in xvip_get_format_by_code()
61 const struct xvip_video_format *format = &xvip_video_formats[i]; in xvip_get_format_by_code()
79 const struct xvip_video_format *xvip_get_format_by_fourcc(u32 fourcc) in xvip_get_format_by_fourcc()
84 const struct xvip_video_format *format = &xvip_video_formats[i]; in xvip_get_format_by_fourcc()
105 const struct xvip_video_format *xvip_of_get_format(struct device_node *node) in xvip_of_get_format()
125 const struct xvip_video_format *format = &xvip_video_formats[i]; in xvip_of_get_format()
Dxilinx-vip.h116 struct xvip_video_format { struct
126 const struct xvip_video_format *xvip_get_format_by_code(unsigned int code); argument
127 const struct xvip_video_format *xvip_get_format_by_fourcc(u32 fourcc);
128 const struct xvip_video_format *xvip_of_get_format(struct device_node *node);
Dxilinx-dma.h29 struct xvip_video_format;
87 const struct xvip_video_format *fmtinfo;
Dxilinx-dma.c547 const struct xvip_video_format **fmtinfo) in __xvip_dma_try_format()
549 const struct xvip_video_format *info; in __xvip_dma_try_format()
611 const struct xvip_video_format *info; in xvip_dma_set_format()
Dxilinx-tpg.c100 const struct xvip_video_format *vip_format;
725 const struct xvip_video_format *format; in xtpg_parse_of()