/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/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/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/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
|
H A D | trace.c | 2320 #define SAVED_CMDLINE_MAP_ELEMENT_SIZE(s) \ argument 2343 struct saved_cmdlines_buffer *s; in allocate_cmdlines_buffer() local 3813 static const char *show_buffer(struct trace_seq *s) in show_buffer() 4415 struct trace_seq *s = &iter->seq; in test_cpu_buff_start() local 4443 struct trace_seq *s = &iter->seq; in print_trace_fmt() local 4478 struct trace_seq *s = &iter->seq; in print_raw_fmt() local 4503 struct trace_seq *s = &iter->seq; in print_hex_fmt() local 4533 struct trace_seq *s = &iter->seq; in print_bin_fmt() local 6076 struct saved_cmdlines_buffer *s, *savedcmd_temp; in tracing_resize_saved_cmdlines() local 8615 struct trace_seq *s; in tracing_stats_read() local [all …]
|
/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/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/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/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() 4672 static int32_t do_float32_logb_as_int(float32 a, float_status *s) in do_float32_logb_as_int() 4700 static int64_t do_float64_logb_as_int(float64 a, float_status *s) in do_float64_logb_as_int() 7398 intptr_t s, opr_sz = simd_oprsz(desc) / (sizeof(float32) * 4); in HELPER() local [all …]
|
/openbmc/linux/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 2495 static void irq_handle_msg(struct ddb *dev, u32 s) in irq_handle_msg() 2501 static void irq_handle_io(struct ddb *dev, u32 s) in irq_handle_io() 2514 u32 s = mask & ddbreadl(dev, INTERRUPT_STATUS); in ddb_irq_handler0() local 2532 u32 s = mask & ddbreadl(dev, INTERRUPT_STATUS); in ddb_irq_handler1() local 2549 u32 s = ddbreadl(dev, INTERRUPT_STATUS); in ddb_irq_handler() local
|
/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
|
/openbmc/linux/drivers/firmware/cirrus/ |
H A D | cs_dsp.c | 377 static void cs_dsp_debugfs_save_wmfwname(struct cs_dsp *dsp, const char *s) in cs_dsp_debugfs_save_wmfwname() 385 static void cs_dsp_debugfs_save_binname(struct cs_dsp *dsp, const char *s) in cs_dsp_debugfs_save_binname() 464 static int cs_dsp_debugfs_read_controls_show(struct seq_file *s, void *ignored) in cs_dsp_debugfs_read_controls_show() 540 const char *s) in cs_dsp_debugfs_save_wmfwname() 545 const char *s) in cs_dsp_debugfs_save_binname()
|
/openbmc/linux/net/unix/ |
H A D | af_unix.c | 230 struct sock *unix_peer_get(struct sock *s) in unix_peer_get() 366 struct sock *s; in __unix_find_socket_byname() local 382 struct sock *s; in unix_find_socket_byname() local 395 struct sock *s; in unix_find_socket_byinode() local 3302 struct sock *s = v; in unix_seq_show() local
|
/openbmc/linux/include/linux/ |
H A D | damon.h | 592 #define damon_for_each_scheme(s, ctx) \ argument 595 #define damon_for_each_scheme_safe(s, next, ctx) \ argument
|
/openbmc/linux/fs/ |
H A D | seq_file.c | 440 char *mangle_path(char *s, const char *p, const char *esc) in mangle_path() 672 void seq_puts(struct seq_file *m, const char *s) in seq_puts()
|
/openbmc/linux/drivers/power/supply/ |
H A D | cpcap-charger.c | 538 struct cpcap_charger_ints_state *s) in cpcap_charger_get_ints_state() 624 struct cpcap_charger_ints_state s; in cpcap_usb_detect() local
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | io_64.h | 392 const char *s = src; in sbus_memcpy_toio() local 405 const char *s = src; in memcpy_toio() local
|
/openbmc/linux/drivers/remoteproc/ |
H A D | pru_rproc.c | 377 static int regs_show(struct seq_file *s, void *data) in regs_show() 772 const u32 *s = src; in pru_rproc_memcpy() local
|
/openbmc/linux/drivers/dma/ |
H A D | dmaengine.c | 83 static void dmaengine_dbg_summary_show(struct seq_file *s, in dmaengine_dbg_summary_show() 102 static int dmaengine_summary_show(struct seq_file *s, void *data) in dmaengine_summary_show()
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | drm.c | 830 static int tegra_debugfs_framebuffers(struct seq_file *s, void *data) in tegra_debugfs_framebuffers() 851 static int tegra_debugfs_iova(struct seq_file *s, void *data) in tegra_debugfs_iova()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | efi.c | 924 char *s, name[] = "ConOut"; in efi_uart_console_only() local 1047 efi_memmap_init(u64 *s, u64 *e) in efi_memmap_init()
|
/openbmc/linux/net/mac80211/ |
H A D | debugfs_sta.c | 703 #define PFLAG_RANGE(t, i, n, s, m, off, fmt) \ in link_sta_he_capa_read() argument 710 #define PFLAG_RANGE_DEFAULT(t, i, n, s, m, off, fmt, a, b) \ in link_sta_he_capa_read() argument
|
/openbmc/linux/arch/x86/kernel/ |
H A D | sev-shared.c | 663 void *s = src + (i * data_size * b); in vc_insn_string_read() local 680 int i, s = backwards ? -1 : 1; in vc_insn_string_write() local
|
/openbmc/qemu/hw/pci/ |
H A D | pcie.c | 110 PCIESlot *s = (PCIESlot *)object_dynamic_cast(OBJECT(dev), TYPE_PCIE_SLOT); in pcie_cap_fill_slot_lnk() local 635 void pcie_cap_slot_init(PCIDevice *dev, PCIESlot *s) in pcie_cap_slot_init()
|