/openbmc/qemu/hw/display/ |
H A D | i2c-ddc.c | 39 I2CDDCState *s = I2CDDC(ds); in i2c_ddc_reset() local 47 I2CDDCState *s = I2CDDC(i2c); in i2c_ddc_event() local 58 I2CDDCState *s = I2CDDC(i2c); in i2c_ddc_rx() local 68 I2CDDCState *s = I2CDDC(i2c); in i2c_ddc_tx() local 83 I2CDDCState *s = I2CDDC(obj); in i2c_ddc_init() local
|
/openbmc/qemu/hw/core/ |
H A D | or-irq.c | 34 OrIRQState *s = OR_IRQ(opaque); in or_irq_handler() local 49 OrIRQState *s = OR_IRQ(dev); in or_irq_reset() local 59 OrIRQState *s = OR_IRQ(dev); in or_irq_realize() local 68 OrIRQState *s = OR_IRQ(obj); in or_irq_init() local 87 OrIRQState *s = OR_IRQ(opaque); in vmstate_extras_needed() local
|
/openbmc/qemu/hw/usb/ |
H A D | imx-usb-phy.c | 29 static void imx_usbphy_softreset(IMXUSBPHYState *s) in imx_usbphy_softreset() 39 IMXUSBPHYState *s = IMX_USBPHY(dev); in imx_usbphy_reset() local 52 IMXUSBPHYState *s = (IMXUSBPHYState *)opaque; in imx_usbphy_read() local 111 IMXUSBPHYState *s = (IMXUSBPHYState *)opaque; in imx_usbphy_write() local 210 IMXUSBPHYState *s = IMX_USBPHY(dev); in imx_usbphy_realize() local
|
/openbmc/linux/include/linux/ |
H A D | compiler-gcc.h | 146 #define __diag_GCC(version, severity, s) \ argument 154 #define __diag_str1(s) #s argument 155 #define __diag_str(s) __diag_str1(s) argument 156 #define __diag(s) _Pragma(__diag_str(GCC diagnostic s)) argument 159 #define __diag_GCC_8(s) __diag(s) argument 161 #define __diag_GCC_8(s) argument
|
/openbmc/qemu/hw/riscv/ |
H A D | sifive_e.c | 78 SiFiveEState *s = RISCV_E_MACHINE(machine); in sifive_e_machine_init() local 125 SiFiveEState *s = RISCV_E_MACHINE(obj); in sifive_e_machine_get_revb() local 132 SiFiveEState *s = RISCV_E_MACHINE(obj); in sifive_e_machine_set_revb() local 139 SiFiveEState *s = RISCV_E_MACHINE(obj); in sifive_e_machine_instance_init() local 180 SiFiveESoCState *s = RISCV_E_SOC(obj); in type_init() local 196 SiFiveESoCState *s = RISCV_E_SOC(dev); in sifive_e_soc_realize() local
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | string.h | 58 #define strlen(s) __strlen(s) argument 77 static inline void *memset16(uint16_t *s, uint16_t v, size_t count) in memset16() 82 static inline void *memset32(uint32_t *s, uint32_t v, size_t count) in memset32() 87 static inline void *memset64(uint64_t *s, uint64_t v, size_t count) in memset64() 95 static inline void *memchr(const void * s, int c, size_t n) in memchr() 114 static inline void *memscan(void *s, int c, size_t n) in memscan() 182 static inline size_t strnlen(const char * s, size_t n) in strnlen()
|
/openbmc/qemu/hw/gpio/ |
H A D | mpc8xxx.c | 61 static void mpc8xxx_gpio_update(MPC8XXXGPIOState *s) in mpc8xxx_gpio_update() 69 MPC8XXXGPIOState *s = (MPC8XXXGPIOState *)opaque; in mpc8xxx_gpio_read() local 94 static void mpc8xxx_write_data(MPC8XXXGPIOState *s, uint32_t new_data) in mpc8xxx_write_data() 118 MPC8XXXGPIOState *s = (MPC8XXXGPIOState *)opaque; in mpc8xxx_gpio_write() local 151 MPC8XXXGPIOState *s = MPC8XXX_GPIO(dev); in mpc8xxx_gpio_reset() local 163 MPC8XXXGPIOState *s = (MPC8XXXGPIOState *)opaque; in mpc8xxx_gpio_set_irq() local 191 MPC8XXXGPIOState *s = MPC8XXX_GPIO(obj); in mpc8xxx_gpio_initfn() local
|
H A D | bcm2838_gpio.c | 77 static uint32_t gpfsel_get(BCM2838GpioState *s, uint8_t reg) in gpfsel_get() 90 static void gpfsel_set(BCM2838GpioState *s, uint8_t reg, uint32_t value) in gpfsel_set() 127 static int gpfsel_is_out(BCM2838GpioState *s, int index) in gpfsel_is_out() 135 static void gpset(BCM2838GpioState *s, uint32_t val, uint8_t start, in gpset() 152 static void gpclr(BCM2838GpioState *s, uint32_t val, uint8_t start, in gpclr() 171 BCM2838GpioState *s = (BCM2838GpioState *)opaque; in bcm2838_gpio_read() local 236 BCM2838GpioState *s = (BCM2838GpioState *)opaque; in bcm2838_gpio_write() local 301 BCM2838GpioState *s = BCM2838_GPIO(dev); in bcm2838_gpio_reset() local 344 BCM2838GpioState *s = BCM2838_GPIO(obj); in bcm2838_gpio_init() local 358 BCM2838GpioState *s = BCM2838_GPIO(dev); in bcm2838_gpio_realize() local
|
H A D | pl061.c | 116 static uint8_t pl061_floating(PL061State *s) in pl061_floating() 136 static uint8_t pl061_pullups(PL061State *s) in pl061_pullups() 157 static void pl061_update(PL061State *s) in pl061_update() 225 PL061State *s = (PL061State *)opaque; in pl061_read() local 339 PL061State *s = (PL061State *)opaque; in pl061_write() local 451 PL061State *s = PL061(obj); in pl061_enter_reset() local 489 PL061State *s = PL061(obj); in pl061_hold_reset() local 507 PL061State *s = (PL061State *)opaque; in pl061_set_irq() local 527 PL061State *s = PL061(obj); in pl061_luminary_init() local 534 PL061State *s = PL061(obj); in pl061_init() local [all …]
|
/openbmc/qemu/hw/ssi/ |
H A D | pl022.c | 51 static void pl022_update(PL022State *s) in pl022_update() 73 static void pl022_xfer(PL022State *s) in pl022_xfer() 121 PL022State *s = (PL022State *)opaque; in pl022_read() local 165 PL022State *s = (PL022State *)opaque; in pl022_write() local 219 PL022State *s = PL022(dev); in pl022_reset() local 236 PL022State *s = opaque; in pl022_post_load() local 287 PL022State *s = PL022(dev); in pl022_realize() local
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_sh.c | 104 ip_vs_sh_get(struct ip_vs_service *svc, struct ip_vs_sh_state *s, in ip_vs_sh_get() 121 ip_vs_sh_get_fallback(struct ip_vs_service *svc, struct ip_vs_sh_state *s, in ip_vs_sh_get_fallback() 163 ip_vs_sh_reassign(struct ip_vs_sh_state *s, struct ip_vs_service *svc) in ip_vs_sh_reassign() 210 static void ip_vs_sh_flush(struct ip_vs_sh_state *s) in ip_vs_sh_flush() 230 struct ip_vs_sh_state *s; in ip_vs_sh_init_svc() local 251 struct ip_vs_sh_state *s = svc->sched_data; in ip_vs_sh_done_svc() local 266 struct ip_vs_sh_state *s = svc->sched_data; in ip_vs_sh_dest_changed() local 313 struct ip_vs_sh_state *s; in ip_vs_sh_schedule() local
|
/openbmc/qemu/tests/qtest/ |
H A D | m48t59-test.c | 34 static uint8_t cmos_read_mmio(QTestState *s, uint8_t reg) in cmos_read_mmio() 39 static void cmos_write_mmio(QTestState *s, uint8_t reg, uint8_t val) in cmos_write_mmio() 46 static uint8_t cmos_read_ioio(QTestState *s, uint8_t reg) in cmos_read_ioio() 52 static void cmos_write_ioio(QTestState *s, uint8_t reg, uint8_t val) in cmos_write_ioio() 58 static uint8_t cmos_read(QTestState *s, uint8_t reg) in cmos_read() 67 static void cmos_write(QTestState *s, uint8_t reg, uint8_t val) in cmos_write() 110 static void cmos_get_date_time(QTestState *s, struct tm *date) in cmos_get_date_time() 220 QTestState *s = m48t59_qtest_start(); in fuzz_registers() local
|
/openbmc/qemu/hw/audio/ |
H A D | pcspk.c | 65 static inline void generate_samples(PCSpkState *s) in generate_samples() 86 PCSpkState *s = opaque; in pcspk_callback() local 117 static int pcspk_audio_init(PCSpkState *s) in pcspk_audio_init() 138 PCSpkState *s = opaque; in pcspk_io_read() local 152 PCSpkState *s = opaque; in pcspk_io_write() local 175 PCSpkState *s = PC_SPEAKER(obj); in pcspk_initfn() local 188 PCSpkState *s = PC_SPEAKER(dev); in pcspk_realizefn() local 201 PCSpkState *s = opaque; in migrate_needed() local
|
/openbmc/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_fw.h | 32 #define SYM_GEN_FW_A(s) \ argument 51 #define SYM_GEN_FW_B(s) \ argument 67 #define SYM_GEN_FW_Z(s) \ argument 74 #define SYM_GEN_A(s, label) s label; argument 75 #define SYM_GEN_B(s, label) s label; argument 76 #define SYM_GEN_Z(s, label) s label; argument 187 #define SYM_GEN_PADDR_A(s, label) (RELOC_LABEL_A | offsetof(s, label)) argument 188 #define SYM_GEN_PADDR_B(s, label) (RELOC_LABEL_B | offsetof(s, label)) argument
|
/openbmc/qemu/hw/intc/ |
H A D | arm_gicv3.c | 55 static uint32_t gicd_int_pending(GICv3State *s, int irq) in gicd_int_pending() 257 static void gicv3_update_noirqset(GICv3State *s, int start, int len) in gicv3_update_noirqset() 325 void gicv3_update(GICv3State *s, int start, int len) in gicv3_update() 335 void gicv3_full_update_noirqset(GICv3State *s) in gicv3_full_update_noirqset() 359 void gicv3_full_update(GICv3State *s) in gicv3_full_update() 381 GICv3State *s = opaque; in gicv3_set_irq() local 402 static void arm_gicv3_post_load(GICv3State *s) in arm_gicv3_post_load() 440 GICv3State *s = ARM_GICV3(dev); in arm_gic_realize() local
|
H A D | aspeed_vic.c | 45 static void aspeed_vic_update(AspeedVICState *s) in aspeed_vic_update() 63 AspeedVICState *s = (AspeedVICState *)opaque; in aspeed_vic_set_irq() local 109 AspeedVICState *s = (AspeedVICState *)opaque; in aspeed_vic_read() local 190 AspeedVICState *s = (AspeedVICState *)opaque; in aspeed_vic_write() local 296 AspeedVICState *s = ASPEED_VIC(dev); in aspeed_vic_reset() local 313 AspeedVICState *s = ASPEED_VIC(dev); in aspeed_vic_realize() local
|
/openbmc/qemu/hw/timer/ |
H A D | sh_timer.c | 52 static void sh_timer_update(SHTimerState *s) in sh_timer_update() 65 SHTimerState *s = opaque; in sh_timer_read() local 86 SHTimerState *s = opaque; in sh_timer_write() local 207 SHTimerState *s = opaque; in sh_timer_start_stop() local 223 SHTimerState *s = opaque; in sh_timer_tick() local 230 SHTimerState *s; in sh_timer_init() local 265 tmu012_state *s = opaque; in tmu012_read() local 298 tmu012_state *s = opaque; in tmu012_write() local 351 tmu012_state *s; in tmu012_init() local
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | pcl726.c | 148 struct comedi_subdevice *s, in pcl726_intr_insn_bits() 157 struct comedi_subdevice *s, in pcl726_intr_cmdtest() 196 struct comedi_subdevice *s) in pcl726_intr_cmd() 206 struct comedi_subdevice *s) in pcl726_intr_cancel() 218 struct comedi_subdevice *s = dev->read_subdev; in pcl726_interrupt() local 234 struct comedi_subdevice *s, in pcl726_ao_insn_write() 260 struct comedi_subdevice *s, in pcl726_di_insn_bits() 281 struct comedi_subdevice *s, in pcl726_do_insn_bits() 314 struct comedi_subdevice *s; in pcl726_attach() local
|
H A D | dt2811.c | 182 struct comedi_subdevice *s) in dt2811_ai_read_sample() 195 struct comedi_subdevice *s = dev->read_subdev; in dt2811_interrupt() local 228 struct comedi_subdevice *s) in dt2811_ai_cancel() 252 struct comedi_subdevice *s) in dt2811_ai_cmd() 390 struct comedi_subdevice *s, in dt2811_ai_cmdtest() 459 struct comedi_subdevice *s, in dt2811_ai_eoc() 472 struct comedi_subdevice *s, in dt2811_ai_insn_read() 495 struct comedi_subdevice *s, in dt2811_ao_insn_write() 515 struct comedi_subdevice *s, in dt2811_di_insn_bits() 525 struct comedi_subdevice *s, in dt2811_do_insn_bits() [all …]
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_gnttab.c | 69 XenGnttabState *s = XEN_GNTTAB(dev); in xen_gnttab_realize() local 108 XenGnttabState *s = XEN_GNTTAB(opaque); in xen_gnttab_post_load() local 168 XenGnttabState *s = xen_gnttab_singleton; in type_init() local 227 XenGnttabState *s = xen_gnttab_singleton; in xen_gnttab_query_size_op() local 252 static void gnt_unref(XenGnttabState *s, grant_ref_t ref, in gnt_unref() 271 static uint64_t gnt_ref(XenGnttabState *s, grant_ref_t ref, int prot) in gnt_ref() 330 XenGnttabState *s = xen_gnttab_singleton; in xen_be_gnttab_map_refs() local 406 XenGnttabState *s = user_data; in do_unmap() local 419 XenGnttabState *s = xen_gnttab_singleton; in xen_be_gnttab_unmap() local 507 XenGnttabState *s = xen_gnttab_singleton; in xen_be_gnttab_close() local [all …]
|
/openbmc/qemu/block/ |
H A D | preallocate.c | 143 BDRVPreallocateState *s = bs->opaque; in preallocate_open() local 179 BDRVPreallocateState *s = bs->opaque; in preallocate_truncate_to_real_size() local 206 BDRVPreallocateState *s = bs->opaque; in preallocate_close() local 263 BDRVPreallocateState *s = state->bs->opaque; in preallocate_reopen_commit() local 299 BDRVPreallocateState *s = bs->opaque; in has_prealloc_perms() local 325 BDRVPreallocateState *s = bs->opaque; in handle_write() local 428 BDRVPreallocateState *s = bs->opaque; in preallocate_co_truncate() local 498 BDRVPreallocateState *s = bs->opaque; in preallocate_co_getlength() local 516 BDRVPreallocateState *s = bs->opaque; in preallocate_drop_resize() local 560 BDRVPreallocateState *s = bs->opaque; in preallocate_set_perm() local [all …]
|
/openbmc/qemu/hw/pci-host/ |
H A D | versatile.c | 107 static void pci_vpb_update_window(PCIVPBState *s, int i) in pci_vpb_update_window() 128 static void pci_vpb_update_all_windows(PCIVPBState *s) in pci_vpb_update_all_windows() 140 PCIVPBState *s = opaque; in pci_vpb_post_load() local 182 PCIVPBState *s = opaque; in pci_vpb_reg_write() local 218 PCIVPBState *s = opaque; in pci_vpb_reg_read() local 294 PCIVPBState *s = opaque; in pci_vpb_config_write() local 306 PCIVPBState *s = opaque; in pci_vpb_config_read() local 320 PCIVPBState *s = container_of(pci_get_bus(d), PCIVPBState, pci_bus); in pci_vpb_map_irq() local 372 PCIVPBState *s = PCI_VPB(d); in pci_vpb_reset() local 389 PCIVPBState *s = PCI_VPB(obj); in pci_vpb_init() local [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery.cookie.js | 20 function encode(s) { argument 24 function decode(s) { argument 32 function parseCookieValue(s) { argument 52 function read(s, converter) { argument
|
/openbmc/qemu/hw/misc/ |
H A D | stm32f4xx_exti.c | 34 STM32F4xxExtiState *s = STM32F4XX_EXTI(dev); in stm32f4xx_exti_reset() local 46 STM32F4xxExtiState *s = opaque; in stm32f4xx_exti_set_irq() local 70 STM32F4xxExtiState *s = opaque; in stm32f4xx_exti_read() local 98 STM32F4xxExtiState *s = opaque; in stm32f4xx_exti_write() local 137 STM32F4xxExtiState *s = STM32F4XX_EXTI(obj); in stm32f4xx_exti_init() local
|
/openbmc/qemu/hw/rtc/ |
H A D | ds1338.c | 60 static void capture_current_time(DS1338State *s) in capture_current_time() 88 static void inc_regptr(DS1338State *s) in inc_regptr() 102 DS1338State *s = DS1338(i2c); in ds1338_event() local 125 DS1338State *s = DS1338(i2c); in ds1338_recv() local 138 DS1338State *s = DS1338(i2c); in ds1338_send() local 213 DS1338State *s = DS1338(dev); in ds1338_reset() local
|