Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/regulator/
Dirq_helpers.c29 struct delayed_work isr_work; member
59 isr_work.work); in regulator_notifier_isr_work()
149 mod_delayed_work(system_wq, &h->isr_work, in regulator_notifier_isr_work()
152 mod_delayed_work(system_highpri_wq, &h->isr_work, in regulator_notifier_isr_work()
252 schedule_delayed_work(&h->isr_work, in regulator_notifier_isr()
256 &h->isr_work, in regulator_notifier_isr()
364 INIT_DELAYED_WORK(&h->isr_work, regulator_notifier_isr_work); in regulator_irq_helper()
394 cancel_delayed_work_sync(&h->isr_work); in regulator_irq_helper_cancel()
/linux-6.1.9/drivers/mfd/
Dezx-pcap.c43 struct work_struct isr_work; member
178 struct pcap_chip *pcap = container_of(work, struct pcap_chip, isr_work); in pcap_isr_work()
210 queue_work(pcap->workqueue, &pcap->isr_work); in pcap_irq_handler()
434 INIT_WORK(&pcap->isr_work, pcap_isr_work); in ezx_pcap_probe()