Home
last modified time | relevance | path

Searched +defs:val +defs:filename (Results 1 – 25 of 70) sorted by relevance

123

/linux-6.14.4/tools/iio/
Diio_utils.c95 char *scan_el_dir, *builtname, *builtname_generic, *filename = 0; in iioutils_get_type() local
226 char *filename = NULL; in iioutils_get_param_float() local
325 char *filename; in build_channel_array() local
568 char *filename; in find_type_by_name() local
652 static int _write_sysfs_int(const char *filename, const char *basedir, int val, in _write_sysfs_int()
729 int write_sysfs_int(const char *filename, const char *basedir, int val) in write_sysfs_int()
743 int write_sysfs_int_and_verify(const char *filename, const char *basedir, in write_sysfs_int_and_verify()
744 int val) in write_sysfs_int_and_verify()
749 static int _write_sysfs_string(const char *filename, const char *basedir, in _write_sysfs_string()
750 const char *val, int verify) in _write_sysfs_string()
[all …]
/linux-6.14.4/scripts/dtc/
Dutil.c159 long val; in get_oct_char() local
182 long val; in get_hex_char() local
199 char val; in get_escape_char() local
246 int utilfdt_read_err(const char *filename, char **buffp, size_t *len) in utilfdt_read_err()
288 char *utilfdt_read(const char *filename, size_t *len) in utilfdt_read()
302 int utilfdt_write_err(const char *filename, const void *blob) in utilfdt_write_err()
334 int utilfdt_write(const char *filename, const void *blob) in utilfdt_write()
/linux-6.14.4/tools/thermal/tmon/
Dsysfs.c33 int sysfs_set_ulong(char *path, char *filename, unsigned long val) in sysfs_set_ulong()
57 static int sysfs_get_ulong(char *path, char *filename, unsigned long *p_ulong) in sysfs_get_ulong()
76 static int sysfs_get_string(char *path, char *filename, char *str) in sysfs_get_string()
124 char filename[256]; in get_trip_point_data() local
512 unsigned long val; in update_thermal_data() local
/linux-6.14.4/samples/bpf/
Dsyscall_tp_user.c28 __u32 val; in verify_map() local
48 static int test(char *filename, int nr_tests) in test()
138 char filename[256]; in main() local
Dtracex4_user.c16 long long val; member
30 long long val = time_get_ns(); in print_old_objects() local
53 char filename[256]; in main() local
Dlathist_user.c23 static void stars(char *str, long val, long max, int width) in stars()
86 char filename[256]; in main() local
/linux-6.14.4/drivers/net/wireless/ath/ath6kl/
Dinit.c674 static int ath6kl_get_fw(struct ath6kl *ar, const char *filename, in ath6kl_get_fw()
741 const char *filename; in ath6kl_fetch_board_file() local
786 char filename[100]; in ath6kl_fetch_otp_file() local
814 char filename[100]; in ath6kl_fetch_testmode_file() local
854 char filename[100]; in ath6kl_fetch_fw_file() local
879 char filename[100]; in ath6kl_fetch_patch_file() local
904 char filename[100]; in ath6kl_fetch_testscript_file() local
958 char filename[100]; in ath6kl_fetch_fw_apin() local
961 __le32 *val; in ath6kl_fetch_fw_apin() local
/linux-6.14.4/arch/xtensa/platforms/iss/
Dsimdisk.c29 const char *filename; member
44 static const char *filename[MAX_SIMDISK_COUNT] = { variable
53 static int simdisk_param_set_filename(const char *val, in simdisk_param_set_filename()
152 static int simdisk_attach(struct simdisk *dev, const char *filename) in simdisk_attach()
/linux-6.14.4/tools/power/cpupower/bench/
Dparse.c56 char *filename, *filename_tmp; in prepare_output() local
163 char opt[16], val[32], *line = NULL; in prepare_config() local
/linux-6.14.4/scripts/kconfig/
Dconfdata.c325 char *p, *val; in conf_read_simple() local
606 const char *val; in __print_symbol() local
648 const char *val; in print_symbol_for_c() local
690 const char *val; in print_symbol_for_rustccfg() local
751 int conf_write_defconfig(const char *filename) in conf_write_defconfig()
1031 static int __conf_write_autoconf(const char *filename, in __conf_write_autoconf()
1122 void conf_set_changed(bool val) in conf_set_changed()
Dexpr.h50 tristate val; member
65 void *val; member
196 const char *filename; /* what file was this property defined */ member
262 const char *filename; member
/linux-6.14.4/fs/xfs/
Dxfs_error.c98 unsigned int val; in xfs_errortag_attr_store() local
381 const char *filename, in xfs_error_report()
401 const char *filename, in xfs_corruption_error()
/linux-6.14.4/drivers/net/wwan/iosm/
Diosm_ipc_trace.c35 ipc_trace_create_buf_file_handler(const char *filename, in ipc_trace_create_buf_file_handler()
93 unsigned long val; in ipc_trace_ctrl_file_write() local
/linux-6.14.4/drivers/video/logo/
Dpnmtologo.c19 static const char *filename; variable
80 int c, val; in get_number() local
116 unsigned int val = get_number(fp); in get_number255() local
280 unsigned char val, bit; in write_logo_mono() local
308 unsigned char val; in write_logo_vga16() local
/linux-6.14.4/tools/perf/util/
Dsymbol.c649 int modules__parse(const char *filename, void *arg, in modules__parse()
790 static int dso__load_all_kallsyms(struct dso *dso, const char *filename) in dso__load_all_kallsyms()
1004 bool symbol__restricted_filename(const char *filename, in symbol__restricted_filename()
1105 static int read_proc_modules(const char *filename, struct rb_root *modules) in read_proc_modules()
1177 static int do_validate_kcore_modules(const char *filename, struct maps *kmaps) in do_validate_kcore_modules()
1196 static bool filename_from_kallsyms_filename(char *filename, in filename_from_kallsyms_filename()
1467 static int kallsyms__delta(struct kmap *kmap, const char *filename, u64 *delta) in kallsyms__delta()
1481 int __dso__load_kallsyms(struct dso *dso, const char *filename, in __dso__load_kallsyms()
1513 int dso__load_kallsyms(struct dso *dso, const char *filename, in dso__load_kallsyms()
2042 char *filename = NULL; in dso__load_vmlinux_path() local
[all …]
Dsymbol-elf.c61 #define GELF_ST_VISIBILITY(val) ELF64_ST_VISIBILITY (val) argument
226 bool filename__has_section(const char *filename, const char *sec) in filename__has_section()
940 static int read_build_id(const char *filename, struct build_id *bid) in read_build_id()
969 static int read_build_id(const char *filename, struct build_id *bid) in read_build_id()
1001 int filename__read_build_id(const char *filename, struct build_id *bid) in filename__read_build_id()
1034 int sysfs__read_build_id(const char *filename, struct build_id *bid) in sysfs__read_build_id()
1086 int filename__read_debuglink(const char *filename, char *debuglink, in filename__read_debuglink()
1122 int filename__read_debuglink(const char *filename, char *debuglink, in filename__read_debuglink()
1995 static int kcore__open(struct kcore *kcore, const char *filename) in kcore__open()
2024 static int kcore__init(struct kcore *kcore, char *filename, int elfclass, in kcore__init()
[all …]
/linux-6.14.4/tools/testing/selftests/resctrl/
Dresctrlfs.c331 static int get_bit_mask(const char *filename, unsigned long *mask) in get_bit_mask()
368 int resource_info_unsigned_get(const char *resource, const char *filename, in resource_info_unsigned_get()
369 unsigned int *val) in resource_info_unsigned_get()
410 unsigned int count_contiguous_bits(unsigned long val, unsigned int *start) in count_contiguous_bits()
/linux-6.14.4/tools/power/pm-graph/
Dbootgraph.py107 def setGraphFilter(self, val): argument
198 def writeDatafileHeader(self, filename): argument
922 val = next(args) variable
928 val = next(args) variable
939 val = next(args) variable
952 val = next(args) variable
961 val = next(args) variable
974 val = next(args) variable
983 val = next(args) variable
989 val = next(args) variable
[all …]
/linux-6.14.4/drivers/crypto/marvell/octeontx2/
Dotx2_cptpf_ucode.c59 static int is_eng_type(int val, int eng_type) in is_eng_type()
73 const char *filename) in set_ucode_filename()
128 int i, val = 0; in get_ucode_type() local
364 char *filename, u16 rid) in load_fw()
457 char filename[OTX2_CPT_NAME_LENGTH]; in cpt_ucode_load_fw() local
511 struct otx2_cpt_engs_rsvd *engs, int val) in update_engines_avail_count()
1587 char *start, *val, *err_msg, *tmp; in otx2_cpt_dl_custom_egrp_create() local
/linux-6.14.4/tools/testing/selftests/bpf/
Dveristat.c433 static bool should_process_file_prog(const char *filename, const char *prog_name) in should_process_file_prog()
534 long val; in append_filter() local
1100 static void fixup_obj(struct bpf_object *obj, struct bpf_program *prog, const char *filename) in fixup_obj()
1210 static int process_prog(const char *filename, struct bpf_object *obj, struct bpf_program *prog) in process_prog()
1295 static int process_obj(const char *filename) in process_obj()
1596 const char **str, long *val) in prepare_value()
1648 long val = 0; in output_stats() local
1719 long val; in parse_stat_value() local
1774 static int parse_stats_csv(const char *filename, struct stat_specs *specs, in parse_stats_csv()
/linux-6.14.4/kernel/gcov/
Dfs.c76 unsigned long val; in gcov_persist_setup() local
440 static char *get_link_target(const char *filename, const struct gcov_link *ext) in get_link_target()
676 char *filename; in add_node() local
/linux-6.14.4/drivers/net/wireless/ath/ath10k/
Dspectral.c386 unsigned long val; in write_file_spectral_count() local
437 unsigned long val; in write_file_spectral_bins() local
466 static struct dentry *create_buf_file_handler(const char *filename, in create_buf_file_handler()
Dcore.c938 char filename[100]; in ath10k_fetch_fw_file() local
1272 char filename[100]; in ath10k_fetch_cal_file() local
1487 const char *filename) in ath10k_core_fetch_board_data_api_n()
2938 u32 val; in ath10k_core_start() local
/linux-6.14.4/sound/soc/codecs/
Dwm2000.c104 unsigned int val; in wm2000_poll_bit() local
123 unsigned int val; in wm2000_power_up() local
647 unsigned int val = ucontrol->value.integer.value[0]; in wm2000_speaker_put() local
812 const char *filename; in wm2000_i2c_probe() local
/linux-6.14.4/drivers/crypto/marvell/octeontx/
Dotx_cptpf_ucode.c86 static int is_eng_type(int val, int eng_type) in is_eng_type()
98 const char *filename) in set_ucode_filename()
138 u32 i, val = 0; in get_ucode_type() local
283 struct tar_arch_info_t *tar_arch, char *filename, in process_tar_file()
653 struct otx_cpt_engs_rsvd *engs, int val) in update_engines_avail_count()
1332 char *start, *val, *err_msg, *tmp; in ucode_load_store() local

123