Home
last modified time | relevance | path

Searched refs:act8846_ctrl (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/i2c/
Dact8846.h32 struct act8846_ctrl;
34 struct act8846_ctrl *act8846_lookup(device_t, const char *);
35 int act8846_set_voltage(struct act8846_ctrl *, u_int, u_int);
36 int act8846_get_voltage(struct act8846_ctrl *, u_int *);
37 int act8846_is_enabled(struct act8846_ctrl *, bool *);
38 int act8846_enable(struct act8846_ctrl *);
39 int act8846_disable(struct act8846_ctrl *);
Dact8846.c80 struct act8846_ctrl { struct
98 static const struct act8846_ctrl act8846_ctrls[] = { argument
134 struct act8846_ctrl *sc_ctrl;
143 static void act8846_print(struct act8846_ctrl *c);
198 act8846_print(struct act8846_ctrl *c) in act8846_print()
219 struct act8846_ctrl *
223 struct act8846_ctrl *c; in act8846_lookup()
237 act8846_set_voltage(struct act8846_ctrl *c, u_int min, u_int max) in act8846_set_voltage()
267 act8846_get_voltage(struct act8846_ctrl *c, u_int *pvol) in act8846_get_voltage()
285 act8846_is_enabled(struct act8846_ctrl *c, bool *penabled) in act8846_is_enabled()
[all …]