Searched defs:ub960_data (Results 1 – 1 of 1) sorted by relevance
502 struct ub960_data { struct503 const struct ub960_hw_data *hw_data;504 struct i2c_client *client; /* for shared local registers */505 struct regmap *regmap;508 struct mutex reg_lock;510 struct clk *refclk;512 struct regulator *vddio;514 struct gpio_desc *pd_gpio;515 struct delayed_work poll_work;516 struct ub960_rxport *rxports[UB960_MAX_RX_NPORTS];[all …]