Home
last modified time | relevance | path

Searched +defs:val +defs:title (Results 1 – 20 of 20) sorted by relevance

/linux-6.14.4/scripts/kconfig/
Dmconf.c352 static int show_textbox_ext(const char *title, const char *text, int r, int c, in show_textbox_ext()
362 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox()
367 static void show_helptext(const char *title, const char *text) in show_helptext()
387 struct gstr title; in search_conf() local
460 tristate val; in build_conf() local
Dexpr.c861 union string_value *val) in expr_parse_string()
1159 void *data, tristate pr_type, const char **title) in expr_print_revdep()
1177 tristate pr_type, const char *title) in expr_gstr_print_revdep()
Dnconf.c701 struct gstr title; in search_conf() local
765 tristate val; in build_conf() local
Dqconf.cc485 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue()
1254 char title[256]; in ConfigMainWindow() local
Dgconf.c355 static void text_insert_msg(const char *title, const char *message) in text_insert_msg()
1004 tristate val; in fill_row() local
/linux-6.14.4/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DSchedGui.py23 def __init__(self, sched_tracer, title, parent = None, id = -1): argument
65 def us_to_px(self, val): argument
68 def px_to_us(self, val): argument
/linux-6.14.4/tools/power/pm-graph/
Dsleepgraph.py89 title = 'SleepGraph' variable in SystemValues
740 def setVal(self, val, file): argument
751 def fsetVal(self, val, path): argument
2265 def title(self): member in DevFunction
4236 def callgraphHTML(sv, hf, num, cg, title, color, devid): argument
4307 def summaryCSS(title, center=True): argument
4332 def createHTMLSummarySimple(testruns, htmlfile, title): argument
4503 def createHTMLDeviceSummary(testruns, htmlfile, title): argument
4569 def createHTMLIssuesSummary(testruns, issues, htmlfile, title, extra=''): argument
5630 def ms2nice(val): argument
[all …]
Dbootgraph.py49 title = 'BootGraph' variable in SystemValues
107 def setGraphFilter(self, val): 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/arch/arm/probes/kprobes/
Dtest-core.h65 u32 val; member
72 u32 val; member
104 #define TEST_GROUP(title) \ argument
109 #define TESTCASE_START(title) \ argument
122 #define TEST_ARG_REG(reg, val) \ argument
128 #define TEST_ARG_PTR(reg, val) \ argument
134 #define TEST_ARG_MEM(index, val) \ argument
140 #define TEST_ARG_REG_MASKED(reg, val) \ argument
232 #define TEST_R(code1, reg, val, code2) \ argument
335 #define TEST_BF_R(code1, reg, val, code2) \ argument
[all …]
Dtest-core.c540 const char *title; member
1100 unsigned long val; in setup_test_context() local
1316 static uintptr_t __used kprobes_test_case_start(const char **title, void *stack) in kprobes_test_case_start()
/linux-6.14.4/drivers/scsi/
Dscsi_transport_fc.c70 #define fc_enum_name_search(title, table_type, table) \ argument
85 #define fc_enum_name_match(title, table_type, table) \ argument
213 #define fc_bitfield_name_search(title, table) \ argument
1057 #define fc_private_rport_rd_enum_attr(title, maxlen) \ argument
1129 static int fc_str_to_dev_loss(const char *buf, unsigned long *val) in fc_str_to_dev_loss()
1146 unsigned long val) in fc_rport_set_dev_loss_tmo()
1179 unsigned long val; in store_fc_rport_dev_loss_tmo() local
1308 int val; in store_fc_rport_fast_io_fail_tmo() local
1582 #define fc_private_vport_rd_enum_attr(title, maxlen) \ argument
1800 #define fc_host_rd_enum_attr(title, maxlen) \ argument
[all …]
Dscsi_transport_sas.c66 #define sas_bitfield_name_match(title, table) \ argument
85 #define sas_bitfield_name_set(title, table) \ argument
103 #define sas_bitfield_name_search(title, table) \ argument
1241 int val; in show_sas_rphy_bay_identifier() local
/linux-6.14.4/sound/pci/emu10k1/
Demuproc.c21 char *title, in snd_emu10k1_proc_spdif_status()
72 unsigned int val, val1, ptrx, psst, dsl, snda; in snd_emu10k1_proc_read() local
222 unsigned int val, tmp, n; in snd_emu10k1_proc_rates_read() local
412 unsigned int val; in snd_emu10k1_fx8010_read() local
529 u32 reg, val; in snd_emu_proc_io_reg_write() local
544 unsigned int regptr, val; in snd_ptr_read() local
599 unsigned int reg, channel_id , val; in snd_emu_proc_ptr_reg_write() local
/linux-6.14.4/scripts/kconfig/lxdialog/
Dutil.c325 void print_title(WINDOW *dialog, const char *title, int width) in print_title()
606 void item_set_selected(int val) in item_set_selected()
/linux-6.14.4/drivers/scsi/fcoe/
Dfcoe_sysfs.c96 static int fcoe_str_to_dev_loss(const char *buf, unsigned long *val) in fcoe_str_to_dev_loss()
113 unsigned long val) in fcoe_fcf_set_dev_loss_tmo()
206 #define fcoe_enum_name_search(title, table_type, table) \ argument
478 unsigned long val; in store_private_fcoe_ctlr_fcf_dev_loss_tmo() local
521 unsigned long val; in store_fcoe_fcf_dev_loss_tmo() local
/linux-6.14.4/tools/perf/scripts/python/
Dexported-sql-viewer.py1218 def __init__(self, key, title = "", ordinal = ""): argument
2168 def GraphTitleChanged(self, title): argument
2176 def ToTimeStr(val): argument
2402 def __init__(self, glb, title, init_fn): argument
2433 def SlowInit(glb, title, init_fn): argument
2466 def GraphTitleChanged(self, title): argument
3489 def ConvertRelativeTime(self, val): argument
3557 def __init__(self, glb, title, items, partial, parent=None): argument
3834 def ToCSValue(val): argument
/linux-6.14.4/drivers/gpu/drm/amd/pm/swsmu/smu11/
Darcturus_ppt.c458 uint32_t val; in arcturus_check_bxco_support() local
1364 static const char *title[] = { in arcturus_get_power_profile_mode() local
Dsienna_cichlid_ppt.c369 uint32_t val; in sienna_cichlid_check_bxco_support() local
1621 static const char *title[] = { in sienna_cichlid_get_power_profile_mode() local
2507 uint32_t val; in sienna_cichlid_is_mode1_reset_supported() local
Dnavi10_ppt.c372 uint32_t val; in navi10_check_bxco_support() local
1923 static const char *title[] = { in navi10_get_power_profile_mode() local
/linux-6.14.4/drivers/macintosh/
Dvia-pmu.c550 char title[16]; in via_pmu_dev_init() local
924 char *label, *val; in pmu_options_proc_write() local