Home
last modified time | relevance | path

Searched defs:s (Results 676 – 700 of 1843) sorted by relevance

1...<<21222324252627282930>>...74

/openbmc/qemu/hw/misc/
H A Dexynos4210_clk.c68 const Exynos4210ClkState *s = (Exynos4210ClkState *)opaque; in exynos4210_clk_read() local
86 Exynos4210ClkState *s = (Exynos4210ClkState *)opaque; in exynos4210_clk_write() local
114 Exynos4210ClkState *s = EXYNOS4210_CLK(dev); in exynos4210_clk_reset() local
125 Exynos4210ClkState *s = EXYNOS4210_CLK(obj); in exynos4210_clk_init() local
H A Dmips_itu.c142 static inline uint32_t get_num_cells(MIPSITUState *s) in get_num_cells()
152 static inline int get_cell_stride_shift(const MIPSITUState *s) in get_cell_stride_shift()
158 static inline ITCStorageCell *get_cell(MIPSITUState *s, in get_cell()
378 MIPSITUState *s = (MIPSITUState *)opaque; in itc_storage_read() local
425 MIPSITUState *s = (MIPSITUState *)opaque; in itc_storage_write() local
479 static void itc_reset_cells(MIPSITUState *s) in itc_reset_cells()
495 MIPSITUState *s = MIPS_ITU(obj); in mips_itu_init() local
507 MIPSITUState *s = MIPS_ITU(dev); in mips_itu_realize() local
525 MIPSITUState *s = MIPS_ITU(dev); in mips_itu_reset() local
H A Dpvpanic-isa.c41 PVPanicISAState *s = PVPANIC_ISA_DEVICE(obj); in pvpanic_isa_initfn() local
49 PVPanicISAState *s = PVPANIC_ISA_DEVICE(dev); in pvpanic_isa_realizefn() local
69 PVPanicISAState *s = PVPANIC_ISA_DEVICE(adev); in build_pvpanic_isa_aml() local
/openbmc/openpower-hw-diags/test/
H A Dtest-pll-unlock.cpp42 std::string s{}; in TEST() local
109 std::string s{}; in TEST() local
178 std::string s{}; in TEST() local
244 std::string s{}; in TEST() local
322 std::string s{}; in TEST() local
/openbmc/qemu/hw/dma/
H A Dpl330.c341 static void pl330_fifo_init(PL330Fifo *s, uint32_t size) in pl330_fifo_init()
350 static inline int pl330_fifo_inc(PL330Fifo *s, int x) in pl330_fifo_inc()
357 static inline int pl330_fifo_num_free(PL330Fifo *s) in pl330_fifo_num_free()
368 static int pl330_fifo_push(PL330Fifo *s, uint8_t *buf, int len, uint8_t tag) in pl330_fifo_push()
390 static int pl330_fifo_get(PL330Fifo *s, uint8_t *buf, int len, uint8_t tag) in pl330_fifo_get()
412 static inline void pl330_fifo_reset(PL330Fifo *s) in pl330_fifo_reset()
422 static inline uint8_t pl330_fifo_tag(PL330Fifo *s) in pl330_fifo_tag()
429 static int pl330_fifo_has_tag(PL330Fifo *s, uint8_t tag) in pl330_fifo_has_tag()
445 static void pl330_fifo_tagged_remove(PL330Fifo *s, uint8_t tag) in pl330_fifo_tagged_remove()
484 static void pl330_queue_reset(PL330Queue *s) in pl330_queue_reset()
[all …]
/openbmc/qemu/block/
H A Dnull.c84 BDRVNullState *s = bs->opaque; in null_open() local
105 BDRVNullState *s = bs->opaque; in null_co_getlength() local
111 BDRVNullState *s = bs->opaque; in null_co_common() local
124 BDRVNullState *s = bs->opaque; in null_co_preadv() local
175 BDRVNullState *s = bs->opaque; in null_aio_common() local
198 BDRVNullState *s = bs->opaque; in null_aio_preadv() local
235 BDRVNullState *s = bs->opaque; in null_co_block_status() local
/openbmc/qemu/hw/intc/
H A Domap_intc.c61 static void omap_inth_sir_update(OMAPIntcState *s, int is_fiq) in omap_inth_sir_update() argument
89 static inline void omap_inth_update(OMAPIntcState *s, int is_fiq) in omap_inth_update()
137 OMAPIntcState *s = opaque; in omap_inth_read() local
215 OMAPIntcState *s = opaque; in omap_inth_write() local
317 OMAPIntcState *s = OMAP_INTC(dev); in omap_inth_reset() local
347 OMAPIntcState *s = OMAP_INTC(obj); in omap_intc_init() local
361 OMAPIntcState *s = OMAP_INTC(dev); in omap_intc_realize() local
/openbmc/qemu/hw/timer/
H A Dslavio_timer.c75 SLAVIO_TIMERState *s; member
99 SLAVIO_TIMERState *s = tc->s; in slavio_timer_is_user() local
127 SLAVIO_TIMERState *s = tc->s; in slavio_timer_irq() local
146 SLAVIO_TIMERState *s = tc->s; in slavio_timer_mem_readl() local
206 SLAVIO_TIMERState *s = tc->s; in slavio_timer_mem_writel() local
371 SLAVIO_TIMERState *s = SLAVIO_TIMER(d); in slavio_timer_reset() local
394 SLAVIO_TIMERState *s = SLAVIO_TIMER(obj); in slavio_timer_init() local
/openbmc/boost-dbus/test/
H A Davahi.cpp74 [&](boost::system::error_code ec, dbus::message s) { in TEST()
134 f.async_dispatch([&](boost::system::error_code ec, dbus::message s) { in TEST()
166 [&](boost::system::error_code ec, dbus::message s) {}); in TEST()
184 boost::system::error_code ec, dbus::message s) { in TEST()
246 [&](boost::system::error_code ec, dbus::message s) { in TEST()
263 r, [&](boost::system::error_code ec, dbus::message s) {}); in TEST()
304 [&](boost::system::error_code ec, dbus::message s) { in TEST()
318 r, [&](boost::system::error_code ec, dbus::message s) {}); in TEST()
331 bus->async_send(m, [&](boost::system::error_code ec, dbus::message s) { in TEST()
/openbmc/qemu/hw/arm/
H A Dxlnx-zynqmp.c212 static void xlnx_zynqmp_create_rpu(MachineState *ms, XlnxZynqMPState *s, in xlnx_zynqmp_create_rpu()
256 static void xlnx_zynqmp_create_bbram(XlnxZynqMPState *s, qemu_irq *gic) in xlnx_zynqmp_create_bbram()
272 static void xlnx_zynqmp_create_efuse(XlnxZynqMPState *s, qemu_irq *gic) in xlnx_zynqmp_create_efuse()
297 static void xlnx_zynqmp_create_apu_ctrl(XlnxZynqMPState *s, qemu_irq *gic) in xlnx_zynqmp_create_apu_ctrl()
318 static void xlnx_zynqmp_create_crf(XlnxZynqMPState *s, qemu_irq *gic) in xlnx_zynqmp_create_crf()
330 static void xlnx_zynqmp_create_ttc(XlnxZynqMPState *s, qemu_irq *gic) in xlnx_zynqmp_create_ttc()
348 static void xlnx_zynqmp_create_unimp_mmio(XlnxZynqMPState *s) in xlnx_zynqmp_create_unimp_mmio()
377 XlnxZynqMPState *s = XLNX_ZYNQMP(obj); in xlnx_zynqmp_init() local
450 XlnxZynqMPState *s = XLNX_ZYNQMP(dev); in xlnx_zynqmp_realize() local
/openbmc/qemu/hw/net/
H A Dmcf_fec.c192 static void mcf_fec_update(mcf_fec_state *s) in mcf_fec_update()
211 static void mcf_fec_tx_stats(mcf_fec_state *s, int size) in mcf_fec_tx_stats()
236 static void mcf_fec_do_tx(mcf_fec_state *s) in mcf_fec_do_tx()
288 static void mcf_fec_enable_rx(mcf_fec_state *s) in mcf_fec_enable_rx()
302 mcf_fec_state *s = MCF_FEC_NET(dev); in mcf_fec_reset() local
320 static uint64_t mcf_fec_read_mdio(mcf_fec_state *s) in mcf_fec_read_mdio()
363 mcf_fec_state *s = (mcf_fec_state *)opaque; in mcf_fec_read() local
403 mcf_fec_state *s = (mcf_fec_state *)opaque; in mcf_fec_write() local
502 static void mcf_fec_rx_stats(mcf_fec_state *s, int size) in mcf_fec_rx_stats()
527 static int mcf_fec_have_receive_space(mcf_fec_state *s, size_t want) in mcf_fec_have_receive_space()
[all …]
/openbmc/qemu/hw/ipmi/
H A Dipmi_bmc_sim.c156 #define IPMI_SENSOR_GET_PRESENT(s) ((s)->status & 0x01) argument
157 #define IPMI_SENSOR_SET_PRESENT(s, v) ((s)->status = (s->status & ~0x01) | \ argument
159 #define IPMI_SENSOR_GET_SCAN_ON(s) ((s)->status & 0x40) argument
160 #define IPMI_SENSOR_SET_SCAN_ON(s, v) ((s)->status = (s->status & ~0x40) | \ argument
162 #define IPMI_SENSOR_GET_EVENTS_ON(s) ((s)->status & 0x80) argument
163 #define IPMI_SENSOR_SET_EVENTS_ON(s, v) ((s)->status = (s->status & ~0x80) | \ argument
165 #define IPMI_SENSOR_GET_RET_STATUS(s) ((s)->status & 0xc0) argument
166 #define IPMI_SENSOR_SET_RET_STATUS(s, v) ((s)->status = (s->status & ~0xc0) | \ argument
168 #define IPMI_SENSOR_IS_DISCRETE(s) ((s)->evt_reading_type_code != 1) argument
231 #define IPMI_BMC_MSG_FLAG_WATCHDOG_TIMEOUT_MASK_SET(s) \ argument
[all …]
/openbmc/qemu/hw/usb/
H A Dvt82c686-uhci-pci.c8 UHCIState *s = opaque; in uhci_isa_set_irq() local
14 UHCIState *s = UHCI(dev); in usb_uhci_vt82c686b_realize() local
/openbmc/qemu/hw/sd/
H A Dsdhci-pci.c33 SDHCIState *s = PCI_SDHCI(dev); in sdhci_pci_realize() local
50 SDHCIState *s = PCI_SDHCI(dev); in sdhci_pci_exit() local
/openbmc/qemu/hw/display/
H A Dsii9022.c67 sii9022_state *s = SII9022(i2c); in sii9022_event() local
88 sii9022_state *s = SII9022(i2c); in sii9022_rx() local
117 sii9022_state *s = SII9022(i2c); in sii9022_tx() local
153 sii9022_state *s = SII9022(dev); in sii9022_reset() local
H A Dssd0323.c76 ssd0323_state *s = SSD0323(dev); in OBJECT_DECLARE_SIMPLE_TYPE() local
186 ssd0323_state *s = (ssd0323_state *)opaque; in ssd0323_update_display() local
278 ssd0323_state *s = (ssd0323_state *)opaque; in ssd0323_invalidate_display() local
285 ssd0323_state *s = (ssd0323_state *)opaque; in ssd0323_cd() local
292 ssd0323_state *s = (ssd0323_state *)opaque; in ssd0323_post_load() local
354 ssd0323_state *s = SSD0323(d); in ssd0323_realize() local
/openbmc/qemu/hw/fsi/
H A Dlbus.c40 FSIScratchPad *s = SCRATCHPAD(opaque); in fsi_scratchpad_read() local
58 FSIScratchPad *s = SCRATCHPAD(opaque); in fsi_scratchpad_write() local
89 FSIScratchPad *s = SCRATCHPAD(dev); in fsi_scratchpad_reset() local
/openbmc/qemu/hw/riscv/
H A Dopentitan.c82 OpenTitanState *s = OPENTITAN_MACHINE(machine); in opentitan_machine_init() local
129 LowRISCIbexSoCState *s = RISCV_IBEX_SOC(obj); in lowrisc_ibex_soc_init() local
151 LowRISCIbexSoCState *s = RISCV_IBEX_SOC(dev_soc); in lowrisc_ibex_soc_realize() local
/openbmc/qemu/hw/cpu/
H A Da9mpcore.c24 A9MPPrivState *s = (A9MPPrivState *)opaque; in a9mp_priv_set_irq() local
31 A9MPPrivState *s = A9MPCORE_PRIV(obj); in a9mp_priv_initfn() local
50 A9MPPrivState *s = A9MPCORE_PRIV(dev); in a9mp_priv_realize() local
/openbmc/u-boot/scripts/dtc/
H A Dutil.c39 char *xstrdup(const char *s) in xstrdup()
105 const char *s = data; in util_is_printable_string() local
139 static char get_oct_char(const char *s, int *i) in get_oct_char()
162 static char get_hex_char(const char *s, int *i) in get_hex_char()
179 char get_escape_char(const char *s, int *i) in get_escape_char()
381 const char *s; in utilfdt_print_data() local
/openbmc/qemu/hw/m68k/
H A Dmcf5208.c62 static void m5208_timer_update(m5208_timer_state *s) in m5208_timer_update()
73 m5208_timer_state *s = (m5208_timer_state *)opaque; in m5208_timer_write() local
132 m5208_timer_state *s = (m5208_timer_state *)opaque; in m5208_timer_trigger() local
140 m5208_timer_state *s = (m5208_timer_state *)opaque; in m5208_timer_read() local
235 m5208_timer_state *s; in mcf5208_sys_init() local
260 SysBusDevice *s; in mcf_fec_init() local
/openbmc/qemu/hw/pci-host/
H A Dbonito.c248 PCIBonitoState *s = opaque; in OBJECT_DECLARE_SIMPLE_TYPE() local
312 PCIBonitoState *s = opaque; in bonito_readl() local
339 PCIBonitoState *s = opaque; in bonito_pciconf_writel() local
350 PCIBonitoState *s = opaque; in bonito_pciconf_readl() local
373 PCIBonitoState *s = opaque; in bonito_ldma_readl() local
387 PCIBonitoState *s = opaque; in bonito_ldma_writel() local
410 PCIBonitoState *s = opaque; in bonito_cop_readl() local
424 PCIBonitoState *s = opaque; in bonito_cop_writel() local
445 PCIBonitoState *s = opaque; in bonito_sbridge_pciaddr() local
483 PCIBonitoState *s = opaque; in bonito_spciconf_write() local
[all …]
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-vfio.h30 static inline S390PCIDMACount *s390_pci_start_dma_count(S390pciState *s, in s390_pci_start_dma_count()
35 static inline void s390_pci_end_dma_count(S390pciState *s, in s390_pci_end_dma_count()
/openbmc/sdbusplus/src/
H A Devent.cpp10 source::source(source&& s) in source() function in sdbusplus::event::source
20 source& source::operator=(source&& s) in operator =()
115 source s{*this}; in add_io() local
154 source s{*this}; in add_oneshot_timer() local
/openbmc/qemu/ui/
H A Dinput.c51 QemuInputHandlerState *s = g_new0(QemuInputHandlerState, 1); in qemu_input_handler_register() local
63 void qemu_input_handler_activate(QemuInputHandlerState *s) in qemu_input_handler_activate()
70 void qemu_input_handler_deactivate(QemuInputHandlerState *s) in qemu_input_handler_deactivate()
77 void qemu_input_handler_unregister(QemuInputHandlerState *s) in qemu_input_handler_unregister()
84 void qemu_input_handler_bind(QemuInputHandlerState *s, in qemu_input_handler_bind()
103 QemuInputHandlerState *s; in qemu_input_find_handler() local
308 QemuInputHandlerState *s; in qemu_input_event_send_impl() local
351 QemuInputHandlerState *s; in qemu_input_event_sync_impl() local
463 QemuInputHandlerState *s; in qemu_input_is_absolute() local
564 QemuInputHandlerState *s; in qmp_query_mice() local
[all …]

1...<<21222324252627282930>>...74