Symbol: tps65217pmic_softc
sys/dev/i2c/tps65217pmic.c
1016
struct tps65217pmic_softc *pmic_sc = device_private(device_parent(dev));
sys/dev/i2c/tps65217pmic.c
154
static int tps65217pmic_i2c_lock(struct tps65217pmic_softc *);
sys/dev/i2c/tps65217pmic.c
155
static void tps65217pmic_i2c_unlock(struct tps65217pmic_softc *);
sys/dev/i2c/tps65217pmic.c
157
static uint8_t tps65217pmic_reg_read(struct tps65217pmic_softc *, uint8_t);
sys/dev/i2c/tps65217pmic.c
158
static void tps65217pmic_reg_write(struct tps65217pmic_softc *, uint8_t,
sys/dev/i2c/tps65217pmic.c
161
static void tps65217pmic_reg_refresh(struct tps65217pmic_softc *);
sys/dev/i2c/tps65217pmic.c
166
static void tps65217pmic_regulator_read_config(struct tps65217pmic_softc *,
sys/dev/i2c/tps65217pmic.c
169
static void tps65217pmic_print_ppath(struct tps65217pmic_softc *);
sys/dev/i2c/tps65217pmic.c
170
static void tps65217pmic_print_ldos(struct tps65217pmic_softc *);
sys/dev/i2c/tps65217pmic.c
172
static void tps65217pmic_version(struct tps65217pmic_softc *);
sys/dev/i2c/tps65217pmic.c
174
static void tps65217pmic_envsys_register(struct tps65217pmic_softc *);
sys/dev/i2c/tps65217pmic.c
177
static void tps65217pmic_power_monitor_init(struct tps65217pmic_softc *);
sys/dev/i2c/tps65217pmic.c
180
static void tps65217pmic_wled_init(struct tps65217pmic_softc *, int, int, int);
sys/dev/i2c/tps65217pmic.c
182
CFATTACH_DECL_NEW(tps65217pmic, sizeof (struct tps65217pmic_softc),
sys/dev/i2c/tps65217pmic.c
186
static void tps65217pmic_regulator_attach(struct tps65217pmic_softc *);
sys/dev/i2c/tps65217pmic.c
328
struct tps65217pmic_softc *sc = device_private(self);
sys/dev/i2c/tps65217pmic.c
401
tps65217pmic_power_monitor_init(struct tps65217pmic_softc *sc)
sys/dev/i2c/tps65217pmic.c
440
struct tps65217pmic_softc *sc;
sys/dev/i2c/tps65217pmic.c
494
tps65217pmic_wled_init(struct tps65217pmic_softc *sc, int isel, int fdim,
sys/dev/i2c/tps65217pmic.c
551
tps65217pmic_reg_refresh(struct tps65217pmic_softc *sc)
sys/dev/i2c/tps65217pmic.c
572
tps65217pmic_version(struct tps65217pmic_softc *sc)
sys/dev/i2c/tps65217pmic.c
625
tps65217pmic_regulator_read_config(struct tps65217pmic_softc *sc, struct
sys/dev/i2c/tps65217pmic.c
689
tps65217pmic_print_ldos(struct tps65217pmic_softc *sc)
sys/dev/i2c/tps65217pmic.c
713
tps65217pmic_print_ppath(struct tps65217pmic_softc *sc)
sys/dev/i2c/tps65217pmic.c
744
tps65217pmic_i2c_lock(struct tps65217pmic_softc *sc)
sys/dev/i2c/tps65217pmic.c
757
tps65217pmic_i2c_unlock(struct tps65217pmic_softc *sc)
sys/dev/i2c/tps65217pmic.c
763
tps65217pmic_reg_read(struct tps65217pmic_softc *sc, uint8_t reg)
sys/dev/i2c/tps65217pmic.c
781
tps65217pmic_reg_write(struct tps65217pmic_softc *sc,
sys/dev/i2c/tps65217pmic.c
796
tps65217pmic_reg_write_l2(struct tps65217pmic_softc *sc,
sys/dev/i2c/tps65217pmic.c
813
tps65217pmic_envsys_register(struct tps65217pmic_softc *sc)
sys/dev/i2c/tps65217pmic.c
861
struct tps65217pmic_softc *sc = sme->sme_cookie;
sys/dev/i2c/tps65217pmic.c
887
struct tps65217pmic_softc *sc = device_private(self);
sys/dev/i2c/tps65217pmic.c
949
tps65217pmic_regulator_attach(struct tps65217pmic_softc *sc)
sys/dev/i2c/tps65217pmic.c
989
struct tps65217pmic_softc *pmic_sc = device_private(device_parent(dev));