Home
last modified time | relevance | path

Searched refs:help (Results 1 – 25 of 2444) sorted by relevance

12345678910>>...98

/linux-6.15/tools/net/sunrpc/xdrgen/
H A Dxdrgen38 help="Display the version of this tool",
46 "definitions", help="Generate XDR definitions"
52 help="Add annotation comments",
58 help="Output language",
71 "declarations", help="Generate function declarations"
77 help="Add annotation comments",
83 help="Output language",
89 help="Generate code for client or server side",
106 help="Add annotation comments",
112 help="Output language",
[all …]
/linux-6.15/drivers/clk/mediatek/
H A DKconfig11 help
17 help
26 help
32 help
38 help
44 help
50 help
56 help
62 help
68 help
[all …]
/linux-6.15/net/netfilter/
H A Dnf_conntrack_helper.c183 if (help) in nf_ct_helper_ext_add()
187 return help; in nf_ct_helper_ext_add()
205 if (help != NULL) { in __nf_ct_try_assign_helper()
210 help = nfct_help(ct); in __nf_ct_try_assign_helper()
213 if (help) in __nf_ct_try_assign_helper()
218 if (help == NULL) { in __nf_ct_try_assign_helper()
220 if (help == NULL) in __nf_ct_try_assign_helper()
228 if (tmp && tmp->help != helper->help) { in __nf_ct_try_assign_helper()
245 if (help && rcu_dereference_raw(help->helper) == me) { in unhelp()
259 if (help) { in nf_ct_helper_destroy()
[all …]
/linux-6.15/drivers/net/phy/
H A DKconfig11 help
21 help
34 help
53 help
60 help
84 help
89 help
96 help
101 help
110 help
[all …]
/linux-6.15/drivers/staging/fbtft/
H A DKconfig14 help
20 help
26 help
32 help
38 help
44 help
50 help
56 help
62 help
68 help
[all …]
/linux-6.15/arch/arm64/
H A DKconfig.platforms8 help
15 help
26 help
32 help
39 help
58 help
67 help
73 help
85 help
96 help
[all …]
/linux-6.15/drivers/media/tuners/
H A DKconfig31 help
38 help
45 help
52 help
60 help
68 help
76 help
83 help
90 help
97 help
[all …]
/linux-6.15/tools/lib/subcmd/
H A Dparse-options.h103 const char *help; member
118 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) }
119 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) }
125 .value = check_vtype(v, bool *), .help = (h), \
127 …e = OPTION_INCR, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h) }
135 …pe = OPTION_U64, .short_name = (s), .long_name = (l), .value = check_vtype(v, u64 *), .help = (h) }
139 .value = check_vtype(v, const char **), .argh =(a), .help = (h), \
143 .value = check_vtype(v, const char **), .argh = (a), .help = (h), \
150 …{ .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), .argh = (a), .help =…
159 .value = (v), .arg = (a), .help = (h), .callback = (f), .defval = (intptr_t)d,\
[all …]
/linux-6.15/arch/arm/mach-s3c/
H A DKconfig12 help
18 help
32 help
41 help
54 help
62 help
70 help
75 help
80 help
85 help
[all …]
/linux-6.15/net/6lowpan/
H A DKconfig5 help
13 help
21 help
30 help
37 help
43 help
50 help
56 help
62 help
68 help
[all …]
/linux-6.15/arch/sh/boards/
H A DKconfig29 help
40 help
48 help
56 help
64 help
74 help
85 help
94 help
103 help
113 help
[all …]
/linux-6.15/drivers/clocksource/
H A DKconfig38 help
44 help
49 help
56 help
63 help
68 help
82 help
91 help
99 help
107 help
[all …]
/linux-6.15/drivers/media/dvb-frontends/
H A DKconfig19 help
26 help
35 help
43 help
51 help
59 help
68 help
75 help
87 help
97 help
[all …]
/linux-6.15/drivers/clk/rockchip/
H A DKconfig8 help
16 help
23 help
30 help
37 help
44 help
51 help
58 help
65 help
72 help
[all …]
/linux-6.15/tools/bpf/bpftool/Documentation/
H A Dbpftool.rst17 **bpftool** [*OPTIONS*] *OBJECT* { *COMMAND* | **help** }
30 **delete** | **pin** | **event_pipe** | **help** }
33 **load** | **attach** | **detach** | **help** }
35 *LINK-COMMANDS* := { **show** | **list** | **pin** | **detach** | **help** }
37 *CGROUP-COMMANDS* := { **show** | **list** | **attach** | **detach** | **help** }
39 *PERF-COMMANDS* := { **show** | **list** | **help** }
41 *NET-COMMANDS* := { **show** | **list** | **help** }
43 *FEATURE-COMMANDS* := { **probe** | **help** }
45 *BTF-COMMANDS* := { **show** | **list** | **dump** | **help** }
47 *GEN-COMMANDS* := { **object** | **skeleton** | **min_core_btf** | **help** }
[all …]
/linux-6.15/tools/testing/selftests/tc-testing/
H A Dtdc_multibatch.py15 parser.add_argument("device", help="device name")
16 parser.add_argument("dir", help="where to put batch files")
18 "num_filters", type=int, help="how many lines per batch file")
19 parser.add_argument("num_files", type=int, help="how many batch files")
23 help="operation to perform on filters")
28 help="prefix for generated batch file names")
33 help="duplicate filter handle range in all files")
39 help="start handle range from (default: 1)")
46 help="add this value to third byte of source MAC address of flower filter"
/linux-6.15/drivers/interconnect/qcom/
H A DKconfig5 help
16 help
25 help
34 help
43 help
52 help
61 help
70 help
79 help
86 help
[all …]
/linux-6.15/drivers/video/fbdev/omap2/omapfb/displays/
H A DKconfig7 help
13 help
18 help
25 help
30 help
35 help
40 help
47 help
54 help
60 help
[all …]
/linux-6.15/scripts/
H A Dget_abi.py50 help="enable lineno")
52 help="output text as contained in the ABI files. "
56 help="Don't the files section")
57 parser.add_argument("--show-hints", help="Show-hints")
149 help="directory where sysfs is mounted")
155 help="If bigger than one, enables multiprocessing.")
157 help="Maximum number of chunk size")
159 help="Also show found items. "
162 help="Don't actually search for undefined. "
187 parser.add_argument("-d", "--debug", type=int, default=0, help="debug level")
[all …]
/linux-6.15/arch/arm/mach-imx/
H A DKconfig13 help
46 help
52 help
63 help
74 help
81 help
99 help
105 help
112 help
135 help
[all …]
/linux-6.15/drivers/pinctrl/freescale/
H A DKconfig17 help
37 help
46 help
56 help
65 help
74 help
83 help
92 help
101 help
110 help
[all …]
/linux-6.15/drivers/power/reset/
H A DKconfig4 help
15 help
22 help
30 help
38 help
45 help
52 help
61 help
72 help
83 help
[all …]
/linux-6.15/drivers/ata/
H A DKconfig8 help
20 help
46 help
57 help
75 help
87 help
101 help
113 help
123 help
141 help
[all …]
/linux-6.15/drivers/power/supply/
H A DKconfig4 help
14 help
23 help
34 help
41 help
49 help
56 help
63 help
70 help
77 help
[all …]
/linux-6.15/arch/m68k/
H A DKconfig.machine10 help
20 help
35 help
45 help
52 help
63 help
74 help
86 help
96 help
108 help
[all …]

12345678910>>...98