Home
last modified time | relevance | path

Searched refs:handle_store (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/s390x/
H A Ds390-ccw.c67 if (cdc && cdc->handle_store) { in s390_ccw_store()
68 ret = cdc->handle_store(sch); in s390_ccw_store()
/openbmc/qemu/include/hw/s390x/
H A Ds390-ccw.h39 IOInstEnding (*handle_store) (SubchDev *sch); member
/openbmc/qemu/hw/vfio/
H A Dccw.c720 cdc->handle_store = vfio_ccw_handle_store; in vfio_ccw_class_init()