Searched refs:gpio_res (Results 1 – 2 of 2) sorted by relevance
1249 struct mlxbf_i2c_resource *gpio_res; in mlxbf_i2c_init_timings() 1254 gpio_res = mlxbf_i2c_get_shared_resource(priv, MLXBF_I2C_GPIO_RES); in mlxbf_i2c_get_gpio() 1255 if (!gpio_res) in mlxbf_i2c_get_gpio() 1263 lockdep_assert_held(gpio_res->lock); in mlxbf_i2c_get_gpio() 1266 if (gpio_res->io) in mlxbf_i2c_get_gpio() 1269 params = gpio_res->params; in mlxbf_i2c_get_gpio() 1275 gpio_res->io = devm_ioremap(dev, params->start, size); in mlxbf_i2c_get_gpio() 1276 if (!gpio_res->io) { in mlxbf_i2c_get_gpio() 1287 struct mlxbf_i2c_resource *gpio_res; in mlxbf_i2c_get_gpio() 1291 gpio_res 1256 struct mlxbf_i2c_resource *gpio_res; mlxbf_i2c_get_gpio() local 1294 struct mlxbf_i2c_resource *gpio_res; mlxbf_i2c_release_gpio() local 1384 struct mlxbf_i2c_resource *gpio_res; mlxbf_i2c_init_master() local [all...]
99 __u8 gpio_res; member