Home
last modified time | relevance | path

Searched refs:child_to_pwm_device (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/pwm/
H A Dsysfs.c29 static struct pwm_device *child_to_pwm_device(struct device *child) in child_to_pwm_device() function
40 const struct pwm_device *pwm = child_to_pwm_device(child); in period_show()
75 const struct pwm_device *pwm = child_to_pwm_device(child); in duty_cycle_show()
110 const struct pwm_device *pwm = child_to_pwm_device(child); in enable_show()
158 const struct pwm_device *pwm = child_to_pwm_device(child); in polarity_show()
207 struct pwm_device *pwm = child_to_pwm_device(child); in capture_show()
282 return child_to_pwm_device(child) == data; in pwm_unexport_match()
/kernel/linux/linux-6.6/drivers/pwm/
H A Dsysfs.c29 static struct pwm_device *child_to_pwm_device(struct device *child) in child_to_pwm_device() function
40 const struct pwm_device *pwm = child_to_pwm_device(child); in period_show()
75 const struct pwm_device *pwm = child_to_pwm_device(child); in duty_cycle_show()
110 const struct pwm_device *pwm = child_to_pwm_device(child); in enable_show()
158 const struct pwm_device *pwm = child_to_pwm_device(child); in polarity_show()
207 struct pwm_device *pwm = child_to_pwm_device(child); in capture_show()
282 return child_to_pwm_device(child) == data; in pwm_unexport_match()

Completed in 3 milliseconds