Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-mlxbf.c1705 struct mlxbf_i2c_resource *coalesce_res; in mlxbf_i2c_init_coalesce() local
1715 coalesce_res = mlxbf_i2c_get_shared_resource(priv, in mlxbf_i2c_init_coalesce()
1717 if (!coalesce_res) in mlxbf_i2c_init_coalesce()
1728 if (coalesce_res->io) { in mlxbf_i2c_init_coalesce()
1729 priv->coalesce = coalesce_res; in mlxbf_i2c_init_coalesce()
1733 params = coalesce_res->params; in mlxbf_i2c_init_coalesce()
1739 coalesce_res->io = ioremap(params->start, size); in mlxbf_i2c_init_coalesce()
1740 if (!coalesce_res->io) { in mlxbf_i2c_init_coalesce()
1745 priv->coalesce = coalesce_res; in mlxbf_i2c_init_coalesce()
1758 struct mlxbf_i2c_resource *coalesce_res; in mlxbf_i2c_release_coalesce() local
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-mlxbf.c1688 struct mlxbf_i2c_resource *coalesce_res; in mlxbf_i2c_init_coalesce() local
1698 coalesce_res = mlxbf_i2c_get_shared_resource(priv, in mlxbf_i2c_init_coalesce()
1700 if (!coalesce_res) in mlxbf_i2c_init_coalesce()
1711 if (coalesce_res->io) { in mlxbf_i2c_init_coalesce()
1712 priv->coalesce = coalesce_res; in mlxbf_i2c_init_coalesce()
1716 params = coalesce_res->params; in mlxbf_i2c_init_coalesce()
1722 coalesce_res->io = ioremap(params->start, size); in mlxbf_i2c_init_coalesce()
1723 if (!coalesce_res->io) { in mlxbf_i2c_init_coalesce()
1728 priv->coalesce = coalesce_res; in mlxbf_i2c_init_coalesce()
1741 struct mlxbf_i2c_resource *coalesce_res; in mlxbf_i2c_release_coalesce() local
[all...]

Completed in 7 milliseconds