Home
last modified time | relevance | path

Searched refs:syscfg_reset_controller_data (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/reset/sti/
Dreset-stih407.c111 static const struct syscfg_reset_controller_data stih407_powerdown_controller = {
117 static const struct syscfg_reset_controller_data stih407_softreset_controller = {
124 static const struct syscfg_reset_controller_data stih407_picophyreset_controller = {
Dreset-syscfg.h47 struct syscfg_reset_controller_data { struct
Dreset-syscfg.c132 const struct syscfg_reset_controller_data *data) in syscfg_reset_controller_register()