/openbmc/qemu/hw/gpio/ |
H A D | aspeed_gpio.c | 297 static ptrdiff_t aspeed_gpio_set_idx(AspeedGPIOState *s, GPIOSets *regs) in aspeed_gpio_set_idx() 302 static void aspeed_gpio_update(AspeedGPIOState *s, GPIOSets *regs, in aspeed_gpio_update() 352 static bool aspeed_gpio_get_pin_level(AspeedGPIOState *s, uint32_t set_idx, in aspeed_gpio_get_pin_level() 363 static void aspeed_gpio_set_pin_level(AspeedGPIOState *s, uint32_t set_idx, in aspeed_gpio_set_pin_level() 579 AspeedGPIOState *s = ASPEED_GPIO(opaque); in aspeed_gpio_read() local 665 AspeedGPIOState *s = ASPEED_GPIO(opaque); in aspeed_gpio_write_index_mode() local 809 AspeedGPIOState *s = ASPEED_GPIO(opaque); in aspeed_gpio_write() local 934 static int get_set_idx(AspeedGPIOState *s, const char *group, int *group_idx) in get_set_idx() 957 AspeedGPIOState *s = ASPEED_GPIO(obj); in aspeed_gpio_get_pin() local 983 AspeedGPIOState *s = ASPEED_GPIO(obj); in aspeed_gpio_set_pin() local [all …]
|
/openbmc/qemu/hw/ssi/ |
H A D | npcm7xx_fiu.c | 117 static void npcm7xx_fiu_select(NPCM7xxFIUState *s, unsigned cs_id) in npcm7xx_fiu_select() 133 static void npcm7xx_fiu_deselect(NPCM7xxFIUState *s) in npcm7xx_fiu_deselect() 265 NPCM7xxFIUState *s = opaque; in npcm7xx_fiu_ctrl_read() local 321 static void npcm7xx_fiu_uma_transaction(NPCM7xxFIUState *s) in npcm7xx_fiu_uma_transaction() 383 NPCM7xxFIUState *s = opaque; in npcm7xx_fiu_ctrl_write() local 471 NPCM7xxFIUState *s = NPCM7XX_FIU(obj); in npcm7xx_fiu_enter_reset() local 488 NPCM7xxFIUState *s = NPCM7XX_FIU(obj); in npcm7xx_fiu_hold_reset() local 500 NPCM7xxFIUState *s = NPCM7XX_FIU(dev); in npcm7xx_fiu_realize() local
|
/openbmc/qemu/block/ |
H A D | qed.h | 243 static inline uint64_t qed_start_of_cluster(BDRVQEDState *s, uint64_t offset) in qed_start_of_cluster() 248 static inline uint64_t qed_offset_into_cluster(BDRVQEDState *s, uint64_t offset) in qed_offset_into_cluster() 253 static inline uint64_t qed_bytes_to_clusters(BDRVQEDState *s, uint64_t bytes) in qed_bytes_to_clusters() 259 static inline unsigned int qed_l1_index(BDRVQEDState *s, uint64_t pos) in qed_l1_index() 264 static inline unsigned int qed_l2_index(BDRVQEDState *s, uint64_t pos) in qed_l2_index() 272 static inline bool qed_check_cluster_offset(BDRVQEDState *s, uint64_t offset) in qed_check_cluster_offset() 286 static inline bool qed_check_table_offset(BDRVQEDState *s, uint64_t offset) in qed_check_table_offset() 300 static inline bool qed_offset_is_cluster_aligned(BDRVQEDState *s, in qed_offset_is_cluster_aligned()
|
H A D | copy-before-write.c | 109 BDRVCopyBeforeWriteState *s = bs->opaque; in cbw_do_copy_before_write() local 212 BDRVCopyBeforeWriteState *s = bs->opaque; in cbw_snapshot_read_lock() local 248 BDRVCopyBeforeWriteState *s = bs->opaque; in cbw_snapshot_read_unlock() local 299 BDRVCopyBeforeWriteState *s = bs->opaque; in cbw_co_snapshot_block_status() local 329 BDRVCopyBeforeWriteState *s = bs->opaque; in cbw_co_pdiscard_snapshot() local 362 BDRVCopyBeforeWriteState *s = bs->opaque; in cbw_child_perm() local 434 BDRVCopyBeforeWriteState *s = bs->opaque; in cbw_open() local 515 BDRVCopyBeforeWriteState *s = bs->opaque; in cbw_close() local
|
H A D | gluster.c | 796 BDRVGlusterState *s = bs->opaque; in qemu_gluster_open() local 898 BDRVGlusterState *s; in qemu_gluster_reopen_prepare() local 959 BDRVGlusterState *s = state->bs->opaque; in qemu_gluster_reopen_commit() local 1008 BDRVGlusterState *s = bs->opaque; in qemu_gluster_co_pwrite_zeroes() local 1184 BDRVGlusterState *s = bs->opaque; in qemu_gluster_co_rw() local 1216 BDRVGlusterState *s = bs->opaque; in qemu_gluster_co_truncate() local 1239 BDRVGlusterState *s = bs->opaque; in qemu_gluster_close() local 1253 BDRVGlusterState *s = bs->opaque; in qemu_gluster_co_flush_to_disk() local 1299 BDRVGlusterState *s = bs->opaque; in qemu_gluster_co_pdiscard() local 1320 BDRVGlusterState *s = bs->opaque; in qemu_gluster_co_getlength() local [all …]
|
H A D | qcow2.h | 601 static inline bool has_subclusters(BDRVQcow2State *s) in has_subclusters() 606 static inline size_t l2_entry_size(BDRVQcow2State *s) in l2_entry_size() 611 static inline uint64_t get_l2_entry(BDRVQcow2State *s, uint64_t *l2_slice, in get_l2_entry() 618 static inline uint64_t get_l2_bitmap(BDRVQcow2State *s, uint64_t *l2_slice, in get_l2_bitmap() 629 static inline void set_l2_entry(BDRVQcow2State *s, uint64_t *l2_slice, in set_l2_entry() 636 static inline void set_l2_bitmap(BDRVQcow2State *s, uint64_t *l2_slice, in set_l2_bitmap() 646 BDRVQcow2State *s = bs->opaque; in has_data_file() local 652 BDRVQcow2State *s = bs->opaque; in data_file_is_raw() local 656 static inline int64_t start_of_cluster(BDRVQcow2State *s, int64_t offset) in start_of_cluster() 661 static inline int64_t offset_into_cluster(BDRVQcow2State *s, int64_t offset) in offset_into_cluster() [all …]
|
/openbmc/linux/usr/ |
H A D | gen_init_cpio.c | 23 #define xstr(s) #s argument 24 #define str(s) xstr(s) argument 71 static void push_hdr(const char *s) in push_hdr() 79 char s[256]; in cpio_trailer() local 110 char s[256]; in cpio_mkslink() local 159 char s[256]; in cpio_mkgeneric() local 248 char s[256]; in cpio_mknod() local 326 char s[256]; in cpio_mkfile() local
|
/openbmc/qemu/hw/i386/xen/ |
H A D | xen_platform.c | 267 PCIXenPlatformState *s = opaque; in platform_fixed_ioport_writew() local 313 PCIXenPlatformState *s = opaque; in platform_fixed_ioport_writeb() local 355 PCIXenPlatformState *s = opaque; in platform_fixed_ioport_readb() local 371 PCIXenPlatformState *s = opaque; in platform_fixed_ioport_reset() local 422 static void platform_fixed_ioport_init(PCIXenPlatformState* s) in platform_fixed_ioport_init() 445 PCIXenPlatformState *s = opaque; in xen_platform_ioport_writeb() local 528 PCIXenPlatformState *s = opaque; in xen_platform_post_load() local 579 PCIXenPlatformState *s = XEN_PLATFORM(dev); in platform_reset() local
|
/openbmc/qemu/hw/intc/ |
H A D | gic_internal.h | 166 static inline bool gic_test_pending(GICState *s, int irq, int cm) in gic_test_pending() 198 static inline bool gic_virq_is_valid(GICState *s, int irq, int vcpu) in gic_virq_is_valid() 229 static inline uint32_t *gic_get_lr_entry(GICState *s, int irq, int vcpu) in gic_get_lr_entry() 246 static inline bool gic_test_group(GICState *s, int irq, int cpu) in gic_test_group() 256 static inline void gic_clear_pending(GICState *s, int irq, int cpu) in gic_clear_pending() 271 static inline void gic_set_active(GICState *s, int irq, int cpu) in gic_set_active() 281 static inline void gic_clear_active(GICState *s, int irq, int cpu) in gic_clear_active() 316 static inline int gic_get_priority(GICState *s, int irq, int cpu) in gic_get_priority()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_dfs.c | 149 qla2x00_dfs_tgt_sess_show(struct seq_file *s, void *unused) in qla2x00_dfs_tgt_sess_show() 176 qla2x00_dfs_tgt_port_database_show(struct seq_file *s, void *unused) in qla2x00_dfs_tgt_port_database_show() 232 qla_dfs_fw_resource_cnt_show(struct seq_file *s, void *unused) in qla_dfs_fw_resource_cnt_show() 297 qla_dfs_tgt_counters_show(struct seq_file *s, void *unused) in qla_dfs_tgt_counters_show() 402 qla2x00_dfs_fce_show(struct seq_file *s, void *unused) in qla2x00_dfs_fce_show() 500 struct seq_file *s = file->private_data; in qla2x00_dfs_fce_write() local 581 qla_dfs_naqp_show(struct seq_file *s, void *unused) in qla_dfs_naqp_show() 695 struct seq_file *s = file->private_data; in qla_dfs_naqp_write() local
|
/openbmc/qemu/chardev/ |
H A D | spice.c | 185 SpiceChardev *s = SPICE_CHARDEV(chr); in spice_chr_write() local 210 SpiceChardev *s = SPICE_CHARDEV(obj); in char_spice_finalize() local 220 SpiceChardev *s = SPICE_CHARDEV(chr); in spice_vmc_set_fe_open() local 230 SpiceChardev *s = SPICE_CHARDEV(chr); in spice_port_set_fe_open() local 241 SpiceChardev *s = SPICE_CHARDEV(chr); in spice_chr_accept_input() local 248 SpiceChardev *s = SPICE_CHARDEV(chr); in chr_open() local 297 SpiceChardev *s; in qemu_chr_open_spice_port() local
|
/openbmc/qemu/hw/misc/ |
H A D | eccmemctl.c | 145 ECCState *s = opaque; in ecc_mem_write() local 188 ECCState *s = opaque; in ecc_mem_read() local 245 ECCState *s = opaque; in ecc_diag_mem_write() local 254 ECCState *s = opaque; in ecc_diag_mem_read() local 285 ECCState *s = ECC_MEMCTL(d); in ecc_reset() local 305 ECCState *s = ECC_MEMCTL(obj); in ecc_init() local 316 ECCState *s = ECC_MEMCTL(dev); in ecc_realize() local
|
H A D | arm11scu.c | 20 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
|
/openbmc/qemu/hw/timer/ |
H A D | exynos4210_pwm.c | 156 static void exynos4210_pwm_update_freq(Exynos4210PWMState *s, uint32_t id) in exynos4210_pwm_update_freq() 181 Exynos4210PWM *s = (Exynos4210PWM *)opaque; in exynos4210_pwm_tick() local 222 Exynos4210PWMState *s = (Exynos4210PWMState *)opaque; in exynos4210_pwm_read() local 273 Exynos4210PWMState *s = (Exynos4210PWMState *)opaque; in exynos4210_pwm_write() local 367 Exynos4210PWMState *s = EXYNOS4210_PWM(d); in exynos4210_pwm_reset() local 395 Exynos4210PWMState *s = EXYNOS4210_PWM(obj); in exynos4210_pwm_init() local 415 Exynos4210PWMState *s = EXYNOS4210_PWM(obj); in exynos4210_pwm_finalize() local
|
/openbmc/linux/arch/x86/kernel/cpu/resctrl/ |
H A D | ctrlmondata.c | 65 int parse_bw(struct rdt_parse_data *data, struct resctrl_schema *s, in parse_bw() 142 int parse_cbm(struct rdt_parse_data *data, struct resctrl_schema *s, in parse_cbm() 205 static int parse_line(char *line, struct resctrl_schema *s, in parse_line() 361 struct resctrl_schema *s; in rdtgroup_parse_resource() local 374 struct resctrl_schema *s; in rdtgroup_schemata_write() local 464 static void show_doms(struct seq_file *s, struct resctrl_schema *schema, int closid) in show_doms() 490 struct seq_file *s, void *v) in rdtgroup_schemata_show()
|
/openbmc/qemu/hw/usb/ |
H A D | dev-network.c | 663 static int ndis_query(USBNetState *s, uint32_t oid, in ndis_query() 824 static int ndis_set(USBNetState *s, uint32_t oid, in ndis_set() 843 static int rndis_get_response(USBNetState *s, uint8_t *buf) in rndis_get_response() 859 static void *rndis_queue_response(USBNetState *s, unsigned int length) in rndis_queue_response() 874 static void rndis_clear_responsequeue(USBNetState *s) in rndis_clear_responsequeue() 884 static int rndis_init_response(USBNetState *s, rndis_init_msg_type *buf) in rndis_init_response() 909 static int rndis_query_response(USBNetState *s, in rndis_query_response() 955 static int rndis_set_response(USBNetState *s, in rndis_set_response() 987 static int rndis_reset_response(USBNetState *s, rndis_reset_msg_type *buf) in rndis_reset_response() 1003 static int rndis_keepalive_response(USBNetState *s, in rndis_keepalive_response() [all …]
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pemx-defs.h | 70 } s; member 85 } s; member 104 } s; member 131 } s; member 162 } s; member 175 } s; member 188 } s; member 201 } s; member 246 } s; member 319 } s; member [all …]
|
H A D | cvmx-uctlx-defs.h | 65 } s; member 116 } s; member 149 } s; member 162 } s; member 177 } s; member 190 } s; member 217 } s; member 244 } s; member 275 } s; member 290 } s; member [all …]
|
H A D | cvmx-mio-defs.h | 175 } s; member 292 } s; member 343 } s; member 358 } s; member 373 } s; member 412 } s; member 427 } s; member 442 } s; member 457 } s; member 476 } s; member [all …]
|
/openbmc/linux/drivers/crypto/hisilicon/ |
H A D | debugfs.c | 137 static int qm_sqc_dump(struct hisi_qm *qm, char *s, char *name) in qm_sqc_dump() 178 static int qm_cqc_dump(struct hisi_qm *qm, char *s, char *name) in qm_cqc_dump() 219 static int qm_eqc_aeqc_dump(struct hisi_qm *qm, char *s, char *name) in qm_eqc_aeqc_dump() 256 static int q_dump_param_parse(struct hisi_qm *qm, char *s, in q_dump_param_parse() 296 static int qm_sq_dump(struct hisi_qm *qm, char *s, char *name) in qm_sq_dump() 325 static int qm_cq_dump(struct hisi_qm *qm, char *s, char *name) in qm_cq_dump() 343 static int qm_eq_aeq_dump(struct hisi_qm *qm, char *s, char *name) in qm_eq_aeq_dump() 390 static int qm_dbg_help(struct hisi_qm *qm, char *s) in qm_dbg_help() 451 char *presult, *s, *s_tmp; in qm_cmd_write_dump() local 556 void hisi_qm_regs_dump(struct seq_file *s, struct debugfs_regset32 *regset) in hisi_qm_regs_dump() [all …]
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | rtd520.c | 519 struct comedi_subdevice *s, in rtd_ai_eoc() 532 struct comedi_subdevice *s, struct comedi_insn *insn, in rtd_ai_rinsn() 574 static int ai_read_n(struct comedi_device *dev, struct comedi_subdevice *s, in ai_read_n() 611 struct comedi_subdevice *s = dev->read_subdev; in rtd_interrupt() local 688 struct comedi_subdevice *s, struct comedi_cmd *cmd) in rtd_ai_cmdtest() 828 static int rtd_ai_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in rtd_ai_cmd() 978 static int rtd_ai_cancel(struct comedi_device *dev, struct comedi_subdevice *s) in rtd_ai_cancel() 993 struct comedi_subdevice *s, in rtd_ao_eoc() 1008 struct comedi_subdevice *s, in rtd_ao_insn_write() 1047 struct comedi_subdevice *s, in rtd_dio_insn_bits() [all …]
|
/openbmc/linux/kernel/trace/ |
H A D | trace_mmiotrace.c | 61 static void mmio_print_pcidev(struct trace_seq *s, const struct pci_dev *dev) in mmio_print_pcidev() 100 struct trace_seq *s = &iter->seq; in mmio_pipe_open() local 136 struct trace_seq *s = &iter->seq; in mmio_read() local 170 struct trace_seq *s = &iter->seq; in mmio_print_rw() local 215 struct trace_seq *s = &iter->seq; in mmio_print_map() local 249 struct trace_seq *s = &iter->seq; in mmio_print_mark() local
|
/openbmc/linux/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-srv.c | 180 struct rtrs_path *s = con->c.path; in rtrs_srv_reg_mr_done() local 197 struct rtrs_path *s = id->con->c.path; in rdma_write_sg() local 341 struct rtrs_path *s = con->c.path; in send_io_resp_imm() local 484 struct rtrs_path *s; in rtrs_srv_resp_rdma() local 600 struct scatterlist *s; in map_cont_bufs() local 700 struct rtrs_path *s = con->c.path; in rtrs_srv_info_rsp_done() local 789 struct rtrs_path *s = con->c.path; in process_info_req() local 901 struct rtrs_path *s = con->c.path; in rtrs_srv_info_req_done() local 943 struct rtrs_path *s = con->c.path; in post_recv_info_req() local 980 struct rtrs_path *s = &srv_path->s; in post_recv_path() local [all …]
|
/openbmc/linux/tools/lib/bpf/ |
H A D | strset.c | 24 const struct strset *s = ctx; in strset_hash_fn() local 32 const struct strset *s = ctx; in strset_equal_fn() local 116 int strset__find_str(struct strset *set, const char *s) in strset__find_str() 142 int strset__add_str(struct strset *set, const char *s) in strset__add_str()
|
/openbmc/qemu/hw/display/ |
H A D | sii9022.c | 67 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
|