Searched refs:pgood_pin (Results 1 – 1 of 1) sorted by relevance
206 struct gpio_dt_spec pgood_pin; member393 if (config->pgood_pin.port != NULL) { in regulator_cp9314_enable()394 ret = gpio_pin_get_dt(&config->pgood_pin); in regulator_cp9314_enable()550 if (config->pgood_pin.port != NULL) { in regulator_cp9314_init()551 if (!gpio_is_ready_dt(&config->pgood_pin)) { in regulator_cp9314_init()555 ret = gpio_pin_configure_dt(&config->pgood_pin, GPIO_INPUT); in regulator_cp9314_init()702 .pgood_pin = GPIO_DT_SPEC_INST_GET_OR(inst, cirrus_pgood_gpios, {}), \