Searched refs:pd_get_state (Results 1 – 8 of 8) sorted by relevance
106 sc->sc_pd.pd_get_state = aplpwm_get_state; in aplpwm_attach()
118 sc->sc_pd.pd_get_state = rkpwm_get_state; in rkpwm_attach()
134 sc->sc_pd.pd_get_state = sxipwm_get_state; in sxipwm_attach()
125 sc->sc_pd.pd_get_state = imxpwm_get_state; in imxpwm_attach()
120 sc->sc_pd.pd_get_state = amlpwm_get_state; in amlpwm_attach()
129 sc->sc_pd.pd_get_state = qcpwm_get_state; in qcpwm_attach()
126 int (*pd_get_state)(void *, uint32_t *, struct pwm_state *); member
508 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()