Lines Matching refs:tuners
71 struct od_dbs_tuners *od_tuners = dbs_data->tuners;
119 struct od_dbs_tuners *od_tuners = dbs_data->tuners;
141 struct od_dbs_tuners *od_tuners = dbs_data->tuners;
297 struct od_dbs_tuners *od_tuners = dbs_data->tuners;
359 struct od_dbs_tuners *tuners;
363 tuners = kzalloc(sizeof(*tuners), GFP_KERNEL);
364 if (!tuners)
379 tuners->powersave_bias = default_powersave_bias;
382 dbs_data->tuners = tuners;
388 kfree(dbs_data->tuners);
448 od_tuners = dbs_data->tuners;