Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Dtas2781-i2c.c1281 unsigned int nctrls; in tasdevice_create_cali_ctrls() local
1297 nctrls = ARRAY_SIZE(tas2781_cali_controls); in tasdevice_create_cali_ctrls()
1316 nctrls = ARRAY_SIZE(tas2563_cali_controls); in tasdevice_create_cali_ctrls()
1326 rc = snd_soc_add_component_controls(priv->codec, cali_ctrls, nctrls); in tasdevice_create_cali_ctrls()
1336 nctrls = 2; in tasdevice_create_cali_ctrls()
1338 nctrls = 1; in tasdevice_create_cali_ctrls()
1344 cali_ctrls = devm_kcalloc(priv->dev, nctrls, in tasdevice_create_cali_ctrls()
1422 nctrls < i ? nctrls : i); in tasdevice_create_cali_ctrls()
/linux-6.15/drivers/staging/media/rkvdec/
H A Drkvdec.c781 unsigned int i, nctrls = 0; in rkvdec_init_ctrls() local
785 nctrls += rkvdec_coded_fmts[i].ctrls->num_ctrls; in rkvdec_init_ctrls()
787 v4l2_ctrl_handler_init(&ctx->ctrl_hdl, nctrls); in rkvdec_init_ctrls()