/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/cmd_bin/ |
H A D | Makefile | 77 ln -sf ../$@ $@ 78 ln -sf $(TOPDIR)/drivers/ddr/hisilicon/$(SOC)/ddr_training_custom.c ddr_training_custom.c
|
/device/soc/hisilicon/common/platform/hieth-sf/ |
H A D | Makefile | 25 LOCAL_FLAGS += -I $(LITEOSTOPDIR)/../../device/soc/hisilicon/common/platform/hieth-sf/adapter
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/ |
H A D | rga_hw_config.h | 56 void user_format_convert(uint32_t *df, uint32_t sf);
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/ |
H A D | rga_hw_config.c | 232 void user_format_convert(uint32_t *df, uint32_t sf) in user_format_convert() argument 234 switch (sf) { in user_format_convert()
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | core.c | 8876 static inline void cpu_uclamp_print(struct seq_file *sf, in cpu_uclamp_print() argument 8885 tg = css_tg(seq_css(sf)); in cpu_uclamp_print() 8890 seq_puts(sf, "max\n"); in cpu_uclamp_print() 8896 seq_printf(sf, "%llu.%0*u\n", percent, UCLAMP_PERCENT_SHIFT, rem); in cpu_uclamp_print() 8899 static int cpu_uclamp_min_show(struct seq_file *sf, void *v) in cpu_uclamp_min_show() argument 8901 cpu_uclamp_print(sf, UCLAMP_MIN); in cpu_uclamp_min_show() 8905 static int cpu_uclamp_max_show(struct seq_file *sf, void *v) in cpu_uclamp_max_show() argument 8907 cpu_uclamp_print(sf, UCLAMP_MAX); in cpu_uclamp_max_show() 9220 static int cpu_cfs_stat_show(struct seq_file *sf, void *v) in cpu_cfs_stat_show() argument 9222 struct task_group *tg = css_tg(seq_css(sf)); in cpu_cfs_stat_show() 9331 cpu_extra_stat_show(struct seq_file *sf, struct cgroup_subsys_state *css) cpu_extra_stat_show() argument 9419 cpu_period_quota_print(struct seq_file *sf, long period, long quota) cpu_period_quota_print() argument 9455 cpu_max_show(struct seq_file *sf, void *v) cpu_max_show() argument [all...] |
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/ |
H A D | cpuset.c | 2495 static int cpuset_common_seq_show(struct seq_file *sf, void *v) in cpuset_common_seq_show() argument 2497 struct cpuset *cs = css_cs(seq_css(sf)); in cpuset_common_seq_show() 2498 cpuset_filetype_t type = seq_cft(sf)->private; in cpuset_common_seq_show() 2505 seq_printf(sf, "%*pbl\n", cpumask_pr_args(cs->cpus_requested)); in cpuset_common_seq_show() 2508 seq_printf(sf, "%*pbl\n", nodemask_pr_args(&cs->mems_allowed)); in cpuset_common_seq_show() 2511 seq_printf(sf, "%*pbl\n", cpumask_pr_args(cs->effective_cpus)); in cpuset_common_seq_show() 2514 seq_printf(sf, "%*pbl\n", nodemask_pr_args(&cs->effective_mems)); in cpuset_common_seq_show() 2517 seq_printf(sf, "%*pbl\n", cpumask_pr_args(cs->subparts_cpus)); in cpuset_common_seq_show()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_iw.c | 655 uint sf = 0; in wl_iw_set_freq() local 681 sf = WF_CHAN_FACTOR_4_G; /* start factor for 4 GHz */ in wl_iw_set_freq() 683 chan = wf_mhz2channel(fwrq->m, sf); in wl_iw_set_freq() 803 uint sf, ch; in wl_iw_get_range() local 835 sf = WF_CHAN_FACTOR_2_4_G; in wl_iw_get_range() 837 sf = WF_CHAN_FACTOR_5_G; in wl_iw_get_range() 839 range->freq[i].m = wf_channel2mhz(ch, sf); in wl_iw_get_range()
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
H A D | rga2_reg_info.c | 1481 static void format_name_convert(uint32_t *df, uint32_t sf)
in format_name_convert() argument 1483 switch (sf) {
in format_name_convert()
|
/device/soc/rockchip/common/sdk_linux/drivers/regulator/ |
H A D | core.c | 5878 static int supply_map_show(struct seq_file *sf, void *data)
in supply_map_show() argument 5884 seq_printf(sf, "%s -> %s.%s\n", rdev_get_name(map->regulator), map->dev_name, map->supply);
in supply_map_show()
|