···171171 struct tuner_range *ranges;172172};173173174174+/**175175+ * struct tunertype - describes the known tuners.176176+ *177177+ * @name: string with the tuner's name.178178+ * @count: size of &struct tuner_params array.179179+ * @params: pointer to &struct tuner_params array.180180+ *181181+ * @min: minimal tuner frequency, in 62.5 kHz step.182182+ * should be multiplied to 16 to convert to MHz.183183+ * @max: minimal tuner frequency, in 62.5 kHz step.184184+ * Should be multiplied to 16 to convert to MHz.185185+ * @stepsize: frequency step, in Hz.186186+ * @initdata: optional byte sequence to initialize the tuner.187187+ * @sleepdata: optional byte sequence to power down the tuner.188188+ */174189struct tunertype {175190 char *name;176191 unsigned int count;