Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/ralink/
Dreset.c67 static struct reset_controller_dev reset_dev = { variable
76 reset_dev.of_node = of_find_compatible_node(NULL, NULL, in ralink_rst_init()
78 if (!reset_dev.of_node) in ralink_rst_init()
81 reset_controller_register(&reset_dev); in ralink_rst_init()
/linux-4.1.27/arch/mips/lantiq/xway/
Dreset.c160 static struct reset_controller_dev reset_dev = { variable
169 reset_dev.of_node = of_find_compatible_node(NULL, NULL, in ltq_rst_init()
171 if (!reset_dev.of_node) in ltq_rst_init()
174 reset_controller_register(&reset_dev); in ltq_rst_init()
/linux-4.1.27/drivers/crypto/
Dtalitos.c448 int ch, error, reset_dev = 0, reset_ch = 0; in talitos_error() local
506 reset_dev = 1; in talitos_error()
510 if (reset_dev || isr & ~TALITOS_ISR_4CHERR || isr_lo) { in talitos_error()