Home
last modified time | relevance | path

Searched refs:nctrls (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/sound/soc/codecs/
Dtas2781-i2c.c1211 unsigned int nctrls; in tasdevice_create_cali_ctrls() local
1225 nctrls = ARRAY_SIZE(tas2781_cali_controls); in tasdevice_create_cali_ctrls()
1235 nctrls = ARRAY_SIZE(tas2563_cali_controls); in tasdevice_create_cali_ctrls()
1245 rc = snd_soc_add_component_controls(priv->codec, cali_ctrls, nctrls); in tasdevice_create_cali_ctrls()
1255 nctrls = 2; in tasdevice_create_cali_ctrls()
1257 nctrls = 1; in tasdevice_create_cali_ctrls()
1263 cali_ctrls = devm_kcalloc(priv->dev, nctrls, in tasdevice_create_cali_ctrls()
1343 nctrls < i ? nctrls : i); in tasdevice_create_cali_ctrls()
/linux-6.12.1/drivers/staging/media/rkvdec/
Drkvdec.c783 unsigned int i, nctrls = 0; in rkvdec_init_ctrls() local
787 nctrls += rkvdec_coded_fmts[i].ctrls->num_ctrls; in rkvdec_init_ctrls()
789 v4l2_ctrl_handler_init(&ctx->ctrl_hdl, nctrls); in rkvdec_init_ctrls()