Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/reset/
H A Dsti-reset.c20 const struct syscfg_reset_controller_data *data;
56 struct syscfg_reset_controller_data { struct
174 syscfg_reset_controller_data stih407_powerdown_controller = {
181 syscfg_reset_controller_data stih407_softreset_controller = {
189 syscfg_reset_controller_data stih407_picophyreset_controller = {
227 struct syscfg_reset_controller_data *reset_desc = in sti_reset_program_hw()
228 (struct syscfg_reset_controller_data *)(dev->driver_data); in sti_reset_program_hw()
/OK3568_Linux_fs/kernel/drivers/reset/sti/
H A 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 = {
H A Dreset-syscfg.h47 struct syscfg_reset_controller_data { struct
H A Dreset-syscfg.c142 const struct syscfg_reset_controller_data *data) in syscfg_reset_controller_register()