Searched refs:pwm_get_state (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/include/linux/ |
D | pwm.h | 93 static inline void pwm_get_state(const struct pwm_device *pwm, in pwm_get_state() function 103 pwm_get_state(pwm, &state); in pwm_is_enabled() 118 pwm_get_state(pwm, &state); in pwm_get_period() 133 pwm_get_state(pwm, &state); in pwm_get_duty_cycle() 142 pwm_get_state(pwm, &state); in pwm_get_polarity() 176 pwm_get_state(pwm, state); in pwm_init_state() 342 pwm_get_state(pwm, &state); in pwm_config() 369 pwm_get_state(pwm, &state); in pwm_set_polarity() 400 pwm_get_state(pwm, &state); in pwm_enable() 419 pwm_get_state(pwm, &state); in pwm_disable()
|
/Linux-v4.19/drivers/pwm/ |
D | sysfs.c | 51 pwm_get_state(pwm, &state); in period_show() 71 pwm_get_state(pwm, &state); in period_store() 86 pwm_get_state(pwm, &state); in duty_cycle_show() 106 pwm_get_state(pwm, &state); in duty_cycle_store() 121 pwm_get_state(pwm, &state); in enable_show() 141 pwm_get_state(pwm, &state); in enable_store() 170 pwm_get_state(pwm, &state); in polarity_show() 203 pwm_get_state(pwm, &state); in polarity_store()
|
D | pwm-stm32-lp.c | 43 pwm_get_state(pwm, &cstate); in stm32_pwm_lp_apply()
|
D | pwm-atmel-hlcdc.c | 212 pwm_get_state(&chip->chip.pwms[0], &state); in atmel_hlcdc_pwm_resume()
|
D | pwm-imx.c | 167 pwm_get_state(pwm, &cstate); in imx_pwm_apply_v2()
|
D | pwm-zx.c | 160 pwm_get_state(pwm, &cstate); in zx_pwm_apply()
|
D | core.c | 580 pwm_get_state(pwm, &state); in pwm_adjust_config() 988 pwm_get_state(pwm, &state); in pwm_dbg_show()
|
D | pwm-atmel.c | 221 pwm_get_state(pwm, &cstate); in atmel_pwm_apply()
|
D | pwm-sun4i.c | 215 pwm_get_state(pwm, &cstate); in sun4i_pwm_apply()
|
D | pwm-rockchip.c | 200 pwm_get_state(pwm, &curstate); in rockchip_pwm_apply()
|
/Linux-v4.19/drivers/input/misc/ |
D | pwm-vibra.c | 51 pwm_get_state(vibrator->pwm, &state); in pwm_vibrator_start() 62 pwm_get_state(vibrator->pwm_dir, &state); in pwm_vibrator_start()
|
D | pwm-beeper.c | 45 pwm_get_state(beeper->pwm, &state); in pwm_beeper_on()
|
/Linux-v4.19/drivers/regulator/ |
D | pwm-regulator.c | 67 pwm_get_state(drvdata->pwm, &pwm_state); in pwm_regulator_init_state() 164 pwm_get_state(drvdata->pwm, &pstate); in pwm_regulator_get_voltage()
|
/Linux-v4.19/drivers/video/backlight/ |
D | pwm_bl.c | 544 pwm_get_state(pb->pwm, &state); in pwm_backlight_probe()
|
/Linux-v4.19/Documentation/ |
D | pwm.txt | 58 The PWM user API also allows one to query the PWM state with pwm_get_state().
|