Searched refs:io_fn (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/dma/ |
H A D | soc_dma.c | 34 ch->io_fn[1](ch->io_opaque[1], ch->paddr[0], ch->bytes); in transfer_mem2fifo() 40 ch->io_fn[0](ch->io_opaque[0], ch->paddr[1], ch->bytes); in transfer_fifo2mem() 55 ch->io_fn[0](ch->io_opaque[0], fifo_buf, ch->bytes); in transfer_fifo2fifo() 56 ch->io_fn[1](ch->io_opaque[1], fifo_buf, ch->bytes); in transfer_fifo2fifo() 142 ch->io_fn[port] = entry->u.fifo.fn; in soc_dma_ch_update_type()
|
/openbmc/qemu/include/hw/arm/ |
H A D | soc_dma.h | 60 soc_dma_io_t io_fn[2]; member
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_int.h | 548 int (*io_fn)(struct drbd_device *device, struct drbd_peer_device *peer_device); member 1070 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *), 1075 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *), 1079 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *),
|
H A D | drbd_main.c | 3474 rv = work->io_fn(device, work->peer_device); in w_bitmap_io() 3509 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *), in drbd_queue_bitmap_io() 3524 device->bm_io_work.io_fn = io_fn; in drbd_queue_bitmap_io() 3552 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *), in drbd_bitmap_io() 3566 rv = io_fn(device, peer_device); in drbd_bitmap_io()
|
H A D | drbd_state.c | 1523 int (*io_fn)(struct drbd_device *, struct drbd_peer_device *), in drbd_bitmap_io_from_worker() 1535 rv = io_fn(device, peer_device); in drbd_bitmap_io_from_worker()
|