Searched refs:notif_work (Results 1 – 2 of 2) sorted by relevance
490 cldev = container_of(work, struct mei_cl_device, notif_work); in mei_cl_bus_notif_work()514 schedule_work(&cldev->notif_work); in mei_cl_bus_notify_event()603 INIT_WORK(&cldev->notif_work, mei_cl_bus_notif_work); in mei_cldev_register_notif_cb()609 cancel_work_sync(&cldev->notif_work); in mei_cldev_register_notif_cb()897 cancel_work_sync(&cldev->notif_work); in mei_cldev_unregister_callbacks()
53 struct work_struct notif_work; member