Home
last modified time | relevance | path

Searched defs:sc (Results 1 – 25 of 76) sorted by relevance

1234

/qemu/hw/sd/
H A Dcore.c51 SDCardClass *sc = SD_CARD_GET_CLASS(slave); in sdbus_get_dat_lines() local
68 SDCardClass *sc = SD_CARD_GET_CLASS(slave); in sdbus_get_cmd_line() local
85 SDCardClass *sc = SD_CARD_GET_CLASS(card); in sdbus_set_voltage() local
98 SDCardClass *sc = SD_CARD_GET_CLASS(card); in sdbus_do_command() local
112 SDCardClass *sc = SD_CARD_GET_CLASS(card); in sdbus_write_byte() local
124 SDCardClass *sc = SD_CARD_GET_CLASS(card); in sdbus_write_data() local
139 SDCardClass *sc = SD_CARD_GET_CLASS(card); in sdbus_read_byte() local
154 SDCardClass *sc = SD_CARD_GET_CLASS(card); in sdbus_read_data() local
168 SDCardClass *sc = SD_CARD_GET_CLASS(card); in sdbus_receive_ready() local
181 SDCardClass *sc = SD_CARD_GET_CLASS(card); in sdbus_data_ready() local
[all …]
H A Dallwinner-sdhost.c463 AwSdHostClass *sc = AW_SDHOST_GET_CLASS(s); in allwinner_sdhost_read() local
618 AwSdHostClass *sc = AW_SDHOST_GET_CLASS(s); in allwinner_sdhost_write() local
845 AwSdHostClass *sc = AW_SDHOST_GET_CLASS(s); in allwinner_sdhost_reset() local
911 AwSdHostClass *sc = AW_SDHOST_CLASS(klass); in allwinner_sdhost_sun4i_class_init() local
919 AwSdHostClass *sc = AW_SDHOST_CLASS(klass); in allwinner_sdhost_sun5i_class_init() local
928 AwSdHostClass *sc = AW_SDHOST_CLASS(klass); in allwinner_sdhost_sun50i_a64_class_init() local
937 AwSdHostClass *sc = AW_SDHOST_CLASS(klass); in allwinner_sdhost_sun50i_a64_emmc_class_init() local
/qemu/linux-user/include/host/sparc64/
H A Dhost-signal.h17 static inline uintptr_t host_signal_pc(host_sigcontext *sc) in host_signal_pc()
22 static inline void host_signal_set_pc(host_sigcontext *sc, uintptr_t pc) in host_signal_set_pc()
28 static inline void *host_signal_mask(host_sigcontext *sc) in host_signal_mask()
/qemu/hw/arm/
H A Daspeed_ast2400.c140 AspeedSoCClass *sc = ASPEED_SOC_GET_CLASS(s); in aspeed_soc_ast2400_get_irq() local
149 AspeedSoCClass *sc = ASPEED_SOC_GET_CLASS(s); in aspeed_ast2400_soc_init() local
251 AspeedSoCClass *sc = ASPEED_SOC_GET_CLASS(s); in aspeed_ast2400_soc_realize() local
510 AspeedSoCClass *sc = ASPEED_SOC_CLASS(oc); in aspeed_soc_ast2400_class_init() local
539 AspeedSoCClass *sc = ASPEED_SOC_CLASS(oc); in aspeed_soc_ast2500_class_init() local
H A Daspeed_ast10x0.c105 AspeedSoCClass *sc = ASPEED_SOC_GET_CLASS(s); in aspeed_soc_ast1030_get_irq() local
114 AspeedSoCClass *sc = ASPEED_SOC_GET_CLASS(s); in aspeed_soc_ast1030_init() local
192 AspeedSoCClass *sc = ASPEED_SOC_GET_CLASS(s); in aspeed_soc_ast1030_realize() local
425 AspeedSoCClass *sc = ASPEED_SOC_CLASS(dc); in aspeed_soc_ast1030_class_init() local
H A Daspeed_ast2600.c146 AspeedSoCClass *sc = ASPEED_SOC_GET_CLASS(s); in aspeed_soc_ast2600_get_irq() local
155 AspeedSoCClass *sc = ASPEED_SOC_GET_CLASS(s); in aspeed_soc_ast2600_init() local
294 AspeedSoCClass *sc = ASPEED_SOC_GET_CLASS(s); in aspeed_soc_ast2600_realize() local
656 AspeedSoCClass *sc = ASPEED_SOC_CLASS(oc); in aspeed_soc_ast2600_class_init() local
H A Daspeed_soc_common.c21 const char *aspeed_soc_cpu_type(AspeedSoCClass *sc) in aspeed_soc_cpu_type()
36 AspeedSoCClass *sc = ASPEED_SOC_GET_CLASS(s); in aspeed_soc_uart_realize() local
60 AspeedSoCClass *sc = ASPEED_SOC_GET_CLASS(s); in aspeed_soc_uart_set_chr() local
75 AspeedSoCClass *sc = ASPEED_SOC_GET_CLASS(s); in aspeed_soc_dram_init() local
H A Db-l475e-iot01a.c37 const Stm32l4x5SocClass *sc; in b_l475e_iot01a_init() local
/qemu/hw/i2c/
H A Dcore.c90 I2CSlaveClass *sc = I2C_SLAVE_GET_CLASS(candidate); in i2c_scan_bus() local
125 I2CSlaveClass *sc; in i2c_do_start_transfer() local
240 I2CSlaveClass *sc; in i2c_end_transfer() local
258 I2CSlaveClass *sc; in i2c_send() local
281 I2CSlaveClass *sc = I2C_SLAVE_GET_CLASS(slave); in i2c_send_async() local
297 I2CSlaveClass *sc; in i2c_recv() local
314 I2CSlaveClass *sc; in i2c_nack() local
408 I2CSlaveClass *sc = I2C_SLAVE_CLASS(klass); in i2c_slave_class_init() local
H A Dsmbus_slave.c49 SMBusDeviceClass *sc = SMBUS_DEVICE_GET_CLASS(dev); in smbus_do_quick_cmd() local
59 SMBusDeviceClass *sc = SMBUS_DEVICE_GET_CLASS(dev); in smbus_do_write() local
162 SMBusDeviceClass *sc = SMBUS_DEVICE_GET_CLASS(dev); in smbus_i2c_recv() local
206 I2CSlaveClass *sc = I2C_SLAVE_CLASS(klass); in smbus_device_class_init() local
/qemu/hw/ppc/
H A Dspapr_cpu_core.c196 static void spapr_unrealize_vcpu(PowerPCCPU *cpu, SpaprCpuCore *sc) in spapr_unrealize_vcpu()
214 SpaprCpuCore *sc = SPAPR_CPU_CORE(dev); in spapr_cpu_core_reset() local
241 SpaprCpuCore *sc = SPAPR_CPU_CORE(OBJECT(dev)); in spapr_cpu_core_unrealize() local
263 SpaprCpuCore *sc, int thread_index, Error **errp) in spapr_realize_vcpu()
295 static PowerPCCPU *spapr_create_vcpu(SpaprCpuCore *sc, int i, Error **errp) in spapr_create_vcpu()
336 SpaprCpuCore *sc = SPAPR_CPU_CORE(OBJECT(dev)); in spapr_cpu_core_realize() local
/qemu/hw/tricore/
H A Dtc27x_soc.c103 TC27XSoCClass *sc = TC27X_SOC_GET_CLASS(s); in tc27x_soc_init_memory_mapping() local
199 TC27XSoCClass *sc = TC27X_SOC_GET_CLASS(s); in tc27x_soc_init() local
218 TC27XSoCClass *sc = TC27X_SOC_CLASS(oc); in tc277d_soc_class_init() local
/qemu/hw/misc/
H A Dallwinner-sramc.c51 AwSRAMCClass *sc = AW_SRAMC_GET_CLASS(s); in allwinner_sramc_read() local
129 AwSRAMCClass *sc = AW_SRAMC_GET_CLASS(s); in allwinner_sramc_reset() local
168 AwSRAMCClass *sc = AW_SRAMC_CLASS(klass); in allwinner_r40_sramc_class_init() local
H A Daxp2xx.c166 AXP2xxClass *sc = AXP2XX_GET_CLASS(s); in axp2xx_reset_enter() local
252 AXP2xxClass *sc = AXP2XX_CLASS(oc); in axp209_class_init() local
265 AXP2xxClass *sc = AXP2XX_CLASS(oc); in axp221_class_init() local
/qemu/accel/tcg/
H A Dcpu-exec.c69 static void align_clocks(SyncClocks *sc, CPUState *cpu) in align_clocks()
98 static void print_delay(const SyncClocks *sc) in print_delay()
120 static void init_delay_params(SyncClocks *sc, CPUState *cpu) in init_delay_params()
141 static void align_clocks(SyncClocks *sc, const CPUState *cpu) in align_clocks()
145 static void init_delay_params(SyncClocks *sc, const CPUState *cpu) in init_delay_params()
951 cpu_exec_loop(CPUState *cpu, SyncClocks *sc) in cpu_exec_loop()
1031 static int cpu_exec_setjmp(CPUState *cpu, SyncClocks *sc) in cpu_exec_setjmp()
1044 SyncClocks sc = { 0 }; in cpu_exec() local
/qemu/hw/i386/kvm/
H A Di8254.c92 struct PITChannelState *sc; in kvm_pit_get() local
134 struct PITChannelState *sc; in kvm_pit_put() local
169 static void kvm_pit_set_gate(PITCommonState *s, PITChannelState *sc, int val) in kvm_pit_set_gate()
194 static void kvm_pit_get_channel_info(PITCommonState *s, PITChannelState *sc, in kvm_pit_get_channel_info()
/qemu/linux-user/cris/
H A Dsignal.c33 struct target_sigcontext sc; member
46 static void setup_sigcontext(struct target_sigcontext *sc, CPUCRISState *env) in setup_sigcontext()
69 static void restore_sigcontext(struct target_sigcontext *sc, CPUCRISState *env) in restore_sigcontext()
/qemu/hw/isa/
H A Dfdc37m81x-superio.c16 ISASuperIOClass *sc = ISA_SUPERIO_CLASS(klass); in fdc37m81x_class_init() local
/qemu/linux-user/alpha/
H A Dsignal.c57 struct target_sigcontext sc; member
69 static void setup_sigcontext(struct target_sigcontext *sc, CPUAlphaState *env, in setup_sigcontext()
96 struct target_sigcontext *sc) in restore_sigcontext()
211 struct target_sigcontext *sc; in do_sigreturn() local
/qemu/hw/sensor/
H A Demc141x.c57 EMC141XClass *sc = EMC141X_GET_CLASS(s); in OBJECT_DECLARE_TYPE() local
80 EMC141XClass *sc = EMC141X_GET_CLASS(s); in emc141x_set_temperature() local
103 EMC141XClass *sc = EMC141X_GET_CLASS(s); in emc141x_read() local
/qemu/linux-user/openrisc/
H A Dsignal.c43 static void restore_sigcontext(CPUOpenRISCState *env, target_sigcontext *sc) in restore_sigcontext()
61 static void setup_sigcontext(target_sigcontext *sc, CPUOpenRISCState *env) in setup_sigcontext()
/qemu/target/i386/tcg/sysemu/
H A Dsvm_helper.c31 const SegmentCache *sc) in svm_save_seg()
56 SegmentCache *sc) in svm_load_seg()
80 SegmentCache sc; in svm_load_seg_cache() local
/qemu/linux-user/sh4/
H A Dsignal.c53 struct target_sigcontext sc; member
118 static void setup_sigcontext(struct target_sigcontext *sc, in setup_sigcontext()
147 static void restore_sigcontext(CPUSH4State *regs, struct target_sigcontext *sc) in restore_sigcontext()
/qemu/linux-user/microblaze/
H A Dsignal.c51 static void setup_sigcontext(struct target_sigcontext *sc, CPUMBState *env) in setup_sigcontext()
88 static void restore_sigcontext(struct target_sigcontext *sc, CPUMBState *env) in restore_sigcontext()
/qemu/linux-user/riscv/
H A Dsignal.c80 static void setup_sigcontext(struct target_sigcontext *sc, CPURISCVState *env) in setup_sigcontext()
147 static void restore_sigcontext(CPURISCVState *env, struct target_sigcontext *sc) in restore_sigcontext()

1234