Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/xilinx/
Dxilinx-vip.c26 static const struct xvip_video_format xvip_video_formats[] = {
53 const struct xvip_video_format *xvip_get_format_by_code(unsigned int code) in xvip_get_format_by_code()
58 const struct xvip_video_format *format = &xvip_video_formats[i]; in xvip_get_format_by_code()
76 const struct xvip_video_format *xvip_get_format_by_fourcc(u32 fourcc) in xvip_get_format_by_fourcc()
81 const struct xvip_video_format *format = &xvip_video_formats[i]; in xvip_get_format_by_fourcc()
102 const struct xvip_video_format *xvip_of_get_format(struct device_node *node) in xvip_of_get_format()
122 const struct xvip_video_format *format = &xvip_video_formats[i]; in xvip_of_get_format()
Dxilinx-vip.h113 struct xvip_video_format { struct
122 const struct xvip_video_format *xvip_get_format_by_code(unsigned int code); argument
123 const struct xvip_video_format *xvip_get_format_by_fourcc(u32 fourcc);
124 const struct xvip_video_format *xvip_of_get_format(struct device_node *node);
Dxilinx-dma.h26 struct xvip_video_format;
84 const struct xvip_video_format *fmtinfo;
Dxilinx-dma.c537 const struct xvip_video_format **fmtinfo) in __xvip_dma_try_format()
539 const struct xvip_video_format *info; in __xvip_dma_try_format()
601 const struct xvip_video_format *info; in xvip_dma_set_format()
Dxilinx-tpg.c97 const struct xvip_video_format *vip_format;
722 const struct xvip_video_format *format; in xtpg_parse_of()