Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpwm.h542 struct pwm_lookup { struct
543 struct list_head list;
544 const char *provider;
545 unsigned int index;
546 const char *dev_id;
570 void pwm_add_table(struct pwm_lookup *table, size_t num); argument