Home
last modified time | relevance | path

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

/linux-6.8/include/linux/
Dpwm.h546 struct pwm_lookup { struct
547 struct list_head list;
548 const char *provider;
549 unsigned int index;
550 const char *dev_id;
574 void pwm_add_table(struct pwm_lookup *table, size_t num); argument