Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-mlxbf.c1289 if (!gpio_res) 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()
1310 if (!gpio_res->io) { in mlxbf_i2c_get_gpio()
1326 if (!gpio_res) in mlxbf_i2c_release_gpio()
1329 mutex_lock(gpio_res->lock); in mlxbf_i2c_release_gpio()
1331 if (gpio_res->io) { in mlxbf_i2c_release_gpio()
1333 params = gpio_res->params; in mlxbf_i2c_release_gpio()
1339 mutex_unlock(gpio_res->lock); in mlxbf_i2c_release_gpio()
1421 if (!gpio_res) in mlxbf_i2c_init_master()
[all …]
/openbmc/linux/drivers/net/usb/
H A Dpegasus.h99 __u8 gpio_res; member