Home
last modified time | relevance | path

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

/linux-6.15/drivers/i2c/busses/
H A Di2c-mlxbf.c1245 if (!gpio_res) in mlxbf_i2c_get_gpio()
1256 if (gpio_res->io) in mlxbf_i2c_get_gpio()
1259 params = gpio_res->params; in mlxbf_i2c_get_gpio()
1266 if (!gpio_res->io) { in mlxbf_i2c_get_gpio()
1282 if (!gpio_res) in mlxbf_i2c_release_gpio()
1285 mutex_lock(gpio_res->lock); in mlxbf_i2c_release_gpio()
1287 if (gpio_res->io) { in mlxbf_i2c_release_gpio()
1289 params = gpio_res->params; in mlxbf_i2c_release_gpio()
1295 mutex_unlock(gpio_res->lock); in mlxbf_i2c_release_gpio()
1377 if (!gpio_res) in mlxbf_i2c_init_master()
[all …]
/linux-6.15/drivers/net/usb/
H A Dpegasus.h99 __u8 gpio_res; member