HomeSort by: relevance | last modified time | path
    Searched refs:imxpwm_softc (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/arm/imx/
imxpwmvar.h 34 struct imxpwm_softc { struct
52 void imxpwm_attach(struct imxpwm_softc *, void *);
53 void imxpwm_attach_common(struct imxpwm_softc *);
imxpwm.c 52 struct imxpwm_softc *sc = arg;
69 struct imxpwm_softc * const sc = device_private(pwm->pwm_dev);
87 struct imxpwm_softc * const sc = device_private(pwm->pwm_dev);
110 struct imxpwm_softc * const sc = device_private(pwm->pwm_dev);
145 imxpwm_attach_common(struct imxpwm_softc *sc)
imx51_pwm.c 59 imxpwm_attach(struct imxpwm_softc *sc, void *aux)
  /src/sys/arch/arm/nxp/
imx6_pwm.c 41 struct imxpwm_softc sc_imxpwm; /* Must be first */
54 struct imxpwm_softc * const sc = &ifsc->sc_imxpwm;
95 struct imxpwm_softc * const sc = &ifsc->sc_imxpwm;
  /src/sys/arch/evbarm/netwalker/
netwalker_backlight.c 57 struct imxpwm_softc sc_imxpwm;
93 struct imxpwm_softc *imxpwm = &sc->sc_imxpwm;

Completed in 33 milliseconds