Searched defs:ub960_data (Results 1 – 1 of 1) sorted by relevance
548 struct ub960_data { struct549 const struct ub960_hw_data *hw_data;550 struct i2c_client *client; /* for shared local registers */551 struct regmap *regmap;554 struct mutex reg_lock;556 struct clk *refclk;558 struct regulator *vddio;560 struct gpio_desc *pd_gpio;561 struct delayed_work poll_work;562 struct ub960_rxport *rxports[UB960_MAX_RX_NPORTS];[all …]