Searched refs:pm_acquired (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/staging/greybus/
H A Dpower_supply.c45 bool pm_acquired; member in struct:gb_power_supply
365 * Check gbpsy->pm_acquired to make sure only one pair of 'get_sync'
371 !gbpsy->pm_acquired) {
377 gbpsy->pm_acquired = true;
379 if (gbpsy->pm_acquired) {
385 gbpsy->pm_acquired = false;

Completed in 143 milliseconds