Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dinit.c372 struct ssv_softc *sc = container_of(nfb, struct ssv_softc, cpu_nfb); in ssv6xxx_cpu_callback()
628 sc->cpu_nfb.notifier_call = ssv6xxx_cpu_callback; in ssv6xxx_init_softc()
630 register_cpu_notifier(&sc->cpu_nfb); in ssv6xxx_init_softc()
722 unregister_cpu_notifier(&sc->cpu_nfb); in ssv6xxx_deinit_softc()
H A Ddev.h432 struct notifier_block cpu_nfb; member