Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-imx27.c83 struct pwm_imx27_chip { struct
97 #define to_pwm_imx27_chip(chip) container_of(chip, struct pwm_imx27_chip, chip) argument
99 static int pwm_imx27_clk_prepare_enable(struct pwm_imx27_chip *imx) in pwm_imx27_clk_prepare_enable()
116 static void pwm_imx27_clk_disable_unprepare(struct pwm_imx27_chip *imx) in pwm_imx27_clk_disable_unprepare()
125 struct pwm_imx27_chip *imx = to_pwm_imx27_chip(chip); in pwm_imx27_get_state()
180 struct pwm_imx27_chip *imx = to_pwm_imx27_chip(chip); in pwm_imx27_sw_reset()
199 struct pwm_imx27_chip *imx = to_pwm_imx27_chip(chip); in pwm_imx27_wait_fifo_slot()
222 struct pwm_imx27_chip *imx = to_pwm_imx27_chip(chip); in pwm_imx27_apply()
404 struct pwm_imx27_chip *imx; in pwm_imx27_probe()