Searched refs:tps_lock (Results 1 – 3 of 3) sorted by relevance
105 mutex_lock(&tps->tps_lock); in tps65218_update_bits()109 mutex_unlock(&tps->tps_lock); in tps65218_update_bits()245 mutex_init(&tps->tps_lock); in tps65218_probe()
241 int *tps_lock) in mxl1x1sf_demod_get_tps_lock_status() argument247 *tps_lock = (val & V6_PARAM_TPS_LOCK_MASK) >> 6; in mxl1x1sf_demod_get_tps_lock_status()
264 struct mutex tps_lock; /* lock guarding the data structure */ member