Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wan/framer/
Dframer-core.c585 struct framer *framer = container_of(work, struct framer, notify_status_work); in framer_notify_status_work()
595 queue_work(system_power_efficient_wq, &framer->notify_status_work); in framer_notify_status_change()
631 INIT_WORK(&framer->notify_status_work, framer_notify_status_work); in framer_create()
688 cancel_work_sync(&framer->notify_status_work); in framer_destroy()
/linux-6.12.1/include/linux/framer/
Dframer.h90 struct work_struct notify_status_work; member