Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ide/
H A Dcore.c879 static void ide_dma_cb(void *opaque, int ret) in ide_dma_cb() function
964 BDRV_SECTOR_SIZE, ide_dma_cb, s); in ide_dma_cb()
968 BDRV_SECTOR_SIZE, ide_dma_cb, s); in ide_dma_cb()
973 ide_issue_trim, s, ide_dma_cb, s, in ide_dma_cb()
1007 ide_start_dma(s, ide_dma_cb); in ide_sector_start_dma()
2720 ide_start_dma(s, ide_dma_cb); in ide_restart_dma()
H A Dtrace-events22 ide_dma_cb(void *s, int64_t sector_num, int n, const char *dma) "IDEState %p; sector_num=%"PRId64" …