real_state 91 drivers/pwm/pwm-imx-tpm.c struct pwm_state *real_state, real_state 116 drivers/pwm/pwm-imx-tpm.c real_state->period = DIV_ROUND_CLOSEST_ULL(tmp, rate); real_state 124 drivers/pwm/pwm-imx-tpm.c real_state->duty_cycle = 0; real_state 126 drivers/pwm/pwm-imx-tpm.c real_state->duty_cycle = state->duty_cycle; real_state 128 drivers/pwm/pwm-imx-tpm.c tmp = (u64)p->mod * real_state->duty_cycle; real_state 129 drivers/pwm/pwm-imx-tpm.c p->val = DIV_ROUND_CLOSEST_ULL(tmp, real_state->period); real_state 131 drivers/pwm/pwm-imx-tpm.c real_state->polarity = state->polarity; real_state 132 drivers/pwm/pwm-imx-tpm.c real_state->enabled = state->enabled; real_state 296 drivers/pwm/pwm-imx-tpm.c struct pwm_state real_state; real_state 299 drivers/pwm/pwm-imx-tpm.c ret = pwm_imx_tpm_round_state(chip, ¶m, &real_state, state); real_state 304 drivers/pwm/pwm-imx-tpm.c ret = pwm_imx_tpm_apply_hw(chip, ¶m, &real_state, pwm);