Searched refs:axp809_ctrl (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/i2c/
H A Daxp809.h32 struct axp809_ctrl;
34 struct axp809_ctrl *axp809_lookup(device_t, const char *);
35 int axp809_set_voltage(struct axp809_ctrl *, u_int, u_int);
36 int axp809_get_voltage(struct axp809_ctrl *, u_int *);
37 int axp809_is_enabled(struct axp809_ctrl *, bool *);
38 int axp809_enable(struct axp809_ctrl *);
39 int axp809_disable(struct axp809_ctrl *);
H A Daxp809.c48 struct axp809_ctrl { struct
80 static const struct axp809_ctrl axp809_ctrls[] = {
91 struct axp809_ctrl *sc_ctrl;
100 static void axp809_print(struct axp809_ctrl *c);
160 axp809_print(struct axp809_ctrl *c)
185 struct axp809_ctrl *
189 struct axp809_ctrl *c;
203 axp809_set_voltage(struct axp809_ctrl *c, u_int min, u_int max)
249 axp809_get_voltage(struct axp809_ctrl *c, u_int *pvol)
276 axp809_is_enabled(struct axp809_ctrl *
[all...]

Completed in 94 milliseconds