Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/platform/mellanox/
A Dmlxreg-hotplug.c60 struct delayed_work dwork_irq; member
527 dwork_irq.work); in mlxreg_hotplug_work_handler()
579 cancel_delayed_work(&priv->dwork_irq); in mlxreg_hotplug_work_handler()
580 schedule_delayed_work(&priv->dwork_irq, 0); in mlxreg_hotplug_work_handler()
661 mlxreg_hotplug_work_handler(&priv->dwork_irq.work); in mlxreg_hotplug_set_irq()
680 cancel_delayed_work_sync(&priv->dwork_irq); in mlxreg_hotplug_unset_irq()
715 schedule_delayed_work(&priv->dwork_irq, 0); in mlxreg_hotplug_irq_handler()
765 INIT_DELAYED_WORK(&priv->dwork_irq, mlxreg_hotplug_work_handler); in mlxreg_hotplug_probe()

Completed in 6 milliseconds