Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dpwm.h570 struct pwm_lookup { struct
571 struct list_head list;
572 const char *provider;
573 unsigned int index;
574 const char *dev_id;
598 void pwm_add_table(struct pwm_lookup *table, size_t num); argument