Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/typec/ucsi/
Ducsi_glink.c66 struct work_struct notify_work; member
211 struct pmic_glink_ucsi *ucsi = container_of(work, struct pmic_glink_ucsi, notify_work); in pmic_glink_ucsi_notify()
255 schedule_work(&ucsi->notify_work); in pmic_glink_ucsi_callback()
294 INIT_WORK(&ucsi->notify_work, pmic_glink_ucsi_notify); in pmic_glink_ucsi_probe()
/Linux-v6.6/drivers/virt/nitro_enclaves/
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()
Dne_pci_dev.h302 struct work_struct notify_work; member
/Linux-v6.6/drivers/firmware/arm_scmi/
Dnotify.c243 struct work_struct notify_work; member
542 eq = container_of(work, struct events_queue, notify_work); in scmi_events_dispatcher()
627 &r_evt->proto->equeue.notify_work); in scmi_notify()
666 INIT_WORK(&equeue->notify_work, scmi_events_dispatcher); in scmi_initialize_events_queue()
857 cancel_work_sync(&pd->equeue.notify_work); in scmi_deregister_protocol_events()
/Linux-v6.6/drivers/infiniband/hw/mlx5/
Dcq.c939 notify_work); in notify_soft_wc_handler()
993 INIT_WORK(&cq->notify_work, notify_soft_wc_handler); in mlx5_ib_create_cq()
1439 schedule_work(&cq->notify_work); in mlx5_ib_generate_wc()
Dmlx5_ib.h581 struct work_struct notify_work; member
/Linux-v6.6/include/net/
Dbonding.h184 struct delayed_work notify_work; member
/Linux-v6.6/drivers/net/bonding/
Dbond_main.c1670 cancel_delayed_work_sync(&slave->notify_work); in slave_kobj_release()
1707 INIT_DELAYED_WORK(&slave->notify_work, bond_netdev_notify_work); in bond_alloc_slave()
1742 notify_work.work); in bond_netdev_notify_work()
1752 queue_delayed_work(slave->bond->wq, &slave->notify_work, 1); in bond_netdev_notify_work()
1758 queue_delayed_work(slave->bond->wq, &slave->notify_work, 0); in bond_queue_slave_event()