Searched refs:thread_fn (Results 1 – 15 of 15) sorted by relevance
| /drivers/media/platform/st/stm32/stm32-dcmipp/ |
| A D | dcmipp-common.c | 50 irq_handler_t thread_fn) in dcmipp_ent_sd_register() argument 95 ved->thread_fn = thread_fn; in dcmipp_ent_sd_register()
|
| A D | dcmipp-common.h | 94 irq_handler_t thread_fn; member 149 irq_handler_t thread_fn);
|
| A D | dcmipp-core.c | 268 if (ved->thread_fn && ved->handler_ret == IRQ_WAKE_THREAD) in dcmipp_irq_thread() 269 ved->thread_fn(irq, ved); in dcmipp_irq_thread() 287 else if (ved->thread_fn) in dcmipp_irq_callback()
|
| A D | dcmipp-bytecap.c | 927 vcap->ved.thread_fn = dcmipp_bytecap_irq_thread; in dcmipp_bytecap_ent_init()
|
| /drivers/pci/ |
| A D | irq.c | 38 irq_handler_t thread_fn, void *dev_id, const char *fmt, ...) in pci_request_irq() argument 54 ret = request_threaded_irq(pci_irq_vector(dev, nr), handler, thread_fn, in pci_request_irq()
|
| /drivers/platform/cznic/ |
| A D | turris-omnia-mcu.h | 118 irq_handler_t thread_fn, const char *devname);
|
| A D | turris-omnia-mcu-gpio.c | 1108 irq_handler_t thread_fn, const char *devname) in omnia_mcu_request_irq() argument 1122 thread_fn, IRQF_ONESHOT, devname, mcu); in omnia_mcu_request_irq()
|
| /drivers/ntb/ |
| A D | msi.c | 281 irq_handler_t thread_fn, in ntbm_msi_request_threaded_irq() argument 298 thread_fn, 0, name, dev_id); in ntbm_msi_request_threaded_irq()
|
| /drivers/misc/lis3lv02d/ |
| A D | lis3lv02d.c | 1119 irq_handler_t thread_fn; in lis3lv02d_init_device() local 1231 thread_fn = lis302dl_interrupt_thread1_8b; in lis3lv02d_init_device() 1233 thread_fn = NULL; in lis3lv02d_init_device() 1236 thread_fn, in lis3lv02d_init_device()
|
| /drivers/powercap/ |
| A D | idle_inject.c | 412 .thread_fn = idle_inject_fn,
|
| /drivers/remoteproc/ |
| A D | qcom_wcnss.c | 498 irq_handler_t thread_fn) in wcnss_request_irq() argument 515 NULL, thread_fn, in wcnss_request_irq()
|
| /drivers/thermal/qcom/ |
| A D | tsens.c | 1175 irq_handler_t thread_fn) in tsens_register_irq() argument 1194 thread_fn, NULL, in tsens_register_irq() 1200 thread_fn, IRQF_ONESHOT, in tsens_register_irq()
|
| /drivers/cxl/ |
| A D | pci.c | 99 irq_handler_t thread_fn) in cxl_request_irq() argument 109 return devm_request_threaded_irq(dev, irq, NULL, thread_fn, in cxl_request_irq()
|
| /drivers/staging/gpib/gpio/ |
| A D | gpib_bitbang.c | 1083 irq_handler_t handler, irq_handler_t thread_fn, unsigned long flags) in bb_get_irq() argument 1094 if (request_threaded_irq(*irq, handler, thread_fn, flags, name, board)) { in bb_get_irq()
|
| /drivers/iommu/amd/ |
| A D | init.c | 2390 int hwirq, irq_handler_t thread_fn) in __iommu_setup_intcapxt() argument 2413 thread_fn, 0, devname, iommu); in __iommu_setup_intcapxt()
|
Completed in 40 milliseconds