Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-mlxbf.c1256 struct mlxbf_i2c_resource *gpio_res; in mlxbf_i2c_get_gpio() local
1261 gpio_res = mlxbf_i2c_get_shared_resource(priv, MLXBF_I2C_GPIO_RES); in mlxbf_i2c_get_gpio()
1262 if (!gpio_res) in mlxbf_i2c_get_gpio()
1270 lockdep_assert_held(gpio_res->lock); in mlxbf_i2c_get_gpio()
1273 if (gpio_res->io) in mlxbf_i2c_get_gpio()
1276 params = gpio_res->params; in mlxbf_i2c_get_gpio()
1282 gpio_res->io = devm_ioremap(dev, params->start, size); in mlxbf_i2c_get_gpio()
1283 if (!gpio_res->io) { in mlxbf_i2c_get_gpio()
1294 struct mlxbf_i2c_resource *gpio_res; in mlxbf_i2c_release_gpio() local
1298 gpio_res = mlxbf_i2c_get_shared_resource(priv, MLXBF_I2C_GPIO_RES); in mlxbf_i2c_release_gpio()
[all …]
/linux/drivers/net/usb/
H A Dpegasus.h99 __u8 gpio_res; member