Searched defs:ub960_data (Results 1 – 1 of 1) sorted by relevance
494 struct ub960_data { struct495 const struct ub960_hw_data *hw_data;496 struct i2c_client *client; /* for shared local registers */497 struct regmap *regmap;500 struct mutex reg_lock;502 struct clk *refclk;504 struct regulator *vddio;506 struct gpio_desc *pd_gpio;507 struct delayed_work poll_work;508 struct ub960_rxport *rxports[UB960_MAX_RX_NPORTS];[all …]