Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dreset.h50 RESET_CONTROL_EXCLUSIVE = RESET_CONTROL_FLAGS_BIT_ACQUIRED, enumerator
286 return __reset_control_get(dev, id, 0, RESET_CONTROL_EXCLUSIVE); in reset_control_get_exclusive()
303 return __reset_control_bulk_get(dev, num_rstcs, rstcs, RESET_CONTROL_EXCLUSIVE); in reset_control_bulk_get_exclusive()
502 return __of_reset_control_get(node, id, 0, RESET_CONTROL_EXCLUSIVE); in of_reset_control_get_exclusive()
564 return __of_reset_control_get(node, NULL, index, RESET_CONTROL_EXCLUSIVE); in of_reset_control_get_exclusive_by_index()
611 return __devm_reset_control_get(dev, id, 0, RESET_CONTROL_EXCLUSIVE); in devm_reset_control_get_exclusive()
651 RESET_CONTROL_EXCLUSIVE); in devm_reset_control_bulk_get_exclusive()
940 return __devm_reset_control_get(dev, NULL, index, RESET_CONTROL_EXCLUSIVE); in devm_reset_control_get_exclusive_by_index()
1004 return devm_reset_control_array_get(dev, RESET_CONTROL_EXCLUSIVE); in devm_reset_control_array_get_exclusive()
1028 return of_reset_control_array_get(node, RESET_CONTROL_EXCLUSIVE); in of_reset_control_array_get_exclusive()
/linux-6.15/drivers/reset/
H A Dcore.c1373 flags = optional ? RESET_CONTROL_OPTIONAL_EXCLUSIVE : RESET_CONTROL_EXCLUSIVE; in __device_reset()