axp809_ctrl
static void axp809_print(struct axp809_ctrl *c);
axp809_print(struct axp809_ctrl *c)
struct axp809_ctrl *
struct axp809_ctrl *c;
axp809_set_voltage(struct axp809_ctrl *c, u_int min, u_int max)
axp809_get_voltage(struct axp809_ctrl *c, u_int *pvol)
axp809_is_enabled(struct axp809_ctrl *c, bool *penabled)
axp809_enable(struct axp809_ctrl *c)
axp809_disable(struct axp809_ctrl *c)
static const struct axp809_ctrl axp809_ctrls[] = {
struct axp809_ctrl *sc_ctrl;
struct axp809_ctrl;
struct axp809_ctrl *axp809_lookup(device_t, const char *);
int axp809_set_voltage(struct axp809_ctrl *, u_int, u_int);
int axp809_get_voltage(struct axp809_ctrl *, u_int *);
int axp809_is_enabled(struct axp809_ctrl *, bool *);
int axp809_enable(struct axp809_ctrl *);
int axp809_disable(struct axp809_ctrl *);