Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dinternal.h70 EXCLUSIVE_GET, enumerator
H A Dcore.c2444 case EXCLUSIVE_GET: in _regulator_get_common()
2460 if (get_type == EXCLUSIVE_GET && rdev->open_count) { in _regulator_get_common()
2502 if (get_type == EXCLUSIVE_GET) { in _regulator_get_common()
2591 return _regulator_get(dev, id, EXCLUSIVE_GET); in regulator_get_exclusive()