Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/i2c/busses/
Di2c-mlxbf.c1234 struct mlxbf_i2c_resource *gpio_res; in mlxbf_i2c_get_gpio() local
1239 gpio_res = mlxbf_i2c_get_shared_resource(priv, MLXBF_I2C_GPIO_RES); in mlxbf_i2c_get_gpio()
1240 if (!gpio_res) in mlxbf_i2c_get_gpio()
1248 lockdep_assert_held(gpio_res->lock); in mlxbf_i2c_get_gpio()
1251 if (gpio_res->io) in mlxbf_i2c_get_gpio()
1254 params = gpio_res->params; in mlxbf_i2c_get_gpio()
1260 gpio_res->io = devm_ioremap(dev, params->start, size); in mlxbf_i2c_get_gpio()
1261 if (!gpio_res->io) { in mlxbf_i2c_get_gpio()
1272 struct mlxbf_i2c_resource *gpio_res; in mlxbf_i2c_release_gpio() local
1276 gpio_res = mlxbf_i2c_get_shared_resource(priv, MLXBF_I2C_GPIO_RES); in mlxbf_i2c_release_gpio()
[all …]
/Linux-v5.10/drivers/net/usb/
Dpegasus.h99 __u8 gpio_res; member