Lines Matching refs:tuners
70 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in generic_powersave_bias_target()
118 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in dbs_freq_increase()
140 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in od_update()
296 struct od_dbs_tuners *od_tuners = dbs_data->tuners; in powersave_bias_store()
358 struct od_dbs_tuners *tuners; in od_init() local
362 tuners = kzalloc(sizeof(*tuners), GFP_KERNEL); in od_init()
363 if (!tuners) in od_init()
378 tuners->powersave_bias = default_powersave_bias; in od_init()
381 dbs_data->tuners = tuners; in od_init()
387 kfree(dbs_data->tuners); in od_exit()
447 od_tuners = dbs_data->tuners; in od_set_powersave_bias()