Searched refs:notify_status_work (Results 1 – 2 of 2) sorted by relevance
585 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()
90 struct work_struct notify_status_work; member