Lines Matching refs:params
34 void *params) in ch7006_encoder_set_config() argument
38 priv->params = *(struct ch7006_encoder_params *)params; in ch7006_encoder_set_config()
119 struct ch7006_encoder_params *params = &priv->params; in ch7006_encoder_mode_set() local
131 params->input_format); in ch7006_encoder_mode_set()
134 | bitf(CH7006_CLKMODE_XCM, params->xcm) in ch7006_encoder_mode_set()
135 | bitf(CH7006_CLKMODE_PCM, params->pcm); in ch7006_encoder_mode_set()
136 if (params->clock_mode) in ch7006_encoder_mode_set()
138 if (params->clock_edge) in ch7006_encoder_mode_set()
146 if (params->sync_direction) in ch7006_encoder_mode_set()
148 if (params->sync_encoding) in ch7006_encoder_mode_set()
159 if (params->pout_level) in ch7006_encoder_mode_set()
163 if (params->active_detect) in ch7006_encoder_mode_set()