/openbmc/qemu/tests/qtest/ |
H A D | stm32l4x5_usart-test.c | 244 char s[1]; in test_send_char() local 274 char s[10]; in test_receive_str() local 290 char s[10]; in test_send_str() local
|
/openbmc/qemu/include/sysemu/ |
H A D | kvm.h | 185 KVMState *s; member 450 #define kvm_vm_enable_cap(s, capability, cap_flags, ...) \ argument 501 static inline KVMRouteChange kvm_irqchip_begin_route_changes(KVMState *s) in kvm_irqchip_begin_route_changes()
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | comedi_8254.c | 478 struct comedi_subdevice *s, in comedi_8254_insn_read() 496 struct comedi_subdevice *s, in comedi_8254_insn_write() 513 struct comedi_subdevice *s, in comedi_8254_insn_config() 558 void comedi_8254_subdevice_init(struct comedi_subdevice *s, in comedi_8254_subdevice_init()
|
H A D | ni_660x.c | 378 static int ni_660x_cmd(struct comedi_device *dev, struct comedi_subdevice *s) in ni_660x_cmd() 394 static int ni_660x_cancel(struct comedi_device *dev, struct comedi_subdevice *s) in ni_660x_cancel() 421 struct comedi_subdevice *s) in ni_660x_handle_gpct_interrupt() 433 struct comedi_subdevice *s; in ni_660x_interrupt() local 454 struct comedi_subdevice *s) in ni_660x_input_poll() 468 struct comedi_subdevice *s) in ni_660x_buf_change() 531 struct comedi_subdevice *s, in ni_660x_dio_insn_bits() 694 struct comedi_subdevice *s, in ni_660x_dio_insn_config() 1002 struct comedi_subdevice *s; in ni_660x_auto_attach() local
|
/openbmc/linux/scripts/mod/ |
H A D | sumversion.c | 46 static inline uint32_t lshift(uint32_t x, unsigned int s) in lshift() 67 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument 68 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (uint32_t)0x5A827999,s)) argument 69 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (uint32_t)0x6ED9EBA1,s)) argument
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_graphics.c | 132 static void *get_vgabios(XenPCIPassthroughState *s, int *size, in get_vgabios() 166 void xen_pt_setup_vga(XenPCIPassthroughState *s, XenHostPCIDevice *dev, in xen_pt_setup_vga() 228 uint32_t igd_read_opregion(XenPCIPassthroughState *s) in igd_read_opregion() 244 void igd_write_opregion(XenPCIPassthroughState *s, uint32_t val) in igd_write_opregion()
|
/openbmc/linux/drivers/pwm/ |
H A D | core.c | 1056 static void pwm_dbg_show(struct pwm_chip *chip, struct seq_file *s) in pwm_dbg_show() 1086 static void *pwm_seq_start(struct seq_file *s, loff_t *pos) in pwm_seq_start() 1094 static void *pwm_seq_next(struct seq_file *s, void *v, loff_t *pos) in pwm_seq_next() 1101 static void pwm_seq_stop(struct seq_file *s, void *v) in pwm_seq_stop() 1106 static int pwm_seq_show(struct seq_file *s, void *v) in pwm_seq_show()
|
/openbmc/linux/fs/ |
H A D | binfmt_misc.c | 101 char *s; in search_binfmt_handler() local 260 static char *scanarg(char *s, char del) in scanarg() 386 char *s; in create_entry() local 528 char s[4]; in parse_command() local 836 char *s = enabled ? "enabled\n" : "disabled\n"; in bm_status_read() local
|
/openbmc/qemu/hw/sh4/ |
H A D | r2d.c | 140 r2d_fpga_t *s = opaque; in r2d_fpga_read() local 159 r2d_fpga_t *s = opaque; in r2d_fpga_write() local 191 r2d_fpga_t *s; in r2d_fpga_init() local 209 ResetData *s = (ResetData *)opaque; in main_cpu_reset() local 239 struct SH7750State *s; in r2d_init() local
|
/openbmc/linux/lib/zstd/common/ |
H A D | fse_decompress.c | 92 U32 s; in FSE_buildDTable_internal() local 118 U32 s; in FSE_buildDTable_internal() local 137 size_t s; in FSE_buildDTable_internal() local 153 U32 s, position = 0; in FSE_buildDTable_internal() local 214 unsigned s; in FSE_buildDTable_raw() local
|
/openbmc/qemu/hw/arm/ |
H A D | mps3r.c | 335 g_autofree char *s = g_strdup_printf("uart%d", uartno); in create_uart() local 414 g_autofree char *s = g_strdup_printf("cpu-uart-oflow-orgate%d", i); in mps3r_common_init() local 459 g_autofree char *s = g_strdup_printf("gpio%d", i); in mps3r_common_init() local 489 g_autofree char *s = g_strdup_printf("i2c%d", i); in mps3r_common_init() local 505 g_autofree char *s = g_strdup_printf("spi%d", i); in mps3r_common_init() local
|
/openbmc/qemu/hw/sensor/ |
H A D | adm1272.c | 112 static void adm1272_check_limits(ADM1272State *s) in adm1272_check_limits() 190 ADM1272State *s = ADM1272(obj); in adm1272_exit_reset() local 256 ADM1272State *s = ADM1272(pmdev); in adm1272_read_byte() local 345 ADM1272State *s = ADM1272(pmdev); in adm1272_write_data() local 435 ADM1272State *s = ADM1272(obj); in adm1272_set() local
|
/openbmc/linux/include/linux/ |
H A D | hdlcdrv.h | 221 static inline void hdlcdrv_putbits(struct hdlcdrv_state *s, unsigned int bits) in hdlcdrv_putbits() 226 static inline unsigned int hdlcdrv_getbits(struct hdlcdrv_state *s) in hdlcdrv_getbits() 244 static inline void hdlcdrv_channelbit(struct hdlcdrv_state *s, unsigned int bit) in hdlcdrv_channelbit() 251 static inline void hdlcdrv_setdcd(struct hdlcdrv_state *s, int dcd) in hdlcdrv_setdcd() 256 static inline int hdlcdrv_ptt(struct hdlcdrv_state *s) in hdlcdrv_ptt()
|
/openbmc/linux/drivers/net/slip/ |
H A D | slip.c | 918 static int slip_esc(unsigned char *s, unsigned char *d, int len) 955 static void slip_unesc(struct slip *sl, unsigned char s) 1001 static int slip_esc6(unsigned char *s, unsigned char *d, int len) 1038 static void slip_unesc6(struct slip *sl, unsigned char s) 1392 unsigned char s = (sl->mode & SL_MODE_SLIP6)?0x70:END; local
|
/openbmc/linux/drivers/firmware/ |
H A D | dmi_scan.c | 46 static const char * __init dmi_string_nosave(const struct dmi_header *dm, u8 s) in dmi_string_nosave() 66 static const char * __init dmi_string(const struct dmi_header *dm, u8 s) in dmi_string() 205 char *s; in dmi_save_release() local 233 char *s; in dmi_save_uuid() local 271 char *s; in dmi_save_type() local 850 int s = dmi->matches[i].slot; in dmi_matches() local 1040 const char *s, *y; in dmi_get_date() local
|
/openbmc/linux/include/linux/netfilter/ipset/ |
H A D | ip_set.h | 64 #define SET_WITH_TIMEOUT(s) ((s)->extensions & IPSET_EXT_TIMEOUT) argument 65 #define SET_WITH_COUNTER(s) ((s)->extensions & IPSET_EXT_COUNTER) argument 66 #define SET_WITH_COMMENT(s) ((s)->extensions & IPSET_EXT_COMMENT) argument 67 #define SET_WITH_SKBINFO(s) ((s)->extensions & IPSET_EXT_SKBINFO) argument 68 #define SET_WITH_FORCEADD(s) ((s)->flags & IPSET_CREATE_FLAG_FORCEADD) argument 127 #define ext_timeout(e, s) \ argument 129 #define ext_counter(e, s) \ argument 131 #define ext_comment(e, s) \ argument 133 #define ext_skbinfo(e, s) \ argument
|
/openbmc/qemu/target/i386/ |
H A D | arch_dump.c | 45 DumpState *s) in x86_64_write_elf64_note() 151 int id, DumpState *s) in x86_write_elf64_note() 183 int cpuid, DumpState *s) in x86_cpu_write_elf64_note() 204 int cpuid, DumpState *s) in x86_cpu_write_elf32_note() 271 static void copy_segment(QEMUCPUSegment *d, SegmentCache *s) in copy_segment() 280 static void qemu_get_cpustate(QEMUCPUState *s, CPUX86State *env) in qemu_get_cpustate() 332 DumpState *s, in cpu_write_qemu_note() 382 DumpState *s) in x86_cpu_write_elf64_qemunote() 390 DumpState *s) in x86_cpu_write_elf32_qemunote()
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | sensors.c | 266 const struct scmi_sensor_info *s; in iter_intervals_prepare_message() local 278 struct scmi_sensor_info *s = ((struct scmi_sens_ipriv *)p)->priv; in iter_intervals_update_state() local 329 struct scmi_sensor_info *s = ((struct scmi_sens_ipriv *)p)->priv; in iter_intervals_process_response() local 338 struct scmi_sensor_info *s) in scmi_sensor_update_intervals() 363 struct scmi_sensor_info *s; member 475 struct scmi_sensor_info *s) in scmi_sensor_axis_extended_names_get() 510 struct scmi_sensor_info *s, in scmi_sensor_axis_description() 578 struct scmi_sensor_info *s; in iter_sens_descr_process_response() local 778 struct scmi_sensor_info *s = si->sensors + sensor_id; in scmi_sensor_config_get() local 810 struct scmi_sensor_info *s = si->sensors + sensor_id; in scmi_sensor_config_set() local [all …]
|
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_pipe.c | 9 int mdp5_pipe_assign(struct drm_atomic_state *s, struct drm_plane *plane, in mdp5_pipe_assign() 122 int mdp5_pipe_release(struct drm_atomic_state *s, struct mdp5_hw_pipe *hwpipe) in mdp5_pipe_release()
|
/openbmc/openpower-hw-diags/util/ |
H A D | bin_stream.hpp | 57 void read(void* s, size_t n) in read() 154 void write(void* s, size_t n) in write()
|
/openbmc/qemu/hw/char/ |
H A D | omap_uart.c | 41 void omap_uart_reset(struct omap_uart_s *s) in omap_uart_reset() 55 struct omap_uart_s *s = g_new0(struct omap_uart_s, 1); in omap_uart_init() local
|
/openbmc/linux/drivers/pcmcia/ |
H A D | rsrc_iodyn.c | 55 static struct resource *__iodyn_find_io_region(struct pcmcia_socket *s, in __iodyn_find_io_region() 84 static int iodyn_find_io(struct pcmcia_socket *s, unsigned int attr, in iodyn_find_io()
|
/openbmc/qemu/hw/rtc/ |
H A D | sun4v-rtc.c | 58 SysBusDevice *s; in sun4v_rtc_init() local 71 Sun4vRtc *s = SUN4V_RTC(dev); in sun4v_rtc_realize() local
|
/openbmc/linux/drivers/dma/idxd/ |
H A D | debugfs.c | 15 static void dump_event_entry(struct idxd_device *idxd, struct seq_file *s, in dump_event_entry() 57 static int debugfs_evl_show(struct seq_file *s, void *d) in debugfs_evl_show()
|
/openbmc/u-boot/net/ |
H A D | dns.c | 42 const char *s; in dns_send() local 107 const unsigned char *p, *e, *s; in dns_handler() local
|