Searched defs:gpio_shared_ref (Results 1 – 1 of 1) sorted by relevance
31 struct gpio_shared_ref { struct32 struct list_head list;34 struct fwnode_handle *fwnode;36 enum gpiod_flags flags;37 char *con_id;38 int dev_id;40 struct mutex lock;41 struct lock_class_key lock_key;42 struct auxiliary_device adev;43 struct gpiod_lookup_table *lookup;[all …]