Searched refs:reset_dev (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/mips/ralink/ |
D | reset.c | 70 static struct reset_controller_dev reset_dev = { variable 79 reset_dev.of_node = of_find_compatible_node(NULL, NULL, in ralink_rst_init() 81 if (!reset_dev.of_node) in ralink_rst_init() 84 reset_controller_register(&reset_dev); in ralink_rst_init()
|
/linux-4.4.14/arch/mips/lantiq/xway/ |
D | reset.c | 267 static struct reset_controller_dev reset_dev = { variable 276 reset_dev.of_node = of_find_compatible_node(NULL, NULL, in ltq_rst_init() 278 if (!reset_dev.of_node) in ltq_rst_init() 281 reset_controller_register(&reset_dev); in ltq_rst_init()
|
/linux-4.4.14/block/ |
D | cfq-iosched.c | 1526 bool on_dfl, bool reset_dev, bool is_leaf_weight); 1818 bool on_dfl, bool reset_dev, bool is_leaf_weight) in __cfq_set_weight() argument 1849 if (reset_dev) in __cfq_set_weight() 1854 if (reset_dev) in __cfq_set_weight()
|
/linux-4.4.14/drivers/crypto/ |
D | talitos.c | 553 int ch, error, reset_dev = 0; in talitos_error() local 623 reset_dev = 1; in talitos_error() 627 if (reset_dev || (is_sec1 && isr & ~TALITOS1_ISR_4CHERR) || in talitos_error()
|