Searched defs:zl3073x_dev (Results 1 – 1 of 1) sorted by relevance
48 struct zl3073x_dev { struct49 struct device *dev;50 struct regmap *regmap;51 struct mutex multiop_lock;52 u16 chip_id;55 struct zl3073x_ref ref[ZL3073X_NUM_REFS];56 struct zl3073x_out out[ZL3073X_NUM_OUTS];57 struct zl3073x_synth synth[ZL3073X_NUM_SYNTHS];60 struct list_head dplls;84 struct zl3073x_dev *zl3073x_devm_alloc(struct device *dev); argument