Searched refs:stdma_lock (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/atari/ |
H A D | stdma.c | 19 /* ST-DMA chip. Callers to stdma_lock() that cannot granted access are */ 22 /* service routine to stdma_lock(). */ 89 * Function: void stdma_lock( isrfunc isr, void *data ) 93 * stdma_lock() may not be called from an interrupt! You have to 104 void stdma_lock(irq_handler_t handler, void *data) in stdma_lock() function 111 EXPORT_SYMBOL(stdma_lock); variable 211 * registered by stdma_lock().
|
/kernel/linux/linux-6.6/arch/m68k/atari/ |
H A D | stdma.c | 19 /* ST-DMA chip. Callers to stdma_lock() that cannot granted access are */ 22 /* service routine to stdma_lock(). */ 88 * Function: void stdma_lock( isrfunc isr, void *data ) 92 * stdma_lock() may not be called from an interrupt! You have to 103 void stdma_lock(irq_handler_t handler, void *data) in stdma_lock() function 110 EXPORT_SYMBOL(stdma_lock); variable 210 * registered by stdma_lock().
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | atari_stdma.h | 13 void stdma_lock(irq_handler_t handler, void *data);
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | atari_stdma.h | 13 void stdma_lock(irq_handler_t handler, void *data);
|
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | falconide.c | 56 stdma_lock(handler, data); in falconide_get_lock()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | atari_scsi.c | 369 * calling stdma_lock(). But if the DMA is locked by the SCSI code and 386 stdma_lock(scsi_falcon_intr, instance); in falcon_get_lock()
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | ataflop.c | 736 stdma_lock(floppy_irq, NULL); in do_format()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | ataflop.c | 765 stdma_lock(floppy_irq, NULL); in do_format()
|
Completed in 7 milliseconds