Home
last modified time | relevance | path

Searched refs:pwm_of_match (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/pwm/
H A Dpwm-pxa.c132 static const struct of_device_id pwm_of_match[] = { variable
139 MODULE_DEVICE_TABLE(of, pwm_of_match);
141 #define pwm_of_match NULL macro
146 const struct of_device_id *id = of_match_device(pwm_of_match, dev); in pxa_pwm_get_id_dt()
225 .of_match_table = pwm_of_match,
/kernel/linux/linux-6.6/drivers/pwm/
H A Dpwm-pxa.c148 static const struct of_device_id pwm_of_match[] = { variable
155 MODULE_DEVICE_TABLE(of, pwm_of_match);
157 #define pwm_of_match NULL macro
205 .of_match_table = pwm_of_match,
/kernel/linux/linux-5.10/drivers/regulator/
H A Dpwm-regulator.c393 static const struct of_device_id __maybe_unused pwm_of_match[] = { variable
397 MODULE_DEVICE_TABLE(of, pwm_of_match);
402 .of_match_table = of_match_ptr(pwm_of_match),
/kernel/linux/linux-6.6/drivers/regulator/
H A Dpwm-regulator.c390 static const struct of_device_id __maybe_unused pwm_of_match[] = { variable
394 MODULE_DEVICE_TABLE(of, pwm_of_match);
400 .of_match_table = of_match_ptr(pwm_of_match),

Completed in 3 milliseconds