Home
last modified time | relevance | path

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

/freebsd/sys/dev/regulator/
H A Dregulator_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()
H A Dregulator.h59 int enable_active_high; member
H A Dregulator.c1189 par->enable_active_high = 1; in regulator_parse_ofw_stdparam()
/freebsd/sys/dev/gpio/
H A Dgpioregulator.c110 if (!sc->param->enable_active_high) in gpioregulator_regnode_enable()