Home
last modified time | relevance | path

Searched refs:free_on_exit (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/base/regmap/
H A Dregmap-spi.c129 bus->free_on_exit = true; in regmap_get_spi_bus()
H A Dregmap-i2c.c360 ret_bus->free_on_exit = true; in regmap_get_i2c_bus()
H A Dregmap.c1468 if (map->bus && map->bus->free_on_exit) in regmap_exit()
/linux/include/linux/
H A Dregmap.h569 bool free_on_exit; member