Home
last modified time | relevance | path

Searched refs:notify_work (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/virt/nitro_enclaves/
H A Dne_pci_dev.c219 container_of(work, struct ne_pci_dev, notify_work); in ne_event_work_handler()
281 queue_work(ne_pci_dev->event_wq, &ne_pci_dev->notify_work); in ne_event_handler()
339 INIT_WORK(&ne_pci_dev->notify_work, ne_event_work_handler); in ne_setup_msix()
378 flush_work(&ne_pci_dev->notify_work); in ne_teardown_msix()
H A Dne_pci_dev.h302 struct work_struct notify_work; member
/linux/drivers/usb/typec/ucsi/
H A Ducsi_glink.c75 struct work_struct notify_work; member
300 struct pmic_glink_ucsi *ucsi = container_of(work, struct pmic_glink_ucsi, notify_work); in pmic_glink_ucsi_notify()
345 schedule_work(&ucsi->notify_work); in pmic_glink_ucsi_callback()
400 INIT_WORK(&ucsi->notify_work, pmic_glink_ucsi_notify); in pmic_glink_ucsi_probe()
/linux/drivers/firmware/arm_scmi/
H A Dnotify.c244 struct work_struct notify_work; member
547 eq = container_of(work, struct events_queue, notify_work); in scmi_events_dispatcher()
632 &r_evt->proto->equeue.notify_work); in scmi_notify()
671 INIT_WORK(&equeue->notify_work, scmi_events_dispatcher); in scmi_initialize_events_queue()
877 cancel_work_sync(&pd->equeue.notify_work); in scmi_deregister_protocol_events()
/linux/drivers/infiniband/hw/mlx5/
H A Dcq.c947 notify_work); in notify_soft_wc_handler()
1002 INIT_WORK(&cq->notify_work, notify_soft_wc_handler); in mlx5_ib_create_cq()
1462 schedule_work(&cq->notify_work); in mlx5_ib_generate_wc()
/linux/drivers/net/bonding/
H A Dbond_main.c1647 cancel_delayed_work_sync(&slave->notify_work); in slave_kobj_release()
1684 INIT_DELAYED_WORK(&slave->notify_work, bond_netdev_notify_work); in bond_alloc_slave()
1719 notify_work.work); in bond_netdev_notify_work()
1729 queue_delayed_work(slave->bond->wq, &slave->notify_work, 1); in bond_netdev_notify_work()
1735 queue_delayed_work(slave->bond->wq, &slave->notify_work, 0); in bond_queue_slave_event()