Home
last modified time | relevance | path

Searched refs:coalesce_res (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/i2c/busses/
Di2c-mlxbf.c1685 struct mlxbf_i2c_resource *coalesce_res; in mlxbf_i2c_init_coalesce() local
1695 coalesce_res = mlxbf_i2c_get_shared_resource(priv, in mlxbf_i2c_init_coalesce()
1697 if (!coalesce_res) in mlxbf_i2c_init_coalesce()
1708 if (coalesce_res->io) { in mlxbf_i2c_init_coalesce()
1709 priv->coalesce = coalesce_res; in mlxbf_i2c_init_coalesce()
1713 params = coalesce_res->params; in mlxbf_i2c_init_coalesce()
1719 coalesce_res->io = ioremap(params->start, size); in mlxbf_i2c_init_coalesce()
1720 if (!coalesce_res->io) { in mlxbf_i2c_init_coalesce()
1725 priv->coalesce = coalesce_res; in mlxbf_i2c_init_coalesce()
1738 struct mlxbf_i2c_resource *coalesce_res; in mlxbf_i2c_release_coalesce() local
[all …]