Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dpwm.h599 struct pwm_lookup { struct
627 void pwm_add_table(struct pwm_lookup *table, size_t num); argument
628 void pwm_remove_table(struct pwm_lookup *table, size_t num);
630 static inline void pwm_add_table(struct pwm_lookup *table, size_t num) in pwm_add_table()
634 static inline void pwm_remove_table(struct pwm_lookup *table, size_t num) in pwm_remove_table()
/linux-4.19.296/drivers/pwm/
Dcore.c718 void pwm_add_table(struct pwm_lookup *table, size_t num) in pwm_add_table()
735 void pwm_remove_table(struct pwm_lookup *table, size_t num) in pwm_remove_table()
768 struct pwm_lookup *p, *chosen = NULL; in pwm_get()