Searched refs:reset_control_head (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | reset-controller.h | 60 * @reset_control_head: head of internal list of requested reset controls 73 struct list_head reset_control_head; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | reset-controller.h | 60 * @reset_control_head: head of internal list of requested reset controls 73 struct list_head reset_control_head; member
|
/kernel/linux/linux-5.10/drivers/reset/ |
H A D | core.c | 106 INIT_LIST_HEAD(&rcdev->reset_control_head); in reset_controller_register() 502 list_for_each_entry(rc, &rstc->rcdev->reset_control_head, list) { in reset_control_acquire() 548 list_for_each_entry(rstc, &rcdev->reset_control_head, list) { in __reset_control_get_internal() 576 list_add(&rstc->list, &rcdev->reset_control_head); in __reset_control_get_internal()
|
/kernel/linux/linux-6.6/drivers/reset/ |
H A D | core.c | 107 INIT_LIST_HEAD(&rcdev->reset_control_head); in reset_controller_register() 660 list_for_each_entry(rc, &rstc->rcdev->reset_control_head, list) { in reset_control_acquire() 756 list_for_each_entry(rstc, &rcdev->reset_control_head, list) { in __reset_control_get_internal() 784 list_add(&rstc->list, &rcdev->reset_control_head); in __reset_control_get_internal()
|
Completed in 4 milliseconds