vrc4172pwm_softc
struct vrc4172pwm_softc *this_pwm;
vrc4172pwm_write(struct vrc4172pwm_softc *sc, int port, unsigned short val)
vrc4172pwm_read(struct vrc4172pwm_softc *sc, int port)
struct vrc4172pwm_softc *sc = device_private(self);
vrc4172pwm_init_brightness(struct vrc4172pwm_softc *sc)
vrc4172pwm_light(struct vrc4172pwm_softc *sc, int on)
vrc4172pwm_get_light(struct vrc4172pwm_softc *sc)
vrc4172pwm_set_brightness(struct vrc4172pwm_softc *sc, int val)
vrc4172pwm_get_brightness(struct vrc4172pwm_softc *sc)
vrc4172pwm_rawduty2brightness(struct vrc4172pwm_softc *sc)
vrc4172pwm_brightness2rawduty(struct vrc4172pwm_softc *sc)
struct vrc4172pwm_softc *sc = (struct vrc4172pwm_softc *)ctx;
struct vrc4172pwm_softc *sc = (struct vrc4172pwm_softc *)ctx;
vrc4172pwm_dumpreg(struct vrc4172pwm_softc *sc)
static void vrc4172pwm_write(struct vrc4172pwm_softc *, int, unsigned short);
static unsigned short vrc4172pwm_read(struct vrc4172pwm_softc *, int);
static void vrc4172pwm_dumpreg(struct vrc4172pwm_softc *);
static void vrc4172pwm_init_brightness(struct vrc4172pwm_softc *);
void vrc4172pwm_light(struct vrc4172pwm_softc *, int);
int vrc4172pwm_get_light(struct vrc4172pwm_softc *);
int vrc4172pwm_get_brightness(struct vrc4172pwm_softc *);
void vrc4172pwm_set_brightness(struct vrc4172pwm_softc *, int);
int vrc4172pwm_rawduty2brightness(struct vrc4172pwm_softc *);
int vrc4172pwm_brightness2rawduty(struct vrc4172pwm_softc *);
void vrc4172pwm_dumpreg(struct vrc4172pwm_softc *);
CFATTACH_DECL_NEW(vrc4172pwm, sizeof(struct vrc4172pwm_softc),