Searched defs:vc5_driver_data (Results 1 – 1 of 1) sorted by relevance
184 struct vc5_driver_data { struct185 struct i2c_client *client;186 struct regmap *regmap;187 const struct vc5_chip_info *chip_info;189 struct clk *pin_xin;190 struct clk *pin_clkin;191 unsigned char clk_mux_ins;192 struct clk_hw clk_mux;193 struct clk_hw clk_mul;194 struct clk_hw clk_pfd;[all …]