Lines Matching defs:pcapwm_softc
56 struct pcapwm_softc {
96 pcapwm_read1(struct pcapwm_softc * const sc, uint8_t reg, uint8_t *valp)
105 pcapwm_write1(struct pcapwm_softc * const sc, uint8_t reg, uint8_t val)
114 pcapwm_read_LEDn(struct pcapwm_softc * const sc, uint8_t reg, uint8_t *buf,
125 pcapwm_write_LEDn(struct pcapwm_softc * const sc, uint8_t reg, uint8_t *buf,
136 pcapwm_program_channel(struct pcapwm_softc * const sc,
165 pcapwm_inspect_channel(struct pcapwm_softc * const sc,
196 pcapwm_lookup_channel(struct pcapwm_softc * const sc, u_int index)
206 pcapwm_init_channel(struct pcapwm_softc * const sc, u_int index)
225 struct pcapwm_softc * const sc = device_private(dev);
261 struct pcapwm_softc * const sc = device_private(pwm->pwm_dev);
293 struct pcapwm_softc * const sc = device_private(pwm->pwm_dev);
340 struct pcapwm_softc * const sc = device_private(pwm->pwm_dev);
526 struct pcapwm_softc * const sc = device_private(self);
599 CFATTACH_DECL_NEW(pcapwm, sizeof(struct pcapwm_softc),