Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dreset-controller.h72 struct list_head reset_control_head; member
/Linux-v4.19/drivers/reset/
Dcore.c95 INIT_LIST_HEAD(&rcdev->reset_control_head); in reset_controller_register()
417 list_for_each_entry(rstc, &rcdev->reset_control_head, list) { in __reset_control_get_internal()
434 list_add(&rstc->list, &rcdev->reset_control_head); in __reset_control_get_internal()