Home
last modified time | relevance | path

Searched defs:s (Results 626 – 650 of 1844) sorted by relevance

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

/openbmc/qemu/hw/core/
H A Dresettable.c78 ResettableState *s = rc->get_state(obj); in resettable_is_in_reset() local
99 ResettableState *s = rc->get_state(obj); in resettable_phase_enter() local
146 ResettableState *s = rc->get_state(obj); in resettable_phase_hold() local
171 ResettableState *s = rc->get_state(obj); in resettable_phase_exit() local
208 ResettableState *s = rc->get_state(obj); in resettable_change_parent() local
/openbmc/qemu/hw/misc/
H A Dstm32l4x5_exti.c81 Stm32l4x5ExtiState *s = STM32L4X5_EXTI(obj); in stm32l4x5_exti_reset_hold() local
96 Stm32l4x5ExtiState *s = opaque; in stm32l4x5_exti_set_irq() local
134 Stm32l4x5ExtiState *s = opaque; in stm32l4x5_exti_read() local
179 Stm32l4x5ExtiState *s = opaque; in stm32l4x5_exti_write() local
245 Stm32l4x5ExtiState *s = STM32L4X5_EXTI(obj); in stm32l4x5_exti_init() local
H A Dallwinner-a10-dramc.c59 const AwA10DramControllerState *s = AW_A10_DRAMC(opaque); in allwinner_a10_dramc_read() local
83 AwA10DramControllerState *s = AW_A10_DRAMC(opaque); in allwinner_a10_dramc_write() local
127 AwA10DramControllerState *s = AW_A10_DRAMC(obj); in allwinner_a10_dramc_reset_enter() local
138 AwA10DramControllerState *s = AW_A10_DRAMC(obj); in allwinner_a10_dramc_init() local
H A Darm11scu.c20 ARM11SCUState *s = (ARM11SCUState *)opaque; in mpcore_scu_read() local
43 ARM11SCUState *s = (ARM11SCUState *)opaque; in mpcore_scu_write() local
71 ARM11SCUState *s = ARM11_SCU(obj); in arm11_scu_init() local
H A Diotkit-sysinfo.c64 IoTKitSysInfo *s = IOTKIT_SYSINFO(opaque); in iotkit_sysinfo_read() local
144 IoTKitSysInfo *s = IOTKIT_SYSINFO(obj); in iotkit_sysinfo_init() local
153 IoTKitSysInfo *s = IOTKIT_SYSINFO(dev); in iotkit_sysinfo_realize() local
H A Dallwinner-cpucfg.c81 static void allwinner_cpucfg_cpu_reset(AwCpuCfgState *s, uint8_t cpu_id) in allwinner_cpucfg_cpu_reset()
109 const AwCpuCfgState *s = AW_CPUCFG(opaque); in allwinner_cpucfg_read() local
168 AwCpuCfgState *s = AW_CPUCFG(opaque); in allwinner_cpucfg_write() local
230 AwCpuCfgState *s = AW_CPUCFG(dev); in allwinner_cpucfg_reset() local
241 AwCpuCfgState *s = AW_CPUCFG(obj); in allwinner_cpucfg_init() local
/openbmc/qemu/hw/intc/
H A Dloongarch_pch_pic.c17 static void pch_pic_update_irq(LoongArchPICCommonState *s, uint64_t mask, in pch_pic_update_irq()
46 LoongArchPICCommonState *s = LOONGARCH_PIC_COMMON(opaque); in pch_pic_irq_handler() local
83 LoongArchPICCommonState *s = LOONGARCH_PIC_COMMON(opaque); in pch_pic_read() local
130 LoongArchPICCommonState *s = LOONGARCH_PIC_COMMON(opaque); in pch_pic_write() local
276 LoongArchPICCommonState *s = LOONGARCH_PIC_COMMON(dev); in loongarch_pic_realize() local
/openbmc/openbmc-tools/sensor_yaml_config/
H A Dsensor_yaml_config.py246 def getDimmTempConfig(s): argument
253 def getMembufTempConfig(s): argument
261 def getCoreTempConfig(s): argument
268 def getPowerConfig(s): argument
/openbmc/qemu/hw/char/
H A Ddebugcon.c57 DebugconState *s = opaque; in debugcon_ioport_write() local
72 DebugconState *s = opaque; in debugcon_ioport_read() local
89 static void debugcon_realize_core(DebugconState *s, Error **errp) in debugcon_realize_core()
103 DebugconState *s = &isa->state; in debugcon_isa_realizefn() local
/openbmc/qemu/hw/arm/
H A Daspeed_ast2600.c149 static qemu_irq aspeed_soc_ast2600_get_irq(AspeedSoCState *s, int dev) in aspeed_soc_ast2600_get_irq()
160 AspeedSoCState *s = ASPEED_SOC(obj); in aspeed_soc_ast2600_init() local
308 AspeedSoCState *s = ASPEED_SOC(dev); in aspeed_soc_ast2600_realize() local
746 static bool aspeed_soc_ast2600_boot_from_emmc(AspeedSoCState *s) in aspeed_soc_ast2600_boot_from_emmc()
/openbmc/qemu/hw/usb/
H A Ddev-mtp.c380 static MTPObject *usb_mtp_object_alloc(MTPState *s, uint32_t handle, in usb_mtp_object_alloc()
426 static void usb_mtp_object_free(MTPState *s, MTPObject *o) in usb_mtp_object_free()
455 static MTPObject *usb_mtp_object_lookup(MTPState *s, uint32_t handle) in usb_mtp_object_lookup()
467 static MTPObject *usb_mtp_add_child(MTPState *s, MTPObject *o, in usb_mtp_add_child()
504 static MTPObject *usb_mtp_object_lookup_id(MTPState *s, int64_t id) in usb_mtp_object_lookup_id()
522 MTPState *s = opaque; in file_monitor_event() local
594 static void usb_mtp_file_monitor_cleanup(MTPState *s) in usb_mtp_file_monitor_cleanup()
608 static void usb_mtp_object_readdir(MTPState *s, MTPObject *o) in usb_mtp_object_readdir()
781 static void usb_mtp_queue_result(MTPState *s, uint16_t code, uint32_t trans, in usb_mtp_queue_result()
806 static MTPData *usb_mtp_get_device_info(MTPState *s, MTPControl *c) in usb_mtp_get_device_info()
[all …]
/openbmc/qemu/hw/acpi/
H A Derst.c377 static uint8_t *get_nvram_ptr_by_index(ERSTDeviceState *s, unsigned index) in get_nvram_ptr_by_index()
390 static void make_erst_storage_header(ERSTDeviceState *s) in make_erst_storage_header()
416 static void check_erst_backend_storage(ERSTDeviceState *s, Error **errp) in check_erst_backend_storage()
471 static void update_map_entry(ERSTDeviceState *s, unsigned index, in update_map_entry()
479 static unsigned find_next_empty_record_index(ERSTDeviceState *s) in find_next_empty_record_index()
494 static unsigned lookup_erst_record(ERSTDeviceState *s, in lookup_erst_record()
528 static unsigned get_next_record_identifier(ERSTDeviceState *s, in get_next_record_identifier()
564 static unsigned clear_erst_record(ERSTDeviceState *s) in clear_erst_record()
589 static unsigned read_erst_record(ERSTDeviceState *s) in read_erst_record()
658 static unsigned write_erst_record(ERSTDeviceState *s) in write_erst_record()
[all …]
/openbmc/qemu/block/
H A Dfile-win32.c214 BDRVRawState *s = bs->opaque; in raw_detach_aio_context() local
224 BDRVRawState *s = bs->opaque; in raw_attach_aio_context() local
233 BDRVRawState *s = bs->opaque; in raw_probe_alignment() local
337 BDRVRawState *s = bs->opaque; in raw_open() local
446 BDRVRawState *s = bs->opaque; in raw_aio_preadv() local
461 BDRVRawState *s = bs->opaque; in raw_aio_pwritev() local
474 BDRVRawState *s = bs->opaque; in raw_aio_flush() local
480 BDRVRawState *s = bs->opaque; in raw_close() local
498 BDRVRawState *s = bs->opaque; in raw_co_truncate() local
529 BDRVRawState *s = bs->opaque; in raw_co_getlength() local
[all …]
H A Dblkverify.c115 BDRVBlkverifyState *s = bs->opaque; in blkverify_open() local
152 BDRVBlkverifyState *s = bs->opaque; in blkverify_close() local
163 BDRVBlkverifyState *s = bs->opaque; in blkverify_co_getlength() local
171 BDRVBlkverifyState *s = r->bs->opaque; in blkverify_do_test_req() local
270 BDRVBlkverifyState *s = bs->opaque; in blkverify_co_flush() local
280 BDRVBlkverifyState *s = bs->opaque; in blkverify_recurse_can_replace() local
293 BDRVBlkverifyState *s = bs->opaque; in blkverify_refresh_filename() local
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-access.h150 static inline uint16_t virtio_tswap16(VirtIODevice *vdev, uint16_t s) in virtio_tswap16()
211 static inline void virtio_tswap16s(VirtIODevice *vdev, uint16_t *s) in virtio_tswap16s()
216 static inline uint32_t virtio_tswap32(VirtIODevice *vdev, uint32_t s) in virtio_tswap32()
225 static inline void virtio_tswap32s(VirtIODevice *vdev, uint32_t *s) in virtio_tswap32s()
230 static inline uint64_t virtio_tswap64(VirtIODevice *vdev, uint64_t s) in virtio_tswap64()
239 static inline void virtio_tswap64s(VirtIODevice *vdev, uint64_t *s) in virtio_tswap64s()
/openbmc/qemu/target/i386/
H A Dops_sse.h552 void helper_sqrtss(CPUX86State *env, Reg *d, Reg *v, Reg *s) in helper_sqrtss()
561 void helper_sqrtsd(CPUX86State *env, Reg *d, Reg *v, Reg *s) in helper_sqrtsd()
621 void helper_cvtss2sd(CPUX86State *env, Reg *d, Reg *v, Reg *s) in helper_cvtss2sd()
630 void helper_cvtsd2ss(CPUX86State *env, Reg *d, Reg *v, Reg *s) in helper_cvtsd2ss()
659 void helper_cvtpi2ps(CPUX86State *env, ZMMReg *d, MMXReg *s) in helper_cvtpi2ps()
665 void helper_cvtpi2pd(CPUX86State *env, ZMMReg *d, MMXReg *s) in helper_cvtpi2pd()
750 void helper_cvtps2pi(CPUX86State *env, MMXReg *d, ZMMReg *s) in helper_cvtps2pi()
756 void helper_cvtpd2pi(CPUX86State *env, MMXReg *d, ZMMReg *s) in helper_cvtpd2pi()
762 int32_t helper_cvtss2si(CPUX86State *env, ZMMReg *s) in helper_cvtss2si()
767 int32_t helper_cvtsd2si(CPUX86State *env, ZMMReg *s) in helper_cvtsd2si()
[all …]
/openbmc/qemu/hw/nvram/
H A Dbcm2835_otp.c20 uint32_t bcm2835_otp_get_row(BCM2835OTPState *s, unsigned int row) in bcm2835_otp_get_row()
27 void bcm2835_otp_set_row(BCM2835OTPState *s, unsigned int row, in bcm2835_otp_set_row()
149 BCM2835OTPState *s = BCM2835_OTP(dev); in bcm2835_otp_realize() local
/openbmc/qemu/hw/net/can/
H A Dctu_can_fd_frame.h75 } s; member
116 } s; member
124 } s; member
132 } s; member
150 } s; member
168 } s; member
186 } s; member
/openbmc/qemu/audio/
H A Ddsoundaudio.c57 dsound *s; member
64 dsound *s; member
270 static int dsound_restore_out (LPDIRECTSOUNDBUFFER dsb, dsound *s) in dsound_restore_out()
289 dsound *s) in dsound_get_status_out()
322 dsound *s) in dsound_clear_sample()
362 static int dsound_set_cooperative_level(dsound *s) in dsound_set_cooperative_level()
389 dsound *s = ds->s; in dsound_enable_out() local
595 dsound *s = opaque; in dsound_audio_fini() local
626 dsound *s = g_new0(dsound, 1); in dsound_audio_init() local
/openbmc/qemu/hw/adc/
H A Daspeed_adc.c69 static bool breaks_threshold(AspeedADCEngineState *s, int reg) in breaks_threshold()
90 static uint32_t read_channel_sample(AspeedADCEngineState *s, int reg) in read_channel_sample()
110 AspeedADCEngineState *s = ASPEED_ADC_ENGINE(opaque); in aspeed_adc_engine_read() local
170 AspeedADCEngineState *s = ASPEED_ADC_ENGINE(opaque); in aspeed_adc_engine_write() local
257 AspeedADCEngineState *s = ASPEED_ADC_ENGINE(dev); in aspeed_adc_engine_reset() local
264 AspeedADCEngineState *s = ASPEED_ADC_ENGINE(dev); in aspeed_adc_engine_realize() local
314 AspeedADCState *s = ASPEED_ADC(obj); in aspeed_adc_instance_init() local
329 AspeedADCState *s = opaque; in aspeed_adc_set_irq() local
344 AspeedADCState *s = ASPEED_ADC(dev); in aspeed_adc_realize() local
/openbmc/qemu/hw/pci-host/
H A Dppc440_pcix.c113 static void ppc440_pcix_update_pim(PPC440PCIXState *s, int idx) in ppc440_pcix_update_pim()
138 static void ppc440_pcix_update_pom(PPC440PCIXState *s, int idx) in ppc440_pcix_update_pom()
169 struct PPC440PCIXState *s = opaque; in ppc440_pcix_reg_write4() local
300 struct PPC440PCIXState *s = opaque; in ppc440_pcix_reg_read4() local
400 struct PPC440PCIXState *s = PPC440_PCIX_HOST(dev); in ppc440_pcix_reset() local
446 PPC440PCIXState *s = opaque; in ppc440_pcix_set_iommu() local
464 PCIHostState *s = opaque; in pci_host_config_write() local
475 PCIHostState *s = opaque; in pci_host_config_read() local
490 PPC440PCIXState *s; in ppc440_pcix_realize() local
/openbmc/qemu/util/
H A Dcoroutine-sigaltstack.c63 CoroutineThreadState *s = pthread_getspecific(thread_state_key); in coroutine_get_thread_state() local
75 CoroutineThreadState *s = opaque; in qemu_coroutine_thread_cleanup() local
278 CoroutineThreadState *s = coroutine_get_thread_state(); in qemu_coroutine_switch() local
292 CoroutineThreadState *s = coroutine_get_thread_state(); in qemu_coroutine_self() local
299 CoroutineThreadState *s = pthread_getspecific(thread_state_key); in qemu_in_coroutine() local
/openbmc/qemu/hw/rx/
H A Drx62n.c131 static void register_icu(RX62NState *s) in register_icu()
159 static void register_tmr(RX62NState *s, int unit) in register_tmr()
178 static void register_cmt(RX62NState *s, int unit) in register_cmt()
197 static void register_sci(RX62NState *s, int unit) in register_sci()
219 RX62NState *s = RX62N_MCU(dev); in rx62n_realize() local
/openbmc/qemu/hw/ppc/
H A Drs6000_mc.c51 RS6000MCState *s = opaque; in rs6000mc_port0803_read() local
70 RS6000MCState *s = opaque; in rs6000mc_port0804_read() local
90 RS6000MCState *s = opaque; in rs6000mc_port0820_read() local
99 RS6000MCState *s = opaque; in rs6000mc_port0820_write() local
145 RS6000MCState *s = RS6000MC(dev); in rs6000mc_realize() local
/openbmc/phosphor-fan-presence/monitor/
H A Dfan.cpp64 for (const auto& s : def.sensorList) in Fan() local
223 for (auto& s : _sensors) in tachChanged() local
335 auto s = std::find_if(_sensors.begin(), _sensors.end(), [](const auto& s) { in findTargetSpeed() local
349 return std::count_if(_sensors.begin(), _sensors.end(), [](const auto& s) { in countNonFunctionalSensors()

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