Searched refs:RESET_CONTROL_EXCLUSIVE_RELEASED (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | reset.h | 53 RESET_CONTROL_EXCLUSIVE_RELEASED = 0, enumerator 324 return __reset_control_get(dev, id, 0, RESET_CONTROL_EXCLUSIVE_RELEASED); in reset_control_get_exclusive_released() 345 return __reset_control_bulk_get(dev, num_rstcs, rstcs, RESET_CONTROL_EXCLUSIVE_RELEASED); in reset_control_bulk_get_exclusive_released() 670 return __devm_reset_control_get(dev, id, 0, RESET_CONTROL_EXCLUSIVE_RELEASED); in devm_reset_control_get_exclusive_released() 691 RESET_CONTROL_EXCLUSIVE_RELEASED); in devm_reset_control_bulk_get_exclusive_released() 1034 return of_reset_control_array_get(node, RESET_CONTROL_EXCLUSIVE_RELEASED); in of_reset_control_array_get_exclusive_released()
|