/openbmc/qemu/block/ |
H A D | mirror.c | 106 MirrorBlockJob *s; member 131 static BlockErrorAction mirror_error_action(MirrorBlockJob *s, bool read, in mirror_error_action() 145 MirrorBlockJob *s, in mirror_wait_on_conflicts() 199 MirrorBlockJob *s = op->s; in mirror_iteration_done() local 236 MirrorBlockJob *s = op->s; in mirror_write_complete() local 253 MirrorBlockJob *s = op->s; in mirror_read_complete() local 273 static inline int64_t mirror_clip_bytes(MirrorBlockJob *s, in mirror_clip_bytes() 282 static int coroutine_fn mirror_cow_align(MirrorBlockJob *s, int64_t *offset, in mirror_cow_align() 317 mirror_wait_for_free_in_flight_slot(MirrorBlockJob *s) in mirror_wait_for_free_in_flight_slot() 350 MirrorBlockJob *s = op->s; in mirror_co_read() local [all …]
|
H A D | quorum.c | 169 BDRVQuorumState *s = bs->opaque; in quorum_aio_get() local 224 BDRVQuorumState *s = acb->bs->opaque; in quorum_has_too_much_io_failed() local 255 static void quorum_report_bad_versions(BDRVQuorumState *s, in quorum_report_bad_versions() 281 BDRVQuorumState *s = acb->bs->opaque; in quorum_rewrite_entry() local 448 BDRVQuorumState *s = acb->bs->opaque; in quorum_compare() local 469 BDRVQuorumState *s = acb->bs->opaque; in quorum_vote_error() local 503 BDRVQuorumState *s = acb->bs->opaque; in quorum_vote() local 586 BDRVQuorumState *s = acb->bs->opaque; in read_quorum_children_entry() local 612 BDRVQuorumState *s = acb->bs->opaque; in read_quorum_children() local 653 BDRVQuorumState *s = acb->bs->opaque; in read_fifo_child() local [all …]
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-asxx-defs.h | 70 } s; member 83 } s; member 100 } s; member 134 } s; member 164 } s; member 179 } s; member 205 } s; member 218 } s; member 233 } s; member 259 } s; member [all …]
|
/openbmc/qemu/hw/block/ |
H A D | m25p80.c | 569 static void flash_sync_page(Flash *s, int page) in flash_sync_page() 585 static inline void flash_sync_area(Flash *s, int64_t off, int64_t len) in flash_sync_area() 600 static void flash_erase(Flash *s, int offset, FlashCMD cmd) in flash_erase() 652 static inline void flash_sync_dirty(Flash *s, int64_t newpage) in flash_sync_dirty() 661 void flash_write8(Flash *s, uint32_t addr, uint8_t data) in flash_write8() 709 static inline int get_addr_length(Flash *s) in get_addr_length() 737 static void complete_collecting_data(Flash *s) in complete_collecting_data() 887 static void reset_memory(Flash *s) in reset_memory() 960 static uint8_t numonyx_mode(Flash *s) in numonyx_mode() 971 static uint8_t numonyx_extract_cfg_num_dummies(Flash *s) in numonyx_extract_cfg_num_dummies() [all …]
|
/openbmc/qemu/hw/misc/ |
H A D | aspeed_scu.c | 257 uint32_t aspeed_scu_get_apb_freq(AspeedSCUState *s) in aspeed_scu_get_apb_freq() 262 static uint32_t aspeed_2400_scu_get_apb_freq(AspeedSCUState *s) in aspeed_2400_scu_get_apb_freq() 271 static uint32_t aspeed_2600_scu_get_apb_freq(AspeedSCUState *s) in aspeed_2600_scu_get_apb_freq() 280 static uint32_t aspeed_1030_scu_get_apb_freq(AspeedSCUState *s) in aspeed_1030_scu_get_apb_freq() 289 static uint32_t aspeed_2700_scu_get_apb_freq(AspeedSCUState *s) in aspeed_2700_scu_get_apb_freq() 298 static uint32_t aspeed_2700_scuio_get_apb_freq(AspeedSCUState *s) in aspeed_2700_scuio_get_apb_freq() 310 AspeedSCUState *s = ASPEED_SCU(opaque); in aspeed_scu_read() local 342 AspeedSCUState *s = ASPEED_SCU(opaque); in aspeed_ast2400_scu_write() local 381 AspeedSCUState *s = ASPEED_SCU(opaque); in aspeed_ast2500_scu_write() local 444 static uint32_t aspeed_scu_get_clkin(AspeedSCUState *s) in aspeed_scu_get_clkin() [all …]
|
H A D | stm32f4xx_syscfg.c | 34 STM32F4xxSyscfgState *s = STM32F4XX_SYSCFG(dev); in stm32f4xx_syscfg_reset() local 47 STM32F4xxSyscfgState *s = opaque; in stm32f4xx_syscfg_set_irq() local 65 STM32F4xxSyscfgState *s = opaque; in stm32f4xx_syscfg_read() local 88 STM32F4xxSyscfgState *s = opaque; in stm32f4xx_syscfg_write() local 124 STM32F4xxSyscfgState *s = STM32F4XX_SYSCFG(obj); in stm32f4xx_syscfg_init() local
|
H A D | aspeed_sdmc.c | 160 AspeedSDMCState *s = ASPEED_SDMC(opaque); in aspeed_sdmc_read() local 178 AspeedSDMCState *s = ASPEED_SDMC(opaque); in aspeed_sdmc_write() local 204 AspeedSDMCState *s = ASPEED_SDMC(dev); in aspeed_sdmc_reset() local 229 AspeedSDMCState *s = ASPEED_SDMC(obj); in aspeed_sdmc_get_ram_size() local 241 AspeedSDMCState *s = ASPEED_SDMC(obj); in aspeed_sdmc_set_ram_size() local 270 AspeedSDMCState *s = ASPEED_SDMC(dev); in aspeed_sdmc_realize() local 323 static int aspeed_sdmc_get_ram_bits(AspeedSDMCState *s) in aspeed_sdmc_get_ram_bits() 345 static uint32_t aspeed_2400_sdmc_compute_conf(AspeedSDMCState *s, uint32_t data) in aspeed_2400_sdmc_compute_conf() 356 static void aspeed_2400_sdmc_write(AspeedSDMCState *s, uint32_t reg, in aspeed_2400_sdmc_write() 402 static uint32_t aspeed_2500_sdmc_compute_conf(AspeedSDMCState *s, uint32_t data) in aspeed_2500_sdmc_compute_conf() [all …]
|
H A D | ir35221.c | 43 static void ir35221_read(Ir35221State *s) in ir35221_read() 64 static void ir35221_write(Ir35221State *s) in ir35221_write() 71 Ir35221State *s = IR35221(i2c); in ir35221_recv() local 82 Ir35221State *s = IR35221(i2c); in ir35221_send() local 107 Ir35221State *s = IR35221(i2c); in ir35221_event() local 144 Ir35221State *s = IR35221(dev); in ir35221_reset() local
|
H A D | ibm-cffps.c | 44 static void ibm_cffps_read(IBMCffpsState *s) in ibm_cffps_read() 95 static void ibm_cffps_write(IBMCffpsState *s) in ibm_cffps_write() 106 IBMCffpsState *s = IBM_CFFPS(i2c); in ibm_cffps_recv() local 117 IBMCffpsState *s = IBM_CFFPS(i2c); in ibm_cffps_send() local 142 IBMCffpsState *s = IBM_CFFPS(i2c); in ibm_cffps_event() local 179 IBMCffpsState *s = IBM_CFFPS(dev); in ibm_cffps_reset() local
|
/openbmc/linux/mm/ |
H A D | slab.h | 147 #define slab_folio(s) (_Generic((s), \ argument 175 #define slab_page(s) folio_page(slab_folio(s), 0) argument 318 static inline bool is_kmalloc_cache(struct kmem_cache *s) in is_kmalloc_cache() 395 static inline enum node_stat_item cache_vmstat_idx(struct kmem_cache *s) in cache_vmstat_idx() 414 static inline void print_tracking(struct kmem_cache *s, void *object) in print_tracking() 428 static inline bool kmem_cache_debug_flags(struct kmem_cache *s, slab_flags_t flags) in kmem_cache_debug_flags() 467 static inline size_t obj_full_size(struct kmem_cache *s) in obj_full_size() 479 static inline bool memcg_slab_pre_alloc_hook(struct kmem_cache *s, in memcg_slab_pre_alloc_hook() 518 static inline void memcg_slab_post_alloc_hook(struct kmem_cache *s, in memcg_slab_post_alloc_hook() 553 static inline void memcg_slab_free_hook(struct kmem_cache *s, struct slab *slab, in memcg_slab_free_hook() [all …]
|
/openbmc/linux/fs/ |
H A D | super.c | 282 struct super_block *s = container_of(work, struct super_block, in destroy_super_work() local 293 struct super_block *s = container_of(head, struct super_block, rcu); in destroy_super_rcu() local 299 static void destroy_unused_super(struct super_block *s) in destroy_unused_super() 326 struct super_block *s = kzalloc(sizeof(struct super_block), GFP_USER); in alloc_super() local 409 static void __put_super(struct super_block *s) in __put_super() 476 void deactivate_locked_super(struct super_block *s) in deactivate_locked_super() 510 void deactivate_super(struct super_block *s) in deactivate_super() 533 static int grab_super(struct super_block *s) __releases(sb_lock) in grab_super() 779 struct super_block *s = NULL; in sget_fc() local 867 struct super_block *s = NULL; in sget() local [all …]
|
/openbmc/qemu/qga/ |
H A D | main.c | 330 bool ga_logging_enabled(GAState *s) in ga_logging_enabled() 335 void ga_disable_logging(GAState *s) in ga_disable_logging() 340 void ga_enable_logging(GAState *s) in ga_enable_logging() 380 GAState *s = opaque; in ga_log() local 403 void ga_set_response_delimited(GAState *s) in ga_set_response_delimited() 521 bool ga_is_frozen(GAState *s) in ga_is_frozen() 526 void ga_set_frozen(GAState *s) in ga_set_frozen() 541 void ga_unset_frozen(GAState *s) in ga_unset_frozen() 579 const char *ga_fsfreeze_hook(GAState *s) in ga_fsfreeze_hook() 631 static int send_response(GAState *s, const QDict *rsp) in send_response() [all …]
|
/openbmc/qemu/hw/net/ |
H A D | xilinx_ethlite.c | 76 static inline void eth_pulse_irq(struct xlx_ethlite *s) in eth_pulse_irq() 87 struct xlx_ethlite *s = opaque; in eth_read() local 116 struct xlx_ethlite *s = opaque; in eth_write() local 181 struct xlx_ethlite *s = qemu_get_nic_opaque(nc); in eth_can_rx() local 189 struct xlx_ethlite *s = qemu_get_nic_opaque(nc); in eth_rx() local 220 struct xlx_ethlite *s = XILINX_ETHLITE(dev); in xilinx_ethlite_reset() local 234 struct xlx_ethlite *s = XILINX_ETHLITE(dev); in xilinx_ethlite_realize() local 245 struct xlx_ethlite *s = XILINX_ETHLITE(obj); in xilinx_ethlite_init() local
|
/openbmc/qemu/hw/char/ |
H A D | xilinx_uartlite.c | 71 static void uart_update_irq(XilinxUARTLite *s) in uart_update_irq() argument 82 static void uart_update_status(XilinxUARTLite *s) in uart_update_status() 102 XilinxUARTLite *s = opaque; in uart_read() local 129 XilinxUARTLite *s = opaque; in uart_write() local 186 XilinxUARTLite *s = opaque; in uart_rx() local 204 XilinxUARTLite *s = opaque; in uart_can_rx() local 216 XilinxUARTLite *s = XILINX_UARTLITE(dev); in xilinx_uartlite_realize() local 224 XilinxUARTLite *s = XILINX_UARTLITE(obj); in xilinx_uartlite_init() local
|
/openbmc/qemu/hw/sensor/ |
H A D | emc141x.c | 56 EMC141XState *s = EMC141X(obj); in OBJECT_DECLARE_TYPE() local 79 EMC141XState *s = EMC141X(obj); in emc141x_set_temperature() local 101 static void emc141x_read(EMC141XState *s) in emc141x_read() 155 static void emc141x_write(EMC141XState *s) in emc141x_write() 189 EMC141XState *s = EMC141X(i2c); in emc141x_rx() local 201 EMC141XState *s = EMC141X(i2c); in emc141x_tx() local 217 EMC141XState *s = EMC141X(i2c); in emc141x_event() local 242 EMC141XState *s = EMC141X(dev); in emc141x_reset() local
|
/openbmc/qemu/hw/scsi/ |
H A D | virtio-scsi-dataplane.c | 24 void virtio_scsi_dataplane_setup(VirtIOSCSI *s, Error **errp) in virtio_scsi_dataplane_setup() 51 static int virtio_scsi_set_host_notifier(VirtIOSCSI *s, VirtQueue *vq, int n) in virtio_scsi_set_host_notifier() 71 VirtIOSCSI *s = opaque; in virtio_scsi_dataplane_stop_bh() local 105 VirtIOSCSI *s = VIRTIO_SCSI(vdev); in virtio_scsi_dataplane_start() local 194 VirtIOSCSI *s = VIRTIO_SCSI(vdev); in virtio_scsi_dataplane_stop() local
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | i2c-imx.c | 33 static void imx_i2c_set_slave_addr(IMXI2C *s, uint8_t addr, in imx_i2c_set_slave_addr() 43 IMXI2C *s = container_of(i2c, IMXI2C, parent); in imx_i2c_send() local 103 IMXI2C *s = container_of(i2c, IMXI2C, parent); in imx_i2c_recv() local 191 IMXI2C *s = obj; in imx_i2c_get_driver() local 199 void imx_i2c_init(IMXI2C *s, QTestState *qts, uint64_t addr) in imx_i2c_init()
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | pcl812.c | 524 struct comedi_subdevice *s, in pcl812_ai_setup_dma() 600 struct comedi_subdevice *s) in pcl812_ai_get_sample() 611 struct comedi_subdevice *s, in pcl812_ai_eoc() 630 struct comedi_subdevice *s, struct comedi_cmd *cmd) in pcl812_ai_cmdtest() 702 static int pcl812_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in pcl812_ai_cmd() 758 struct comedi_subdevice *s) in pcl812_ai_next_chan() 772 struct comedi_subdevice *s) in pcl812_handle_eoc() 797 struct comedi_subdevice *s, in transfer_from_dma_buf() 814 struct comedi_subdevice *s) in pcl812_handle_dma() 837 struct comedi_subdevice *s = dev->read_subdev; in pcl812_interrupt() local [all …]
|
H A D | adv_pci1710.c | 181 struct comedi_subdevice *s, in pci1710_ai_check_chanlist() 247 struct comedi_subdevice *s, in pci1710_ai_setup_chanlist() 287 struct comedi_subdevice *s, in pci1710_ai_eoc() 300 struct comedi_subdevice *s, in pci1710_ai_read_sample() 329 struct comedi_subdevice *s, in pci1710_ai_insn_read() 374 struct comedi_subdevice *s) in pci1710_ai_cancel() 393 struct comedi_subdevice *s) in pci1710_handle_every_sample() 435 struct comedi_subdevice *s) in pci1710_handle_fifo() 483 struct comedi_subdevice *s; in pci1710_irq_handler() local 521 static int pci1710_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in pci1710_ai_cmd() [all …]
|
H A D | das6402.c | 162 struct comedi_subdevice *s) in das6402_ai_read_sample() 175 struct comedi_subdevice *s = dev->read_subdev; in das6402_interrupt() local 205 struct comedi_subdevice *s, in das6402_ai_set_mode() 222 struct comedi_subdevice *s) in das6402_ai_cmd() 247 struct comedi_subdevice *s, in das6402_ai_check_chanlist() 288 struct comedi_subdevice *s, in das6402_ai_cmdtest() 351 struct comedi_subdevice *s) in das6402_ai_cancel() 364 struct comedi_subdevice *s, in das6402_ai_eoc() 377 struct comedi_subdevice *s, in das6402_ai_insn_read() 415 struct comedi_subdevice *s, in das6402_ao_insn_write() [all …]
|
H A D | pcmuio.c | 134 static inline int pcmuio_subdevice_to_asic(struct comedi_subdevice *s) in pcmuio_subdevice_to_asic() 143 static inline int pcmuio_subdevice_to_port(struct comedi_subdevice *s) in pcmuio_subdevice_to_port() 212 struct comedi_subdevice *s, in pcmuio_dio_insn_bits() 247 struct comedi_subdevice *s, in pcmuio_dio_insn_config() 284 struct comedi_subdevice *s) in pcmuio_stop_intr() 299 struct comedi_subdevice *s, in pcmuio_handle_intr_subdev() 340 struct comedi_subdevice *s = &dev->subdevices[asic * 2]; in pcmuio_handle_asic_interrupt() local 375 struct comedi_subdevice *s) in pcmuio_start_intr() 406 static int pcmuio_cancel(struct comedi_device *dev, struct comedi_subdevice *s) in pcmuio_cancel() 422 struct comedi_subdevice *s, in pcmuio_inttrig_start_intr() [all …]
|
/openbmc/qemu/chardev/ |
H A D | char-udp.c | 54 UdpChardev *s = UDP_CHARDEV(chr); in DECLARE_INSTANCE_CHECKER() local 60 static void udp_chr_flush_buffer(UdpChardev *s) in udp_chr_flush_buffer() 75 UdpChardev *s = UDP_CHARDEV(opaque); in udp_chr_read_poll() local 90 UdpChardev *s = UDP_CHARDEV(opaque); in udp_chr_read() local 111 UdpChardev *s = UDP_CHARDEV(chr); in udp_chr_update_read_handler() local 125 UdpChardev *s = UDP_CHARDEV(obj); in char_udp_finalize() local 202 UdpChardev *s = UDP_CHARDEV(chr); in qmp_chardev_open_udp() local
|
/openbmc/linux/drivers/crypto/cavium/cpt/ |
H A D | cpt_hw_types.h | 102 } s; member 145 } s; member 169 } s; member 206 } s; member 231 } s; member 314 } s; member 346 } s; member 387 } s; member 419 } s; member 448 } s; member [all …]
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 146 static inline bool tcg_out_dup_vec(TCGContext *s, TCGType type, unsigned vece, in tcg_out_dup_vec() 151 static inline bool tcg_out_dupm_vec(TCGContext *s, TCGType type, unsigned vece, in tcg_out_dupm_vec() 156 static inline void tcg_out_dupi_vec(TCGContext *s, TCGType type, unsigned vece, in tcg_out_dupi_vec() 161 static inline void tcg_out_vec_op(TCGContext *s, TCGOpcode opc, in tcg_out_vec_op() 256 static __attribute__((unused)) inline void tcg_out8(TCGContext *s, uint8_t v) in tcg_out8() 269 static __attribute__((unused)) inline void tcg_out16(TCGContext *s, uint16_t v) in tcg_out16() 292 static __attribute__((unused)) inline void tcg_out32(TCGContext *s, uint32_t v) in tcg_out32() 315 static __attribute__((unused)) inline void tcg_out64(TCGContext *s, uint64_t v) in tcg_out64() 339 static void tcg_out_reloc(TCGContext *s, tcg_insn_unit *code_ptr, int type, in tcg_out_reloc() 350 static void tcg_out_label(TCGContext *s, TCGLabel *l) in tcg_out_label() [all …]
|
/openbmc/qemu/hw/usb/ |
H A D | dev-hub.c | 246 static bool usb_hub_port_update(USBHubState *s, USBHubPort *port) in usb_hub_port_update() 268 USBHubState *s = opaque; in usb_hub_port_update_timer() local 282 USBHubState *s = port1->opaque; in usb_hub_attach() local 292 USBHubState *s = port1->opaque; in usb_hub_detach() local 309 USBHubState *s = port1->opaque; in usb_hub_child_detach() local 317 USBHubState *s = port1->opaque; in usb_hub_wakeup() local 327 USBHubState *s = port->opaque; in usb_hub_complete() local 344 USBHubState *s = USB_HUB(dev); in usb_hub_find_device() local 364 USBHubState *s = USB_HUB(dev); in usb_hub_handle_reset() local 406 USBHubState *s = (USBHubState *)dev; in usb_hub_handle_control() local [all …]
|