Searched defs:adp5585_dev (Results 1 – 1 of 1) sorted by relevance
202 struct adp5585_dev { struct203 struct device *dev;204 struct regmap *regmap;205 const struct adp5585_regs *regs;206 struct blocking_notifier_head event_notifier;207 unsigned long *pin_usage;208 unsigned int n_pins;209 unsigned int reset2_out;210 enum adp5585_variant variant;211 unsigned int id;[all …]