Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/reset/sti/
Dreset-stih407.c115 static const struct syscfg_reset_controller_data stih407_powerdown_controller = {
121 static const struct syscfg_reset_controller_data stih407_softreset_controller = {
128 static const struct syscfg_reset_controller_data stih407_picophyreset_controller = {
Dreset-syscfg.h51 struct syscfg_reset_controller_data { struct
Dreset-syscfg.c145 const struct syscfg_reset_controller_data *data) in syscfg_reset_controller_register()