Searched refs:sdo_format (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/platform/s5p-tv/
H A Dsdo_drv.c36 struct sdo_format { struct
67 const struct sdo_format *fmt;
119 static const struct sdo_format sdo_format[] = { variable in typeref:struct:sdo_format
129 static const struct sdo_format *sdo_find_format(v4l2_std_id id) sdo_find_format()
132 for (i = 0; i < ARRAY_SIZE(sdo_format); ++i) sdo_find_format()
133 if (sdo_format[i].id & id) sdo_find_format()
134 return &sdo_format[i]; sdo_find_format()
149 const struct sdo_format *fmt; sdo_s_std_output()

Completed in 28 milliseconds