Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dterminal3270.c199 static int read_payload_3270(EmulatedCcw3270Device *dev) in read_payload_3270() function
304 ck->read_payload_3270 = read_payload_3270; in terminal_class_init()
/openbmc/qemu/include/hw/s390x/
H A D3270-ccw.h44 int (*read_payload_3270)(EmulatedCcw3270Device *); member
/openbmc/qemu/hw/s390x/
H A D3270-ccw.c32 len = ck->read_payload_3270(dev); in handle_payload_3270_read()