Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/extres/regulator/
HDregulator_fixed.c165 rv = GPIO_PIN_SET(pin->dev, pin->pin, sc->param->enable_active_high); in regnode_fixed_init()
214 if (!sc->param->enable_active_high) in regnode_fixed_enable()
252 sc->param->enable_active_high ? false: true); in regnode_fixed_stop()
280 if (!sc->param->enable_active_high ^ (val != 0)) in regnode_fixed_status()
HDregulator.h58 int enable_active_high; member
HDregulator.c1189 par->enable_active_high = 1; in regulator_parse_ofw_stdparam()
/freebsd-14-stable/sys/dev/gpio/
HDgpioregulator.c111 if (!sc->param->enable_active_high) in gpioregulator_regnode_enable()