Home
last modified time | relevance | path

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

/optee_os/core/drivers/regulator/
H A Dstm32mp13_regulator_iod.c52 static struct iod_regul iod_regulator_priv[IOD_REGU_COUNT] = {
71 static struct regulator *iod_regulator[IOD_REGU_COUNT];
75 assert(index >= IOD_SDMMC1 && index < IOD_REGU_COUNT); in stm32mp1_get_iod_regulator()
230 assert(index >= 0 && index < IOD_REGU_COUNT); in iod_supplied_init()
261 static struct regu_dt_desc iod_regul_desc[IOD_REGU_COUNT] = {
277 for (i = 0; i < IOD_REGU_COUNT; i++) in iod_regulator_probe()
281 if (i == IOD_REGU_COUNT) { in iod_regulator_probe()
/optee_os/core/include/drivers/
H A Dstm32mp13_regulator_iod.h14 IOD_REGU_COUNT enumerator