Searched refs:ign_usage_count (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | pm_runtime.h | 41 extern int pm_runtime_get_if_active(struct device *dev, bool ign_usage_count); 247 bool ign_usage_count) in pm_runtime_get_if_active() 246 pm_runtime_get_if_active(struct device *dev, bool ign_usage_count) pm_runtime_get_if_active() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pm_runtime.h | 75 extern int pm_runtime_get_if_active(struct device *dev, bool ign_usage_count); 279 bool ign_usage_count) in pm_runtime_get_if_active() 278 pm_runtime_get_if_active(struct device *dev, bool ign_usage_count) pm_runtime_get_if_active() argument
|
/kernel/linux/linux-5.10/drivers/base/power/ |
H A D | runtime.c | 1150 * @ign_usage_count: Whether or not to look at the current usage counter value. 1155 * @ign_usage_count is %true or the runtime PM usage counter of @dev is not 1159 * If @ign_usage_count is %true, this function can be used to prevent suspending 1162 * If @ign_usage_count is %false, this function can be used to prevent 1169 int pm_runtime_get_if_active(struct device *dev, bool ign_usage_count) in pm_runtime_get_if_active() argument 1179 } else if (ign_usage_count) { in pm_runtime_get_if_active()
|
/kernel/linux/linux-6.6/drivers/base/power/ |
H A D | runtime.c | 1180 * @ign_usage_count: Whether or not to look at the current usage counter value. 1185 * @ign_usage_count is %true or the runtime PM usage counter of @dev is not 1189 * If @ign_usage_count is %true, this function can be used to prevent suspending 1192 * If @ign_usage_count is %false, this function can be used to prevent 1199 int pm_runtime_get_if_active(struct device *dev, bool ign_usage_count) in pm_runtime_get_if_active() argument 1209 } else if (ign_usage_count) { in pm_runtime_get_if_active()
|
Completed in 9 milliseconds