Searched refs:irq_thread (Results 1 - 18 of 18) sorted by relevance

/fuchsia/zircon/system/dev/nand/aml-rawnand/
H A Daml-rawnand.h27 thrd_t irq_thread; member in struct:__anon438
H A Daml-rawnand.c1007 thrd_join(raw_nand->irq_thread, NULL);
1094 int rc = thrd_create_with_name(&raw_nand->irq_thread,
1113 thrd_join(raw_nand->irq_thread, NULL);
/fuchsia/zircon/system/dev/usb/dwc3/
H A Ddwc3-events.c232 thrd_create_with_name(&dwc->irq_thread, dwc3_irq_thread, dwc, "dwc3_irq_thread");
237 thrd_join(dwc->irq_thread, NULL);
H A Ddwc3.h95 thrd_t irq_thread; member in struct:__anon506
H A Ddwc3.c415 thrd_join(dwc->irq_thread, NULL);
/fuchsia/zircon/system/dev/ethernet/realtek-8111/
H A Drtl8111.c48 thrd_t irq_thread; member in struct:ethernet_device
156 static int irq_thread(void* arg) { function
327 thrd_join(edev->irq_thread, NULL);
426 r = thrd_create_with_name(&edev->irq_thread, irq_thread, edev, "rtl-irq-thread");
/fuchsia/zircon/system/dev/i2c/intel-i2c/
H A Dintel-i2c-controller.h137 thrd_t irq_thread; member in struct:intel_serialio_i2c_device
H A Dintel-i2c-controller.c608 zxlogf(INFO, "intel-i2c: unbind irq_handle %d irq_thread %p\n", dev->irq_handle,
609 dev->irq_thread);
610 if ((dev->irq_handle != ZX_HANDLE_INVALID) && dev->irq_thread) {
612 thrd_join(dev->irq_thread, NULL);
866 int ret = thrd_create_with_name(&device->irq_thread, intel_serialio_i2c_irq_thread, device, "i2c-irq");
/fuchsia/zircon/system/dev/input/i2c-hid/
H A Di2c-hid.c59 thrd_t irq_thread; member in struct:i2c_hid_device
495 ret = thrd_create_with_name(&i2chid->irq_thread, i2c_hid_noirq_thread, i2chid,
498 ret = thrd_create_with_name(&i2chid->irq_thread, i2c_hid_irq_thread, i2chid,
/fuchsia/zircon/system/dev/ethernet/intel-ethernet/
H A Dethernet.c50 static int irq_thread(void* arg) { function
319 thrd_create_with_name(&edev->thread, irq_thread, edev, "eth-irq-thread");
/fuchsia/zircon/system/dev/i2c/dw-i2c/
H A Ddw-i2c.c410 thrd_t irq_thread; local
411 thrd_create_with_name(&irq_thread, i2c_dw_irq_thread, device, "i2c_dw_irq_thread");
/fuchsia/zircon/system/dev/block/aml-sd-emmc/
H A Daml-sd-emmc.c55 thrd_t irq_thread; member in struct:aml_sd_emmc_t
197 if (dev->irq_thread)
198 thrd_join(dev->irq_thread, NULL);
1016 int rc = thrd_create_with_name(&dev->irq_thread, aml_sd_emmc_irq_thread, dev,
/fuchsia/zircon/system/dev/block/sdhci/
H A Dsdhci.c77 thrd_t irq_thread; member in struct:sdhci_device
915 thrd_join(dev->irq_thread, NULL);
1074 if (thrd_create_with_name(&dev->irq_thread, sdhci_irq_thread, dev, "sdhci_irq_thread") !=
/fuchsia/zircon/system/dev/input/pc-ps2/
H A Di8042.c31 thrd_t irq_thread; member in struct:i8042_device
713 thrd_join(dev->irq_thread, NULL);
755 int ret = thrd_create_with_name(&dev->irq_thread, i8042_irq_thread, dev, tname);
/fuchsia/zircon/system/dev/block/imx-sdhci/
H A Dimx-sdhci.c1156 thrd_t irq_thread; local
1157 if (thrd_create_with_name(&irq_thread, imx_sdhci_irq_thread,
1161 thrd_detach(irq_thread);
/fuchsia/zircon/system/dev/usb/dwc2/
H A Ddwc2.c125 thrd_t irq_thread; member in struct:dwc_usb
1833 thrd_t irq_thread; local
1834 thrd_create_with_name(&irq_thread, dwc_irq_thread, usb_dwc,
1836 thrd_detach(irq_thread);
/fuchsia/zircon/system/dev/block/ahci/
H A Dahci.c81 thrd_t irq_thread; member in struct:ahci_device
870 int ret = thrd_create_with_name(&device->irq_thread, ahci_irq_thread, device, "ahci-irq");
/fuchsia/zircon/system/dev/block/nvme/
H A Dnvme.c286 static int irq_thread(void* arg) { function
878 if (thrd_create_with_name(&nvme->irqthread, irq_thread, nvme, "nvme-irq-thread")) {

Completed in 158 milliseconds