Searched refs:gpiod_lookup_table (Results 1 – 2 of 2) sorted by relevance
43 struct gpiod_lookup_table { struct70 static struct gpiod_lookup_table _name = { \111 void gpiod_add_lookup_table(struct gpiod_lookup_table *table);112 void gpiod_add_lookup_tables(struct gpiod_lookup_table **tables, size_t n);113 void gpiod_remove_lookup_table(struct gpiod_lookup_table *table);118 void gpiod_add_lookup_table(struct gpiod_lookup_table *table) {} in gpiod_add_lookup_table()120 void gpiod_add_lookup_tables(struct gpiod_lookup_table **tables, size_t n) {} in gpiod_add_lookup_tables()122 void gpiod_remove_lookup_table(struct gpiod_lookup_table *table) {} in gpiod_remove_lookup_table()
136 struct gpiod_lookup_table gpios;
Completed in 4 milliseconds