Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-regmap.c281 chip->can_sleep = regmap_might_sleep(config->regmap); in gpio_regmap_register()
/linux/include/linux/
H A Dregmap.h1355 bool regmap_might_sleep(struct regmap *map);
2050 static inline bool regmap_might_sleep(struct regmap *map) in regmap_might_sleep() function