Home
last modified time | relevance | path

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

12345678910>>...84

/linux/drivers/power/supply/
H A Dadc-battery-helper.c75 static int adc_battery_helper_get_status(struct adc_battery_helper *help) in adc_battery_helper_get_status() argument
78 help->psy->battery_info->constant_charge_voltage_max_uv - FULL_BAT_HYST_UV; in adc_battery_helper_get_status()
80 if (help->curr_ua > CURR_HYST_UA) in adc_battery_helper_get_status()
83 if (help->curr_ua < -CURR_HYST_UA) in adc_battery_helper_get_status()
86 if (help->supplied) { in adc_battery_helper_get_status()
89 if (help->charge_finished) in adc_battery_helper_get_status()
90 full = gpiod_get_value_cansleep(help->charge_finished); in adc_battery_helper_get_status()
92 full = help->ocv_avg_uv > full_uv; in adc_battery_helper_get_status()
103 struct adc_battery_helper *help = container_of(work, struct adc_battery_helper, in adc_battery_helper_work() local
106 struct device *dev = help->psy->dev.parent; in adc_battery_helper_work()
[all …]
H A DKconfig4 help
14 help
23 help
34 help
44 help
52 help
59 help
66 help
73 help
80 help
[all …]
/linux/tools/net/sunrpc/xdrgen/
H A Dxdrgen43 help="Display the version of this tool",
51 "definitions", help="Generate XDR definitions"
57 help="Add annotation comments",
63 help="Output language",
69 help="Generate header code for client or server side",
72 definitions_parser.add_argument("filename", help="File containing an XDR specification")
76 "declarations", help="Generate function declarations"
82 help="Add annotation comments",
88 help="Output language",
94 help="Generate code for client or server side",
[all …]
/linux/drivers/staging/fbtft/
H A DKconfig9 help
18 help
23 help
28 help
33 help
38 help
43 help
48 help
53 help
58 help
[all …]
/linux/drivers/net/phy/
H A DKconfig8 help
15 help
23 help
39 help
58 help
65 help
75 help
89 help
102 help
107 help
[all …]
/linux/scripts/
H A Dkernel-doc207 help="Verbose output, more warnings and other information.")
210 help="Enable debug messages")
214 help="Allow setting a module name at the output.")
218 help="Enable line number output (only in ReST mode)")
224 help="Warns about the lack of a return markup on functions.")
228 help="Warns if initial short description is missing")
232 help=WARN_CONTENTS_BEFORE_SECTIONS_DESC)
235 help="Enable all types of warnings")
238 help="Treat warnings as errors.")
241 help=EXPORT_FILE_DESC)
[all …]
/linux/tools/docs/
H A Dkernel-doc207 help="Verbose output, more warnings and other information.")
210 help="Enable debug messages")
214 help="Allow setting a module name at the output.")
218 help="Enable line number output (only in ReST mode)")
224 help="Warns about the lack of a return markup on functions.")
228 help="Warns if initial short description is missing")
232 help=WARN_CONTENTS_BEFORE_SECTIONS_DESC)
235 help="Enable all types of warnings")
238 help="Treat warnings as errors.")
241 help=EXPORT_FILE_DESC)
[all …]
/linux/net/netfilter/
H A Dnf_conntrack_helper.c180 struct nf_conn_help *help; in nf_ct_helper_ext_add() local
182 help = nf_ct_ext_add(ct, NF_CT_EXT_HELPER, gfp); in nf_ct_helper_ext_add()
183 if (help) in nf_ct_helper_ext_add()
184 INIT_HLIST_HEAD(&help->expectations); in nf_ct_helper_ext_add()
187 return help; in nf_ct_helper_ext_add()
195 struct nf_conn_help *help; in __nf_ct_try_assign_helper() local
204 help = nfct_help(tmpl); in __nf_ct_try_assign_helper()
205 if (help != NULL) { in __nf_ct_try_assign_helper()
206 helper = rcu_dereference(help->helper); in __nf_ct_try_assign_helper()
210 help in __nf_ct_try_assign_helper()
243 struct nf_conn_help *help = nfct_help(ct); unhelp() local
256 struct nf_conn_help *help = nfct_help(ct); nf_ct_helper_destroy() local
324 const struct nf_conn_help *help; nf_ct_helper_log() local
[all...]
/linux/arch/arm64/
H A DKconfig.platforms8 help
15 help
26 help
32 help
40 help
48 help
54 help
72 help
81 help
87 help
[all …]
/linux/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/drivers/interconnect/qcom/
H A DKconfig5 help
16 help
25 help
34 help
43 help
52 help
61 help
70 help
79 help
88 help
[all …]
/linux/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) }
120 …IT, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h), .defval = (b…
121 …OPTION_BOOLEAN, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h) }
122 …N, .short_name = (s), .long_name = (l), .value = check_vtype(v, bool *), .help = (h), .flags = (f)…
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) }
128 …t_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h), .defval = (i…
129 …ype = OPTION_SET_PTR, .short_name = (s), .long_name = (l), .value = (v), .help = (h), .defval = (p…
[all …]
/linux/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/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/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/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/drivers/clocksource/
H A DKconfig38 help
44 help
49 help
56 help
63 help
68 help
81 help
90 help
99 help
107 help
[all …]
/linux/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/drivers/ata/
H A DKconfig8 help
20 help
46 help
57 help
75 help
87 help
101 help
113 help
123 help
157 help
[all …]
/linux/drivers/pinctrl/freescale/
H A DKconfig17 help
39 help
48 help
58 help
67 help
76 help
85 help
94 help
103 help
112 help
[all …]
/linux/drivers/video/backlight/
H A DKconfig13 help
27 help
35 help
43 help
50 help
61 help
68 help
75 help
83 help
89 help
[all …]
/linux/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 …]
/linux/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/drivers/pinctrl/qcom/
H A DKconfig.msm7 help
14 help
21 help
31 help
38 help
47 help
54 help
62 help
71 help
80 help
[all …]
/linux/drivers/edac/
H A DKconfig15 help
29 help
39 help
51 help
72 help
81 help
90 help
103 help
128 help
135 help
[all …]

12345678910>>...84