Home
last modified time | relevance | path

Searched refs:panic_nb (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drockchip_thermal.c200 struct notifier_block panic_nb; member
2381 thermal = container_of(this, struct rockchip_thermal_data, panic_nb); in rockchip_thermal_panic()
2516 thermal->panic_nb.notifier_call = rockchip_thermal_panic; in rockchip_thermal_probe()
2518 &thermal->panic_nb); in rockchip_thermal_probe()
/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Drockchip_dmc.c119 struct notifier_block panic_nb; member
2569 container_of(nb, struct rockchip_dmcfreq, panic_nb); in rockchip_dmcfreq_panic_notifier()
3117 dmcfreq->panic_nb.notifier_call = rockchip_dmcfreq_panic_notifier; in rockchip_dmcfreq_register_notifier()
3119 &dmcfreq->panic_nb); in rockchip_dmcfreq_register_notifier()