/openbmc/linux/tools/testing/selftests/x86/ |
H A D | fsgsbase.c | 648 for (unsigned short s = 0; s < 5; s++) { in main() local
|
/openbmc/linux/fs/pstore/ |
H A D | platform.c | 393 static void pstore_console_write(struct console *con, const char *s, unsigned c) in pstore_console_write()
|
/openbmc/qemu/hw/ppc/ |
H A D | mac_newworld.c | 153 SysBusDevice *s; in ppc_core99_init() local
|
/openbmc/qemu/target/mips/ |
H A D | cpu.c | 428 static void mips_cpu_disas_set_info(CPUState *s, disassemble_info *info) in mips_cpu_disas_set_info()
|
/openbmc/linux/drivers/bluetooth/ |
H A D | dtl1_cs.c | 387 struct sk_buff *s; in dtl1_hci_send_frame() local
|
/openbmc/linux/fs/gfs2/ |
H A D | meta_io.c | 386 struct gfs2_trans *tr, *s; in gfs2_ail1_wipe() local
|
/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/ |
H A D | rmnet_vnd.c | 131 struct rtnl_link_stats64 *s) in rmnet_get_stats64()
|
/openbmc/u-boot/drivers/core/ |
H A D | devres.c | 53 #define set_node_dbginfo(dr, n, s) do {} while (0) argument
|
/openbmc/u-boot/arch/arc/lib/ |
H A D | libgcc2.h | 127 struct DWstruct s; member
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec_lpc.c | 294 char *s = dest; in cros_ec_lpc_readmem() local
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | sstep.h | 105 #define MKOP(t, f, s) ((t) | (f) | SIZE(s)) argument
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/ |
H A D | dcn30_clk_mgr.c | 524 struct clk_state_registers_and_bypass s = { 0 }; in dcn3_clk_mgr_construct() local
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | setup.c | 98 static const char *dmi_string_parse(const struct dmi_header *dm, u8 s) in dmi_string_parse()
|
/openbmc/linux/drivers/parport/ |
H A D | parport_ip32.c | 1027 struct parport_state *s) in parport_ip32_init_state() 1039 struct parport_state *s) in parport_ip32_save_state() 1051 struct parport_state *s) in parport_ip32_restore_state()
|
/openbmc/linux/net/netfilter/ipvs/ |
H A D | ip_vs_core.c | 128 struct ip_vs_cpu_stats *s; in ip_vs_in_stats() local 164 struct ip_vs_cpu_stats *s; in ip_vs_out_stats() local 197 struct ip_vs_cpu_stats *s; in ip_vs_conn_stats() local
|
/openbmc/linux/net/sched/ |
H A D | sch_qfq.c | 1196 unsigned int s; in qfq_choose_next_agg() local 1288 int s; in qfq_schedule_agg() local 1373 int s; in qfq_deactivate_agg() local
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | io.h | 384 #define eth_io_copy_and_sum(s, c, l, b) \ argument 387 static inline int check_signature(ulong io_addr, const uchar *s, int len) in check_signature() 424 isa_check_signature(ulong io_addr, const uchar *s, int len) in isa_check_signature()
|
/openbmc/linux/sound/soc/sof/intel/ |
H A D | hda.h | 539 static inline struct hdac_bus *sof_to_bus(struct snd_sof_dev *s) in sof_to_bus() 546 static inline struct hda_bus *sof_to_hbus(struct snd_sof_dev *s) in sof_to_hbus() 567 #define SOF_STREAM_SD_OFFSET(s) \ argument
|
/openbmc/linux/drivers/md/bcache/ |
H A D | super.c | 64 static unsigned int get_bucket_size(struct cache_sb *sb, struct cache_sb_disk *s) in get_bucket_size() 92 struct cache_sb_disk *s) in read_super_common() 170 struct cache_sb_disk *s; in read_super() local
|
/openbmc/linux/drivers/crypto/hisilicon/hpre/ |
H A D | hpre_main.c | 369 static int hpre_diff_regs_show(struct seq_file *s, void *unused) in hpre_diff_regs_show() 381 static int hpre_com_regs_show(struct seq_file *s, void *unused) in hpre_com_regs_show() 390 static int hpre_cluster_regs_show(struct seq_file *s, void *unused) in hpre_cluster_regs_show()
|
/openbmc/qemu/gdbstub/ |
H A D | gdbstub.c | 561 GDBRegisterState s = { in gdb_register_feature() local 595 GDBRegisterState *s; in gdb_register_coprocessor() local 2470 void gdb_create_default_process(GDBState *s) in gdb_create_default_process()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_events_synth.c | 322 static void print_synth_event_num_val(struct trace_seq *s, in print_synth_event_num_val() 350 struct trace_seq *s = &iter->seq; in print_synth_event() local 695 struct seq_buf s; in parse_synth_field() local
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ring.h | 66 #define to_amdgpu_ring(s) container_of((s), struct amdgpu_ring, sched) argument 320 #define amdgpu_ring_emit_gfx_shadow(r, s, c, g, i, v) ((r)->funcs->emit_gfx_shadow((r), (s), (c), (… argument 325 #define amdgpu_ring_emit_frame_cntl(r, b, s) (r)->funcs->emit_frame_cntl((r), (b), (s)) argument
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 2781 uintptr_t s = (uintptr_t)vs; in swap_memmove() local 4349 static inline float32 abd_s(float32 a, float32 b, float_status *s) in abd_s() 4354 static inline float64 abd_d(float64 a, float64 b, float_status *s) in abd_d() 4418 static inline float32 subr_s(float32 a, float32 b, float_status *s) in subr_s() 4423 static inline float64 subr_d(float64 a, float64 b, float_status *s) in subr_d() 4516 static inline int16_t vfp_float16_to_int16_rtz(float16 f, float_status *s) in vfp_float16_to_int16_rtz() 4525 static inline int64_t vfp_float16_to_int64_rtz(float16 f, float_status *s) in vfp_float16_to_int64_rtz() 4534 static inline int64_t vfp_float32_to_int64_rtz(float32 f, float_status *s) in vfp_float32_to_int64_rtz() 4543 static inline int64_t vfp_float64_to_int64_rtz(float64 f, float_status *s) in vfp_float64_to_int64_rtz() 4552 static inline uint16_t vfp_float16_to_uint16_rtz(float16 f, float_status *s) in vfp_float16_to_uint16_rtz() [all …]
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | prom_init.c | 286 static size_t __init prom_strlen(const char *s) in prom_strlen() 344 static int __init prom_strtobool(const char *s, bool *res) in prom_strtobool() 501 const char *p, *q, *s; in prom_printf() local 1589 static unsigned long __init prom_next_cell(int s, cell_t **cellp) in prom_next_cell() 2513 char *s, *os; in dt_find_string() local
|