Searched defs:mlxbf_i2c_priv (Results 1 – 2 of 2) sorted by relevance
413 struct mlxbf_i2c_priv { struct414 const struct mlxbf_i2c_chip_info *chip;415 struct i2c_adapter adap;416 struct mlxbf_i2c_resource *smbus;417 struct mlxbf_i2c_resource *timer;418 struct mlxbf_i2c_resource *mst;419 struct mlxbf_i2c_resource *slv;420 struct mlxbf_i2c_resource *mst_cause;421 struct mlxbf_i2c_resource *slv_cause;422 struct mlxbf_i2c_resource *coalesce;[all …]
425 struct mlxbf_i2c_priv { struct426 const struct mlxbf_i2c_chip_info *chip;427 struct i2c_adapter adap;428 struct mlxbf_i2c_resource *smbus;429 struct mlxbf_i2c_resource *mst_cause;430 struct mlxbf_i2c_resource *slv_cause;431 struct mlxbf_i2c_resource *coalesce;432 u64 frequency; /* Core frequency in Hz. */433 int bus; /* Physical bus identifier. */434 int irq;[all …]