Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/reset/sti/
Dreset-stih407.c110 static const struct syscfg_reset_controller_data stih407_powerdown_controller = {
116 static const struct syscfg_reset_controller_data stih407_softreset_controller = {
123 static const struct syscfg_reset_controller_data stih407_picophyreset_controller = {
Dreset-stih415.c79 static struct syscfg_reset_controller_data stih415_powerdown_controller = {
85 static struct syscfg_reset_controller_data stih415_softreset_controller = {
Dreset-stih416.c110 static struct syscfg_reset_controller_data stih416_powerdown_controller = {
116 static struct syscfg_reset_controller_data stih416_softreset_controller = {
Dreset-syscfg.h51 struct syscfg_reset_controller_data { struct
Dreset-syscfg.c120 const struct syscfg_reset_controller_data *data) in syscfg_reset_controller_register()