Home
last modified time | relevance | path

Searched refs:pd_get_state (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/sys/arch/arm64/dev/
Daplpwm.c106 sc->sc_pd.pd_get_state = aplpwm_get_state; in aplpwm_attach()
/openbsd/src/sys/dev/fdt/
Drkpwm.c118 sc->sc_pd.pd_get_state = rkpwm_get_state; in rkpwm_attach()
Dsxipwm.c134 sc->sc_pd.pd_get_state = sxipwm_get_state; in sxipwm_attach()
Dimxpwm.c125 sc->sc_pd.pd_get_state = imxpwm_get_state; in imxpwm_attach()
Damlpwm.c120 sc->sc_pd.pd_get_state = amlpwm_get_state; in amlpwm_attach()
Dqcpwm.c129 sc->sc_pd.pd_get_state = qcpwm_get_state; in qcpwm_attach()
/openbsd/src/sys/dev/ofw/
Dofw_misc.h126 int (*pd_get_state)(void *, uint32_t *, struct pwm_state *); member
Dofw_misc.c508 pd->pd_get_state(pd->pd_cookie, &cells[1], ps); in pwm_init_state()
528 return pd->pd_get_state(pd->pd_cookie, &cells[1], ps); in pwm_get_state()