tps65217pmic_softc
struct tps65217pmic_softc *pmic_sc = device_private(device_parent(dev));
static int tps65217pmic_i2c_lock(struct tps65217pmic_softc *);
static void tps65217pmic_i2c_unlock(struct tps65217pmic_softc *);
static uint8_t tps65217pmic_reg_read(struct tps65217pmic_softc *, uint8_t);
static void tps65217pmic_reg_write(struct tps65217pmic_softc *, uint8_t,
static void tps65217pmic_reg_refresh(struct tps65217pmic_softc *);
static void tps65217pmic_regulator_read_config(struct tps65217pmic_softc *,
static void tps65217pmic_print_ppath(struct tps65217pmic_softc *);
static void tps65217pmic_print_ldos(struct tps65217pmic_softc *);
static void tps65217pmic_version(struct tps65217pmic_softc *);
static void tps65217pmic_envsys_register(struct tps65217pmic_softc *);
static void tps65217pmic_power_monitor_init(struct tps65217pmic_softc *);
static void tps65217pmic_wled_init(struct tps65217pmic_softc *, int, int, int);
CFATTACH_DECL_NEW(tps65217pmic, sizeof (struct tps65217pmic_softc),
static void tps65217pmic_regulator_attach(struct tps65217pmic_softc *);
struct tps65217pmic_softc *sc = device_private(self);
tps65217pmic_power_monitor_init(struct tps65217pmic_softc *sc)
struct tps65217pmic_softc *sc;
tps65217pmic_wled_init(struct tps65217pmic_softc *sc, int isel, int fdim,
tps65217pmic_reg_refresh(struct tps65217pmic_softc *sc)
tps65217pmic_version(struct tps65217pmic_softc *sc)
tps65217pmic_regulator_read_config(struct tps65217pmic_softc *sc, struct
tps65217pmic_print_ldos(struct tps65217pmic_softc *sc)
tps65217pmic_print_ppath(struct tps65217pmic_softc *sc)
tps65217pmic_i2c_lock(struct tps65217pmic_softc *sc)
tps65217pmic_i2c_unlock(struct tps65217pmic_softc *sc)
tps65217pmic_reg_read(struct tps65217pmic_softc *sc, uint8_t reg)
tps65217pmic_reg_write(struct tps65217pmic_softc *sc,
tps65217pmic_reg_write_l2(struct tps65217pmic_softc *sc,
tps65217pmic_envsys_register(struct tps65217pmic_softc *sc)
struct tps65217pmic_softc *sc = sme->sme_cookie;
struct tps65217pmic_softc *sc = device_private(self);
tps65217pmic_regulator_attach(struct tps65217pmic_softc *sc)
struct tps65217pmic_softc *pmic_sc = device_private(device_parent(dev));