Home
last modified time | relevance | path

Searched refs:reset_handlers (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsmu_v13_0_10.c49 list_for_each_entry(handler, &reset_ctl->reset_handlers, in smu_v13_0_10_get_reset_handler()
58 list_for_each_entry (handler, &reset_ctl->reset_handlers, in smu_v13_0_10_get_reset_handler()
123 list_for_each_entry(handler, &reset_ctl->reset_handlers, in smu_v13_0_10_async_reset()
288 INIT_LIST_HEAD(&reset_ctl->reset_handlers); in smu_v13_0_10_reset_init()
H A Dsienna_cichlid.c53 list_for_each_entry(handler, &reset_ctl->reset_handlers, in sienna_cichlid_get_reset_handler()
61 list_for_each_entry (handler, &reset_ctl->reset_handlers, in sienna_cichlid_get_reset_handler()
124 list_for_each_entry(handler, &reset_ctl->reset_handlers, in sienna_cichlid_async_reset()
297 INIT_LIST_HEAD(&reset_ctl->reset_handlers); in sienna_cichlid_reset_init()
H A Daldebaran.c55 list_for_each_entry(handler, &reset_ctl->reset_handlers, in aldebaran_get_reset_handler()
63 list_for_each_entry(handler, &reset_ctl->reset_handlers, in aldebaran_get_reset_handler()
128 list_for_each_entry(handler, &reset_ctl->reset_handlers, in aldebaran_async_reset()
435 INIT_LIST_HEAD(&reset_ctl->reset_handlers); in aldebaran_reset_init()
H A Damdgpu_reset.h66 struct list_head reset_handlers; member
H A Damdgpu_reset.c33 list_add_tail(&handler->handler_list, &reset_ctl->reset_handlers); in amdgpu_reset_add_handler()