Home
last modified time | relevance | path

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

/openbmc/qemu/hw/s390x/
H A Ds390-ccw.c47 if (!cdc->handle_clear) { in s390_ccw_clear()
50 return cdc->handle_clear(sch); in s390_ccw_clear()
/openbmc/qemu/include/hw/s390x/
H A Ds390-ccw.h38 int (*handle_clear) (SubchDev *sch); member
/openbmc/qemu/hw/vfio/
H A Dccw.c719 cdc->handle_clear = vfio_ccw_handle_clear; in vfio_ccw_class_init()