Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_gpio.c1488 } *loc_conf = NULL; in stm32_pinctrl_dt_get() local
1508 loc_conf = calloc(1, sizeof(*loc_conf) + sizeof(*pinctrl) * pin_count); in stm32_pinctrl_dt_get()
1509 if (!loc_conf) in stm32_pinctrl_dt_get()
1512 pinconf = &loc_conf->pinconf; in stm32_pinctrl_dt_get()
1514 pinconf->priv = &loc_conf->array_ref; in stm32_pinctrl_dt_get()
1516 loc_conf->array_ref.count = pin_count; in stm32_pinctrl_dt_get()
1517 pinctrl = loc_conf->array_ref.pinctrl; in stm32_pinctrl_dt_get()