Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/regulator/
Dmax77650-regulator.c329 struct max77650_regulator_desc **rdescs; in max77650_regulator_probe() local
344 rdescs = devm_kcalloc(dev, MAX77650_REGULATOR_NUM_REGULATORS, in max77650_regulator_probe()
345 sizeof(*rdescs), GFP_KERNEL); in max77650_regulator_probe()
346 if (!rdescs) in max77650_regulator_probe()
357 rdescs[MAX77650_REGULATOR_ID_LDO] = &max77650_LDO_desc; in max77650_regulator_probe()
358 rdescs[MAX77650_REGULATOR_ID_SBB0] = &max77650_SBB0_desc; in max77650_regulator_probe()
363 rdescs[MAX77650_REGULATOR_ID_SBB1] = &max77650_SBB1_desc; in max77650_regulator_probe()
364 rdescs[MAX77650_REGULATOR_ID_SBB2] = &max77650_SBB2_desc; in max77650_regulator_probe()
368 rdescs[MAX77650_REGULATOR_ID_SBB1] = &max77651_SBB1_desc; in max77650_regulator_probe()
369 rdescs[MAX77650_REGULATOR_ID_SBB2] = &max77651_SBB2_desc; in max77650_regulator_probe()
[all …]
/linux-6.1.9/drivers/crypto/inside-secure/
Dsafexcel_cipher.c72 unsigned int rdescs; member
623 if (unlikely(!sreq->rdescs)) in safexcel_handle_req_result()
626 while (sreq->rdescs--) { in safexcel_handle_req_result()
926 if (unlikely(!sreq->rdescs)) in safexcel_handle_inv_result()
929 while (sreq->rdescs--) { in safexcel_handle_inv_result()
1064 sreq->rdescs = *results; in safexcel_skcipher_send()
1087 sreq->rdescs = *results; in safexcel_aead_send()