act8846_ctrl
struct act8846_ctrl *sc_ctrl;
static void act8846_print(struct act8846_ctrl *c);
act8846_print(struct act8846_ctrl *c)
struct act8846_ctrl *
struct act8846_ctrl *c;
act8846_set_voltage(struct act8846_ctrl *c, u_int min, u_int max)
act8846_get_voltage(struct act8846_ctrl *c, u_int *pvol)
act8846_is_enabled(struct act8846_ctrl *c, bool *penabled)
act8846_enable(struct act8846_ctrl *c)
act8846_disable(struct act8846_ctrl *c)
static const struct act8846_ctrl act8846_ctrls[] = {
struct act8846_ctrl;
struct act8846_ctrl *act8846_lookup(device_t, const char *);
int act8846_set_voltage(struct act8846_ctrl *, u_int, u_int);
int act8846_get_voltage(struct act8846_ctrl *, u_int *);
int act8846_is_enabled(struct act8846_ctrl *, bool *);
int act8846_enable(struct act8846_ctrl *);
int act8846_disable(struct act8846_ctrl *);