/openbmc/linux/lib/zstd/decompress/ |
H A D | zstd_decompress_block.c | 468 U32 s; in ZSTD_buildFSETable_body() local 501 U32 s; in ZSTD_buildFSETable_body() local 520 size_t s; in ZSTD_buildFSETable_body() local 536 U32 s, position = 0; in ZSTD_buildFSETable_body() local
|
/openbmc/linux/drivers/input/misc/ |
H A D | yealink.c | 79 } s[7]; member 110 struct yld_status s; member
|
/openbmc/u-boot/tools/ |
H A D | fdtgrep.c | 155 const char *s = data; in util_is_printable_string() local 187 const char *s; in utilfdt_print_data() local
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | lm8323.c | 102 #define PWM_RAMP(s, t, n, u) ((!!(s) << 14) | ((t) & 0x3f) << 8 | \ argument 483 int s; in lm8323_pwm_work() local
|
/openbmc/linux/drivers/pinctrl/qcom/ |
H A D | pinctrl-spmi-mpp.c | 514 struct seq_file *s, unsigned pin) in pmic_mpp_config_dbg_show() 625 static void pmic_mpp_dbg_show(struct seq_file *s, struct gpio_chip *chip) in pmic_mpp_dbg_show()
|
H A D | pinctrl-ssbi-mpp.c | 539 static void pm8xxx_mpp_dbg_show_one(struct seq_file *s, in pm8xxx_mpp_dbg_show_one() 619 static void pm8xxx_mpp_dbg_show(struct seq_file *s, struct gpio_chip *chip) in pm8xxx_mpp_dbg_show()
|
/openbmc/linux/drivers/media/platform/qcom/venus/ |
H A D | venc.c | 335 venc_g_selection(struct file *file, void *fh, struct v4l2_selection *s) in venc_g_selection() 363 venc_s_selection(struct file *file, void *fh, struct v4l2_selection *s) in venc_s_selection()
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/encoder/ |
H A D | mtk_vcodec_enc.c | 601 struct v4l2_selection *s) in vidioc_venc_g_selection() 631 struct v4l2_selection *s) in vidioc_venc_s_selection()
|
/openbmc/linux/fs/coda/ |
H A D | upcall.c | 240 int offset, s; in venus_rename() local 412 int offset, s; in venus_symlink() local
|
/openbmc/linux/drivers/tty/serial/ |
H A D | sifive.c | 740 static void early_sifive_serial_write(struct console *con, const char *s, in early_sifive_serial_write() 783 static void sifive_serial_console_write(struct console *co, const char *s, in sifive_serial_console_write()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/ |
H A D | cxgb2.c | 130 const char *s = "10Mbps"; in link_report() local 458 const struct cmac_statistics *s; in get_stats() local
|
/openbmc/linux/include/linux/can/dev/ |
H A D | peak_canfd.h | 62 #define PUCAN_TSLOW_SJW_T(s, t) (((s) & PUCAN_TSLOW_SJW_MASK) | \ argument 90 #define PUCAN_TFAST_SJW(s) ((s) & PUCAN_TFAST_SJW_MASK) argument
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_optc.c | 1305 struct dcn_otg_state s = {0}; in optc1_get_hw_timing() local 1327 struct dcn_otg_state *s) in optc1_read_otg_state()
|
/openbmc/qemu/hw/display/ |
H A D | virtio-gpu-rutabaga.c | 32 virtio_gpu_rutabaga_update_cursor(VirtIOGPU *g, struct virtio_gpu_scanout *s, in virtio_gpu_rutabaga_update_cursor() 347 size_t s; in rutabaga_cmd_submit_3d() local
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | data_smart.py | 451 def expandWithRefs(self, s, varname): argument 485 def expand(self, s, varname = None): argument
|
/openbmc/linux/drivers/net/dsa/ |
H A D | bcm_sf2_cfp.c | 1286 unsigned int s = ARRAY_SIZE(bcm_sf2_cfp_stats); in bcm_sf2_cfp_get_strings() local 1309 unsigned int s = ARRAY_SIZE(bcm_sf2_cfp_stats); in bcm_sf2_cfp_get_ethtool_stats() local
|
/openbmc/linux/drivers/edac/ |
H A D | amd64_edac.c | 2883 u16 s = syndrome; in decode_syndrome() local 3481 static int toggle_ecc_err_reporting(struct ecc_settings *s, u16 nid, bool on) in toggle_ecc_err_reporting() 3519 static bool enable_ecc_error_reporting(struct ecc_settings *s, u16 nid, in enable_ecc_error_reporting() 3571 static void restore_ecc_error_reporting(struct ecc_settings *s, u16 nid, in restore_ecc_error_reporting() 4228 struct ecc_settings *s; in probe_one_instance() local 4307 struct ecc_settings *s = ecc_stngs[nid]; in remove_one_instance() local
|
/openbmc/linux/drivers/block/aoe/ |
H A D | aoedev.c | 243 user_req(char *s, size_t slen, struct aoedev *d) in user_req()
|
/openbmc/qemu/bsd-user/ |
H A D | strace.c | 80 char *s; in print_execve() local
|
/openbmc/u-boot/drivers/gpio/ |
H A D | tegra_gpio.c | 270 char *name, *s; in gpio_port_name() local
|
/openbmc/qemu/hw/intc/ |
H A D | grlib_irqmp.c | 140 IRQMPState *s; in grlib_irqmp_set_irq() local
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | sgx.c | 27 struct kvm_segment s; in sgx_get_encls_gva() local
|
/openbmc/qemu/include/chardev/ |
H A D | char.h | 227 #define qemu_chr_write_all(s, buf, len) qemu_chr_write(s, buf, len, true) argument
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | sl811-hcd.c | 475 static int ascii2utf (char *s, u8 *utf, int utfmax) in ascii2utf()
|
/openbmc/linux/init/ |
H A D | do_mounts.c | 151 struct super_block *s; in do_mount_root() local
|