Searched refs:RESET_CONTROL_EXCLUSIVE_RELEASED (Results 1 – 1 of 1) sorted by relevance
| /linux/include/linux/ ! |
| H A D | reset.h | 54 RESET_CONTROL_EXCLUSIVE_RELEASED = 0, enumerator 325 return __reset_control_get(dev, id, 0, RESET_CONTROL_EXCLUSIVE_RELEASED); in reset_control_get_exclusive_released() 346 return __reset_control_bulk_get(dev, num_rstcs, rstcs, RESET_CONTROL_EXCLUSIVE_RELEASED); in reset_control_bulk_get_exclusive_released() 671 return __devm_reset_control_get(dev, id, 0, RESET_CONTROL_EXCLUSIVE_RELEASED); in devm_reset_control_get_exclusive_released() 692 RESET_CONTROL_EXCLUSIVE_RELEASED); in devm_reset_control_bulk_get_exclusive_released() 1011 return devm_reset_control_array_get(dev, RESET_CONTROL_EXCLUSIVE_RELEASED); in devm_reset_control_array_get_exclusive_released() 1041 return of_reset_control_array_get(node, RESET_CONTROL_EXCLUSIVE_RELEASED); in of_reset_control_array_get_exclusive_released()
|