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

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

Completed in 182 milliseconds