Lines Matching +full:lookup +full:- +full:table
1 /* SPDX-License-Identifier: GPL-2.0 */
22 * struct gpiod_lookup - lookup table
32 * gpiod_lookup is a lookup table for associating GPIOs to specific devices and
46 struct gpiod_lookup table[]; member
50 * struct gpiod_hog - GPIO line hog table
67 * Helper for lookup tables with just one single lookup for a device.
72 .table = { \
111 void gpiod_add_lookup_table(struct gpiod_lookup_table *table);
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() argument
122 void gpiod_remove_lookup_table(struct gpiod_lookup_table *table) {} in gpiod_remove_lookup_table() argument