| /linux/drivers/power/supply/ |
| H A D | adc-battery-helper.c | 75 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 D | Kconfig | 4 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 D | xdrgen | 43 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 D | Kconfig | 9 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 D | Kconfig | 8 help 15 help 23 help 39 help 58 help 65 help 75 help 89 help 102 help 107 help [all …]
|
| /linux/scripts/ |
| H A D | kernel-doc | 207 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 D | kernel-doc | 207 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 D | nf_conntrack_helper.c | 180 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 D | Kconfig.platforms | 8 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 D | Kconfig | 31 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 D | Kconfig | 5 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 D | parse-options.h | 103 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 D | Kconfig | 19 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 D | Kconfig | 29 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 D | Kconfig | 8 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 D | Kconfig | 12 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 D | Kconfig | 38 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 D | Kconfig | 5 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 D | Kconfig | 8 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 D | Kconfig | 17 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 D | Kconfig | 13 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 D | Kconfig.machine | 10 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 D | Kconfig | 13 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 D | Kconfig.msm | 7 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 D | Kconfig | 15 help 29 help 39 help 51 help 72 help 81 help 90 help 103 help 128 help 135 help [all …]
|