Home
last modified time | relevance | path

Searched refs:io_fn (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/dma/
H A Dsoc_dma.c34 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 Dsoc_dma.h60 soc_dma_io_t io_fn[2]; member
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_int.h548 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 Ddrbd_main.c3474 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 Ddrbd_state.c1523 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()