Searched defs:gpiod_lookup_table (Results 1 – 1 of 1) sorted by relevance
33 struct gpiod_lookup_table { struct34 struct list_head list;35 const char *dev_id;59 void gpiod_add_lookup_table(struct gpiod_lookup_table *table); argument