Home
last modified time | relevance | path

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

/freebsd/sys/dev/regulator/
H A Dregulator_fixed.c63 static struct mtx gpio_list_mtx; variable
64 MTX_SYSINIT(gpio_list_lock, &gpio_list_mtx, "Regulator GPIO lock", MTX_DEF);
112 mtx_lock(&gpio_list_mtx); in regnode_get_gpio_entry()
118 mtx_unlock(&gpio_list_mtx); in regnode_get_gpio_entry()
128 mtx_unlock(&gpio_list_mtx); in regnode_get_gpio_entry()
137 mtx_unlock(&gpio_list_mtx); in regnode_get_gpio_entry()