Lines Matching defs:osd_depth
48 static int osd_depth;58 module_param(osd_depth, int, 0444);85 MODULE_PARM_DESC(osd_depth,970 if (osd_depth != 8 && osd_depth != 16 && osd_depth != 32)971 osd_depth = 8;972 oi->bits_per_pixel = osd_depth;981 if (osd_depth == 8)983 else if (osd_depth == 16)