Searched refs:act8846_softc (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/iicbus/pmic/ |
H A D | act8846.h | 37 struct act8846_softc { struct 51 int act8846_read(struct act8846_softc *sc, uint8_t reg, uint8_t *val); argument 52 int act8846_write(struct act8846_softc *sc, uint8_t reg, uint8_t val); 53 int act8846_modify(struct act8846_softc *sc, uint8_t reg, uint8_t clear, 55 int act8846_read_buf(struct act8846_softc *sc, uint8_t reg, uint8_t *buf, 57 int act8846_write_buf(struct act8846_softc *sc, uint8_t reg, uint8_t *buf, 61 int act8846_regulator_attach(struct act8846_softc *sc, phandle_t node);
|
H A D | act8846.c | 72 act8846_read(struct act8846_softc *sc, uint8_t reg, uint8_t *val) in act8846_read() 95 int act8846_read_buf(struct act8846_softc *sc, uint8_t reg, uint8_t *buf, in act8846_read_buf() 120 act8846_write(struct act8846_softc *sc, uint8_t reg, uint8_t val) in act8846_write() 142 int act8846_write_buf(struct act8846_softc *sc, uint8_t reg, uint8_t *buf, in act8846_write_buf() 166 act8846_modify(struct act8846_softc *sc, uint8_t reg, uint8_t clear, uint8_t set) in act8846_modify() 202 struct act8846_softc *sc; in act8846_attach() 229 struct act8846_softc *sc; in act8846_detach() 255 sizeof(struct act8846_softc));
|
H A D | act8846_regulator.c | 85 struct act8846_softc; 89 struct act8846_softc *base_sc; 365 act8846_fdt_parse(struct act8846_softc *sc, phandle_t pnode, phandle_t node, in act8846_fdt_parse() 393 act8846_attach(struct act8846_softc *sc, phandle_t pnode, phandle_t node, in act8846_attach() 447 act8846_regulator_attach(struct act8846_softc *sc, phandle_t node) in act8846_regulator_attach() 490 struct act8846_softc *sc; in act8846_regulator_map()
|