Lines Matching refs:tuners
71 struct od_dbs_tuners *od_tuners = dbs_data->tuners;
117 struct od_dbs_tuners *od_tuners = dbs_data->tuners;
139 struct od_dbs_tuners *od_tuners = dbs_data->tuners;
295 struct od_dbs_tuners *od_tuners = dbs_data->tuners;
356 struct od_dbs_tuners *tuners;
360 tuners = kzalloc(sizeof(*tuners), GFP_KERNEL);
361 if (!tuners)
376 tuners->powersave_bias = default_powersave_bias;
379 dbs_data->tuners = tuners;
385 kfree(dbs_data->tuners);
442 od_tuners = dbs_data->tuners;