Home
last modified time | relevance | path

Searched refs:IRB (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/media/
H A Dst-rc.txt1 Device-Tree bindings for ST IRB IP
19 properly for IRB pins.
20 - clocks : phandle with clock-specifier pair for IRB.
/openbmc/qemu/include/hw/s390x/
H A Dioinst.h137 typedef struct IRB { struct
142 } IRB; argument
143 QEMU_BUILD_BUG_MSG(sizeof(IRB) != 96, "size of IRB is wrong");
H A Dcss.h141 void (*irb_cb)(SubchDev *, IRB *);
222 void build_irb_passthrough(SubchDev *sch, IRB *irb);
223 void build_irb_virtual(SubchDev *sch, IRB *irb);
253 int css_do_tsch_get_irb(SubchDev *sch, IRB *irb, int *irb_len);
/openbmc/qemu/hw/vfio/
H A Dccw.c91 QEMU_BUILD_BUG_ON(sizeof(region->irb_area) != sizeof(IRB)); in vfio_ccw_handle_request()
317 IRB irb; in vfio_ccw_io_notifier_handler()
362 memcpy(&irb, region->irb_area, sizeof(IRB)); in vfio_ccw_io_notifier_handler()
/openbmc/qemu/hw/s390x/
H A Dcss.c1686 static void copy_irb_to_guest(IRB *dest, const IRB *src, const PMCW *pmcw, in copy_irb_to_guest()
1722 static void build_irb_sense_data(SubchDev *sch, IRB *irb) in build_irb_sense_data()
1733 void build_irb_passthrough(SubchDev *sch, IRB *irb) in build_irb_passthrough()
1747 void build_irb_virtual(SubchDev *sch, IRB *irb) in build_irb_virtual()
1771 int css_do_tsch_get_irb(SubchDev *sch, IRB *target_irb, int *irb_len) in css_do_tsch_get_irb()
1776 IRB irb; in css_do_tsch_get_irb()
1785 memset(&irb, 0, sizeof(IRB)); in css_do_tsch_get_irb()
/openbmc/linux/Documentation/arch/s390/
H A Dvfio-ccw.rst84 interrupt handler in the form of interrupt response block (IRB).
96 And it will be copied as IRB to user space to pass it back to the
/openbmc/qemu/target/s390x/
H A Dioinst.c339 IRB irb; in ioinst_handle_tsch()