Home
last modified time | relevance | path

Searched refs:gpio_res (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-mlxbf.c1264 struct mlxbf_i2c_resource *gpio_res; in mlxbf_i2c_get_gpio() local
1269 gpio_res = mlxbf_i2c_get_shared_resource(priv, MLXBF_I2C_GPIO_RES); in mlxbf_i2c_get_gpio()
1270 if (!gpio_res) in mlxbf_i2c_get_gpio()
1278 lockdep_assert_held(gpio_res->lock); in mlxbf_i2c_get_gpio()
1281 if (gpio_res->io) in mlxbf_i2c_get_gpio()
1284 params = gpio_res->params; in mlxbf_i2c_get_gpio()
1290 gpio_res->io = devm_ioremap(dev, params->start, size); in mlxbf_i2c_get_gpio()
1291 if (!gpio_res->io) { in mlxbf_i2c_get_gpio()
1302 struct mlxbf_i2c_resource *gpio_res; in mlxbf_i2c_release_gpio() local
1306 gpio_res in mlxbf_i2c_release_gpio()
1392 struct mlxbf_i2c_resource *gpio_res; mlxbf_i2c_init_master() local
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-mlxbf.c1283 struct mlxbf_i2c_resource *gpio_res; in mlxbf_i2c_get_gpio() local
1288 gpio_res = mlxbf_i2c_get_shared_resource(priv, MLXBF_I2C_GPIO_RES); in mlxbf_i2c_get_gpio()
1289 if (!gpio_res) in mlxbf_i2c_get_gpio()
1297 lockdep_assert_held(gpio_res->lock); in mlxbf_i2c_get_gpio()
1300 if (gpio_res->io) in mlxbf_i2c_get_gpio()
1303 params = gpio_res->params; in mlxbf_i2c_get_gpio()
1309 gpio_res->io = devm_ioremap(dev, params->start, size); in mlxbf_i2c_get_gpio()
1310 if (!gpio_res->io) { in mlxbf_i2c_get_gpio()
1321 struct mlxbf_i2c_resource *gpio_res; in mlxbf_i2c_release_gpio() local
1325 gpio_res in mlxbf_i2c_release_gpio()
1411 struct mlxbf_i2c_resource *gpio_res; mlxbf_i2c_init_master() local
[all...]
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dpegasus.h99 __u8 gpio_res; member
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dpegasus.h99 __u8 gpio_res; member

Completed in 7 milliseconds