regulator_ena_gpio_list 51 drivers/regulator/core.c static LIST_HEAD(regulator_ena_gpio_list); regulator_ena_gpio_list 2225 drivers/regulator/core.c list_for_each_entry(pin, ®ulator_ena_gpio_list, list) { regulator_ena_gpio_list 2237 drivers/regulator/core.c list_add(&pin->list, ®ulator_ena_gpio_list); regulator_ena_gpio_list 2253 drivers/regulator/core.c list_for_each_entry_safe(pin, n, ®ulator_ena_gpio_list, list) {