/openbmc/qemu/hw/audio/ |
H A D | virtio-snd.c | 94 VirtIOSound *s = VIRTIO_SND(vdev); in virtio_snd_get_config() local 130 static VirtIOSoundPCMStream *virtio_snd_pcm_get_stream(VirtIOSound *s, in virtio_snd_pcm_get_stream() 143 static virtio_snd_pcm_set_params *virtio_snd_pcm_get_params(VirtIOSound *s, in virtio_snd_pcm_get_params() 157 static void virtio_snd_handle_pcm_info(VirtIOSound *s, in virtio_snd_handle_pcm_info() 241 uint32_t virtio_snd_set_pcm_params(VirtIOSound *s, in virtio_snd_set_pcm_params() 289 static void virtio_snd_handle_pcm_set_params(VirtIOSound *s, in virtio_snd_handle_pcm_set_params() 411 static uint32_t virtio_snd_pcm_prepare(VirtIOSound *s, uint32_t stream_id) in virtio_snd_pcm_prepare() 510 static void virtio_snd_handle_pcm_prepare(VirtIOSound *s, in virtio_snd_handle_pcm_prepare() 533 static void virtio_snd_handle_pcm_start_stop(VirtIOSound *s, in virtio_snd_handle_pcm_start_stop() 601 static void virtio_snd_handle_pcm_release(VirtIOSound *s, in virtio_snd_handle_pcm_release() [all …]
|
H A D | gus.c | 68 GUSState *s = opaque; in gus_readb() local 75 GUSState *s = opaque; in gus_writeb() local 80 static int write_audio (GUSState *s, int samples) in write_audio() 114 GUSState *s = opaque; in GUS_callback() local 153 GUSState *s = emu->opaque; in GUS_irqrequest() local 163 GUSState *s = emu->opaque; in GUS_irqclear() local 176 GUSState *s = emu->opaque; in GUS_dmarequest() local 184 GUSState *s = opaque; in GUS_read_DMA() local 240 GUSState *s = GUS (dev); in gus_realizefn() local
|
/openbmc/qemu/block/ |
H A D | backup.c | 87 BackupBlockJob *s = container_of(job, BackupBlockJob, common.job); in backup_commit() local 95 BackupBlockJob *s = container_of(job, BackupBlockJob, common.job); in backup_abort() local 103 BackupBlockJob *s = container_of(job, BackupBlockJob, common.job); in backup_clean() local 138 BackupBlockJob *s = opaque; in backup_block_copy_callback() local 150 BlockCopyCallState *s = NULL; in backup_loop() local 252 BackupBlockJob *s = container_of(job, BackupBlockJob, common.job); in backup_run() local 306 BackupBlockJob *s = container_of(job, BackupBlockJob, common.job); in backup_pause() local 317 BackupBlockJob *s = container_of(job, BackupBlockJob, common); in backup_set_speed() local 333 BackupBlockJob *s = container_of(job, BackupBlockJob, common.job); in backup_cancel() local
|
H A D | vvfat.c | 365 static void init_mbr(BDRVVVFATState *s, int cyls, int heads, int secs) in init_mbr() 402 static direntry_t *create_long_filename(BDRVVVFATState *s, const char *filename) in create_long_filename() 524 static direntry_t *create_short_filename(BDRVVVFATState *s, in create_short_filename() 643 static inline void fat_set(BDRVVVFATState* s,unsigned int cluster,uint32_t value) in fat_set() 667 static inline uint32_t fat_get(BDRVVVFATState* s,unsigned int cluster) in fat_get() 681 static inline int fat_eof(BDRVVVFATState* s,uint32_t fat_entry) in fat_eof() 688 static inline void init_fat(BDRVVVFATState* s) in init_fat() 710 static inline direntry_t* create_short_and_long_name(BDRVVVFATState* s, in create_short_and_long_name() 745 static int read_directory(BDRVVVFATState* s, int mapping_index) in read_directory() 886 static inline int32_t sector2cluster(BDRVVVFATState* s,off_t sector_num) in sector2cluster() [all …]
|
/openbmc/qemu/hw/watchdog/ |
H A D | wdt_aspeed.c | 59 static bool aspeed_wdt_is_enabled(const AspeedWDTState *s) in aspeed_wdt_is_enabled() 66 AspeedWDTState *s = ASPEED_WDT(opaque); in aspeed_wdt_read() local 107 static void aspeed_wdt_reload(AspeedWDTState *s) in aspeed_wdt_reload() 123 static void aspeed_wdt_reload_1mhz(AspeedWDTState *s) in aspeed_wdt_reload_1mhz() 150 AspeedWDTState *s = ASPEED_WDT(opaque); in aspeed_wdt_write() local 239 AspeedWDTState *s = ASPEED_WDT(dev); in aspeed_wdt_reset() local 253 AspeedWDTState *s = ASPEED_WDT(dev); in aspeed_wdt_timer_expired() local 274 AspeedWDTState *s = ASPEED_WDT(dev); in aspeed_wdt_realize() local 346 static void aspeed_2500_wdt_reset_pulse(AspeedWDTState *s, uint32_t property) in aspeed_2500_wdt_reset_pulse()
|
/openbmc/qemu/hw/i2c/ |
H A D | allwinner-i2c.c | 158 static inline bool allwinner_i2c_is_reset(AWI2CState *s) in allwinner_i2c_is_reset() 163 static inline bool allwinner_i2c_bus_is_enabled(AWI2CState *s) in allwinner_i2c_bus_is_enabled() 168 static inline bool allwinner_i2c_interrupt_is_enabled(AWI2CState *s) in allwinner_i2c_interrupt_is_enabled() 175 AWI2CState *s = AW_I2C(obj); in allwinner_i2c_reset_hold() local 192 static inline void allwinner_i2c_raise_interrupt(AWI2CState *s) in allwinner_i2c_raise_interrupt() 212 AWI2CState *s = AW_I2C(opaque); in allwinner_i2c_read() local 282 AWI2CState *s = AW_I2C(opaque); in allwinner_i2c_write() local 432 AWI2CState *s = AW_I2C(dev); in allwinner_i2c_realize() local 461 AWI2CState *s = AW_I2C(obj); in allwinner_i2c_sun6i_init() local
|
/openbmc/qemu/hw/sensor/ |
H A D | tmp421.c | 113 TMP421State *s = TMP421(obj); in tmp421_get_temperature() local 140 TMP421State *s = TMP421(obj); in tmp421_set_temperature() local 169 static void tmp421_read(TMP421State *s) in tmp421_read() 229 static void tmp421_write(TMP421State *s) in tmp421_write() 249 TMP421State *s = TMP421(i2c); in tmp421_rx() local 260 TMP421State *s = TMP421(i2c); in tmp421_tx() local 279 TMP421State *s = TMP421(i2c); in tmp421_event() local 308 TMP421State *s = TMP421(i2c); in tmp421_reset() local 335 TMP421State *s = TMP421(dev); in tmp421_realize() local
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_global_func_args.c | 25 __noinline int foo(__u32 index, struct S *s) in foo() 37 __noinline int bar(__u32 index, volatile struct S *s) in bar() 49 __noinline int baz(struct S **s) in baz() 69 struct S s = { .v = 100 }; in test_cls() local
|
/openbmc/qemu/hw/i386/ |
H A D | port92.c | 31 Port92State *s = opaque; in port92_write() local 45 Port92State *s = opaque; in port92_read() local 66 Port92State *s = PORT92(d); in port92_reset() local 83 Port92State *s = PORT92(obj); in port92_initfn() local 95 Port92State *s = PORT92(dev); in port92_realizefn() local
|
/openbmc/qemu/ui/ |
H A D | gtk-clipboard.c | 29 QemuClipboardSelection s; in gd_find_selection() local 45 QemuClipboardSelection s = gd_find_selection(gd, clipboard); in gd_clipboard_get_data() local 71 QemuClipboardSelection s = gd_find_selection(gd, clipboard); in gd_clipboard_clear() local 79 QemuClipboardSelection s = info->selection; in gd_clipboard_update_info() local 161 QemuClipboardSelection s = gd_find_selection(gd, clipboard); in gd_owner_change() local
|
/openbmc/qemu/hw/m68k/ |
H A D | mcf_intc.c | 36 static void mcf_intc_update(mcf_intc_state *s) in mcf_intc_update() argument 63 mcf_intc_state *s = (mcf_intc_state *)opaque; in mcf_intc_read() local 98 mcf_intc_state *s = (mcf_intc_state *)opaque; in mcf_intc_write() local 144 mcf_intc_state *s = (mcf_intc_state *)opaque; in mcf_intc_set_irq() local 156 mcf_intc_state *s = MCF_INTC(dev); in mcf_intc_reset() local 174 mcf_intc_state *s = MCF_INTC(obj); in mcf_intc_instance_init() local
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | ni_daq_700.c | 74 struct comedi_subdevice *s, in daq700_dio_insn_bits() 96 struct comedi_subdevice *s, in daq700_dio_insn_config() 113 struct comedi_subdevice *s, in daq700_ai_eoc() 131 struct comedi_subdevice *s, in daq700_ai_rinsn() 195 struct comedi_subdevice *s) in daq700_ai_config() 212 struct comedi_subdevice *s; in daq700_auto_attach() local
|
H A D | dyna_pci10xx.c | 49 struct comedi_subdevice *s, in dyna_pci10xx_ai_eoc() 62 struct comedi_subdevice *s, in dyna_pci10xx_insn_read_ai() 102 struct comedi_subdevice *s, in dyna_pci10xx_insn_write_ao() 122 struct comedi_subdevice *s, in dyna_pci10xx_di_insn_bits() 142 struct comedi_subdevice *s, in dyna_pci10xx_do_insn_bits() 166 struct comedi_subdevice *s; in dyna_pci10xx_auto_attach() local
|
/openbmc/u-boot/drivers/ddr/marvell/axp/ |
H A D | ddr3_dfs.c | 18 #define DEBUG_DFS_C(s, d, l) \ argument 20 #define DEBUG_DFS_FULL_C(s, d, l) \ argument 24 #define DEBUG_DFS_S(s) puts(s) argument 27 #define DEBUG_DFS_S(s) argument 32 #define DEBUG_DFS_FULL_S(s) puts(s) argument 35 #define DEBUG_DFS_FULL_S(s) argument
|
/openbmc/qemu/hw/misc/ |
H A D | npcm7xx_pwm.c | 152 static void npcm7xx_pwm_write_ppr(NPCM7xxPWMState *s, uint32_t new_ppr) in npcm7xx_pwm_write_ppr() 166 static void npcm7xx_pwm_write_csr(NPCM7xxPWMState *s, uint32_t new_csr) in npcm7xx_pwm_write_csr() 180 static void npcm7xx_pwm_write_pcr(NPCM7xxPWMState *s, uint32_t new_pcr) in npcm7xx_pwm_write_pcr() 287 NPCM7xxPWMState *s = opaque; in npcm7xx_pwm_read() local 353 NPCM7xxPWMState *s = opaque; in npcm7xx_pwm_write() local 452 NPCM7xxPWMState *s = NPCM7XX_PWM(obj); in npcm7xx_pwm_enter_reset() local 473 NPCM7xxPWMState *s = NPCM7XX_PWM(obj); in npcm7xx_pwm_hold_reset() local 483 NPCM7xxPWMState *s = NPCM7XX_PWM(obj); in npcm7xx_pwm_init() local
|
/openbmc/qemu/hw/dma/ |
H A D | bcm2835_dma.c | 56 static void bcm2835_dma_update(BCM2835DMAState *s, unsigned c) in bcm2835_dma_update() 147 static uint64_t bcm2835_dma_read(BCM2835DMAState *s, hwaddr offset, in bcm2835_dma_read() 194 static void bcm2835_dma_write(BCM2835DMAState *s, hwaddr offset, in bcm2835_dma_write() 243 BCM2835DMAState *s = opaque; in bcm2835_dma0_read() local 269 BCM2835DMAState *s = opaque; in bcm2835_dma0_write() local 343 BCM2835DMAState *s = BCM2835_DMA(obj); in bcm2835_dma_init() local 366 BCM2835DMAState *s = BCM2835_DMA(dev); in bcm2835_dma_reset() local 378 BCM2835DMAState *s = BCM2835_DMA(dev); in bcm2835_dma_realize() local
|
/openbmc/openpower-hw-diags/analyzer/ |
H A D | filter-root-cause.cpp | 91 for (const auto& s : i_list) in __findMemoryChannelFailure() local 112 for (const auto& s : i_list) in __findMemoryChannelFailure() local 172 for (const auto& s : i_list) __findCsRootCause_RE() local 196 for (const auto& s : i_list) __findCsRootCause_UCS() local 224 for (const auto& s : i_list) __findOcmbAttnBits() local 232 for (const auto& s : i_list) __findOcmbAttnBits() local 253 for (const auto& s : i_list) __findNonExternalCs() local 474 for (const auto& s : list) rootCauseSpecialCases() local [all...] |
/openbmc/qemu/hw/usb/ |
H A D | dev-serial.c | 189 static void usb_serial_set_flow_control(USBSerialState *s, in usb_serial_set_flow_control() 200 static void usb_serial_set_xonxoff(USBSerialState *s, int xonxoff) in usb_serial_set_xonxoff() 211 static void usb_serial_reset(USBSerialState *s) in usb_serial_reset() 223 USBSerialState *s = USB_SERIAL(dev); in usb_serial_handle_reset() local 232 static uint8_t usb_get_modem_lines(USBSerialState *s) in usb_get_modem_lines() 263 USBSerialState *s = USB_SERIAL(dev); in usb_serial_handle_control() local 424 static void usb_serial_token_in(USBSerialState *s, USBPacket *p) in usb_serial_token_in() 481 USBSerialState *s = USB_SERIAL(dev); in usb_serial_handle_data() local 520 USBSerialState *s = opaque; in usb_serial_can_read() local 530 USBSerialState *s = opaque; in usb_serial_read() local [all …]
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-rst-defs.h | 82 } s; member 101 } s; member 114 } s; member 143 } s; member 158 } s; member 171 } s; member 188 } s; member 214 } s; member 227 } s; member 240 } s; member [all …]
|
/openbmc/linux/sound/firewire/motu/ |
H A D | amdtp-motu.c | 48 int amdtp_motu_set_parameters(struct amdtp_stream *s, unsigned int rate, in amdtp_motu_set_parameters() 93 static void read_pcm_s32(struct amdtp_stream *s, struct snd_pcm_substream *pcm, in read_pcm_s32() 129 static void write_pcm_s32(struct amdtp_stream *s, struct snd_pcm_substream *pcm, in write_pcm_s32() 166 static void write_pcm_silence(struct amdtp_stream *s, __be32 *buffer, in write_pcm_silence() 189 int amdtp_motu_add_pcm_hw_constraints(struct amdtp_stream *s, in amdtp_motu_add_pcm_hw_constraints() 202 void amdtp_motu_midi_trigger(struct amdtp_stream *s, unsigned int port, in amdtp_motu_midi_trigger() 211 static void write_midi_messages(struct amdtp_stream *s, __be32 *buffer, in write_midi_messages() 237 static void read_midi_messages(struct amdtp_stream *s, __be32 *buffer, in read_midi_messages() 287 static void probe_tracepoints_events(struct amdtp_stream *s, const struct pkt_desc *desc, in probe_tracepoints_events() 331 static void process_ir_ctx_payloads(struct amdtp_stream *s, const struct pkt_desc *desc, in process_ir_ctx_payloads() [all …]
|
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 42 static void wil_print_desc_edma(struct seq_file *s, struct wil6210_priv *wil, in wil_print_desc_edma() 74 static void wil_print_ring(struct seq_file *s, struct wil6210_priv *wil, in wil_print_ring() 132 static int ring_show(struct seq_file *s, void *data) in ring_show() 193 static void wil_print_sring(struct seq_file *s, struct wil6210_priv *wil, in wil_print_sring() 251 static int srings_show(struct seq_file *s, void *data) in srings_show() 264 static void wil_seq_hexdump(struct seq_file *s, void *p, int len, in wil_seq_hexdump() 270 static void wil_print_mbox_ring(struct seq_file *s, const char *prefix, in wil_print_mbox_ring() 354 static int mbox_show(struct seq_file *s, void *data) in mbox_show() 584 static int memread_show(struct seq_file *s, void *data) in memread_show() 1038 static void wil_seq_print_skb(struct seq_file *s, struct sk_buff *skb) in wil_seq_print_skb() [all …]
|
/openbmc/linux/drivers/crypto/cavium/zip/ |
H A D | zip_regs.h | 138 } s; member 165 } s; member 264 } s; member 285 } s; member 318 } s; member 368 } s; member 387 } s; member 419 } s; member 441 } s; member 470 } s; member [all …]
|
/openbmc/linux/fs/hpfs/ |
H A D | super.c | 23 static void mark_dirty(struct super_block *s, int remount) in mark_dirty() 41 static void unmark_dirty(struct super_block *s) in unmark_dirty() 57 void hpfs_error(struct super_block *s, const char *fmt, ...) in hpfs_error() 101 int hpfs_stop_cycles(struct super_block *s, int key, int *c1, int *c2, in hpfs_stop_cycles() 125 static void hpfs_put_super(struct super_block *s) in hpfs_put_super() 133 static unsigned hpfs_count_one_bitmap(struct super_block *s, secno secno) in hpfs_count_one_bitmap() 147 static unsigned count_bitmaps(struct super_block *s) in count_bitmaps() 165 unsigned hpfs_get_free_dnodes(struct super_block *s) in hpfs_get_free_dnodes() 179 struct super_block *s = dentry->d_sb; in hpfs_statfs() local 442 static int hpfs_remount_fs(struct super_block *s, int *flags, char *data) in hpfs_remount_fs() [all …]
|
/openbmc/linux/sound/usb/usx2y/ |
H A D | usb_stream.c | 15 struct usb_stream *s = sk->s; in usb_stream_next_packet_size() local 23 struct usb_stream *s = sk->s; in playback_prep_freqn() local 89 struct usb_stream *s = sk->s; in init_urbs() local 132 struct usb_stream *s; in usb_stream_free() local 285 struct usb_stream *s = sk->s; in usb_stream_prepare_playback() local 388 static void loop_back(struct usb_stream *s) in loop_back() 440 static void loop_back(struct usb_stream *s) in loop_back() 448 struct usb_stream *s = sk->s; in stream_idle() local 533 struct usb_stream *s = sk->s; in stream_start() local 618 struct usb_stream *s = sk->s; in i_capture_start() local [all …]
|
/openbmc/linux/arch/parisc/boot/compressed/ |
H A D | misc.c | 20 #define memzero(s, n) memset((s), 0, (n)) argument 67 const char *s = src; in memmove() local 82 void *memset(void *s, int c, size_t count) in memset() 91 void *memcpy(void *d, const void *s, size_t len) in memcpy() 101 size_t strlen(const char *s) in strlen() 110 char *strchr(const char *s, int c) in strchr() 120 static int puts(const char *s) in puts()
|