Home
last modified time | relevance | path

Searched refs:resettable_class_set_parent_phases (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/qemu/scripts/coccinelle/
H A Dreset-type.cocci23 // resettable_class_set_parent_phases, and remember the function name.
34 resettable_class_set_parent_phases(rc, enterfn, holdfn, exitfn, e);
67 resettable_class_set_parent_phases(rc, enterfn, holdfn, exitfn, e);
/openbmc/qemu/include/hw/
H A Dresettable.h241 void resettable_class_set_parent_phases(ResettableClass *rc,
/openbmc/qemu/target/tricore/
H A Dcpu.c191 resettable_class_set_parent_phases(rc, NULL, tricore_cpu_reset_hold, NULL, in tricore_cpu_class_init()
/openbmc/qemu/docs/devel/
H A Dreset.rst144 The ``resettable_class_set_parent_phases()`` class function may be used to
198 resettable_class_set_parent_phases(rc,
207 ``resettable_class_set_parent_phases()``. For example, the following will
210 resettable_class_set_parent_phases(rc, mydev_reset_enter, NULL, NULL,
/openbmc/qemu/target/rx/
H A Dcpu.c209 resettable_class_set_parent_phases(rc, NULL, rx_cpu_reset_hold, NULL, in rx_cpu_class_init()
/openbmc/qemu/hw/intc/
H A Darm_gicv3_its_kvm.c252 resettable_class_set_parent_phases(rc, NULL, kvm_arm_its_reset_hold, NULL, in kvm_arm_its_class_init()
H A Darm_gic_kvm.c605 resettable_class_set_parent_phases(rc, NULL, kvm_arm_gic_reset_hold, NULL, in kvm_arm_gic_class_init()
/openbmc/qemu/hw/core/
H A Dresettable.c267 void resettable_class_set_parent_phases(ResettableClass *rc, in resettable_class_set_parent_phases() function
/openbmc/qemu/hw/pci-bridge/
H A Dcxl_root_port.c276 resettable_class_set_parent_phases(rc, NULL, cxl_rp_reset_hold, NULL, in cxl_root_port_class_init()
/openbmc/qemu/target/xtensa/
H A Dcpu.c255 resettable_class_set_parent_phases(rc, NULL, xtensa_cpu_reset_hold, NULL, in xtensa_cpu_class_init()
/openbmc/qemu/hw/display/
H A Dvirtio-vga.c229 resettable_class_set_parent_phases(rc, NULL, virtio_vga_base_reset_hold, in virtio_vga_base_class_init()
/openbmc/qemu/target/sh4/
H A Dcpu.c274 resettable_class_set_parent_phases(rc, NULL, superh_cpu_reset_hold, NULL, in superh_cpu_class_init()
/openbmc/qemu/target/cris/
H A Dcpu.c275 resettable_class_set_parent_phases(rc, NULL, cris_cpu_reset_hold, NULL, in cris_cpu_class_init()
/openbmc/qemu/target/openrisc/
H A Dcpu.c250 resettable_class_set_parent_phases(rc, NULL, openrisc_cpu_reset_hold, NULL, in openrisc_cpu_class_init()
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb.c323 resettable_class_set_parent_phases(rc, NULL, pnv_phb_root_port_reset_hold, in pnv_phb_root_port_class_init()
H A Dpnv_phb3_msi.c295 resettable_class_set_parent_phases(rc, NULL, phb3_msi_reset_hold, NULL, in phb3_msi_class_init()
/openbmc/qemu/target/avr/
H A Dcpu.c229 resettable_class_set_parent_phases(rc, NULL, avr_cpu_reset_hold, NULL, in avr_cpu_class_init()
/openbmc/qemu/target/hexagon/
H A Dcpu.c341 resettable_class_set_parent_phases(rc, NULL, hexagon_cpu_reset_hold, NULL, in hexagon_cpu_class_init()
/openbmc/qemu/target/microblaze/
H A Dcpu.c432 resettable_class_set_parent_phases(rc, NULL, mb_cpu_reset_hold, NULL, in mb_cpu_class_init()
/openbmc/qemu/hw/misc/
H A Dmac_via.c1339 resettable_class_set_parent_phases(rc, NULL, mos6522_q800_via1_reset_hold, in mos6522_q800_via1_class_init()
1427 resettable_class_set_parent_phases(rc, NULL, mos6522_q800_via2_reset_hold, in mos6522_q800_via2_class_init()
/openbmc/qemu/hw/input/
H A Dps2.c1264 resettable_class_set_parent_phases(rc, NULL, ps2_kbd_reset_hold, NULL, in ps2_kbd_class_init()
1283 resettable_class_set_parent_phases(rc, NULL, ps2_mouse_reset_hold, NULL, in ps2_mouse_class_init()
/openbmc/qemu/hw/misc/macio/
H A Dcuda.c607 resettable_class_set_parent_phases(rc, NULL, mos6522_cuda_reset_hold, in mos6522_cuda_class_init()
H A Dpmu.c817 resettable_class_set_parent_phases(rc, NULL, mos6522_pmu_reset_hold, in mos6522_pmu_class_init()
/openbmc/qemu/target/m68k/
H A Dcpu.c554 resettable_class_set_parent_phases(rc, NULL, m68k_cpu_reset_hold, NULL, in m68k_cpu_class_init()
/openbmc/qemu/target/mips/
H A Dcpu.c576 resettable_class_set_parent_phases(rc, NULL, mips_cpu_reset_hold, NULL, in mips_cpu_class_init()

12