Home
last modified time | relevance | path

Searched refs:_name_ (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/include/linux/
Dproperty.h260 #define PROPERTY_ENTRY_INTEGER_ARRAY(_name_, _type_, _Type_, _val_) \ argument
262 .name = _name_, \
269 #define PROPERTY_ENTRY_U8_ARRAY(_name_, _val_) \ argument
270 PROPERTY_ENTRY_INTEGER_ARRAY(_name_, u8, U8, _val_)
271 #define PROPERTY_ENTRY_U16_ARRAY(_name_, _val_) \ argument
272 PROPERTY_ENTRY_INTEGER_ARRAY(_name_, u16, U16, _val_)
273 #define PROPERTY_ENTRY_U32_ARRAY(_name_, _val_) \ argument
274 PROPERTY_ENTRY_INTEGER_ARRAY(_name_, u32, U32, _val_)
275 #define PROPERTY_ENTRY_U64_ARRAY(_name_, _val_) \ argument
276 PROPERTY_ENTRY_INTEGER_ARRAY(_name_, u64, U64, _val_)
[all …]
/Linux-v5.4/tools/lib/traceevent/Documentation/
Dlibtraceevent-field_find.txt15 …field pass:[*]*tep_find_common_field*(struct tep_event pass:[*]_event_, const char pass:[*]_name_);
16 …_field pass:[*]*tep_find_field*(struct tep_event_ormat pass:[*]_event_, const char pass:[*]_name_);
17 …at_field pass:[*]*tep_find_any_field*(struct tep_event pass:[*]_event_, const char pass:[*]_name_);
25 The _tep_find_common_field()_ function searches for a common field with _name_
29 _name_ in the _event_.
31 The _tep_find_any_field()_ function searches for any field with _name_ in the
Dlibtraceevent.txt35 …int *tep_register_function*(struct tep_handle pass:[*]_tep_, char pass:[*]_name_, unsigned long lo…
39 …:[*]_tep_, tep_func_handler _func_, enum tep_func_arg_type _ret_type_, char pass:[*]_name_, _..._);
40 …ter_print_function*(struct tep_handle pass:[*]_tep_, tep_func_handler _func_, char pass:[*]_name_);
47 …int *tep_plugin_add_options*(const char pass:[*]_name_, struct tep_plugin_option pass:[*]_options_…
61 …ent_by_name*(struct tep_handle pass:[*]_tep_, const char pass:[*]_sys_, const char pass:[*]_name_);
72 …ce_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
73 …ce_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
74 …ce_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
75 …ce_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
81 …char pass:[*]_fmt_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
[all …]
Dlibtraceevent-field_get_val.txt16 …ce_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
17 …ce_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
18 …ce_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
19 …ce_seq pass:[*]_s_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
27 with _name_, part of the _event_. If the field is found, its value is stored in
39 _name_, part of the _event_. If the field is found, a pointer to where the field
Dlibtraceevent-event_find.txt16 …ent_by_name*(struct tep_handle pass:[*]_tep_, const char pass:[*]_sys_, const char pass:[*]_name_);
31 event _name_, under the system _sys_. If the _sys_ is NULL (not specified),
32 the first event with _name_ is returned.
Dlibtraceevent-field_print.txt18 …char pass:[*]_fmt_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
19 …char pass:[*]_fmt_, struct tep_event pass:[*]_event_, const char pass:[*]_name_, struct tep_record…
39 string. A search is performed in the _event_ for a field with _name_. If such
45 string. A search is performed in the _event_ for a field with _name_. If such
Dlibtraceevent-reg_print_func.txt26 …:[*]_tep_, tep_func_handler _func_, enum tep_func_arg_type _ret_type_, char pass:[*]_name_, _..._);
27 …ter_print_function*(struct tep_handle pass:[*]_tep_, tep_func_handler _func_, char pass:[*]_name_);
39 helper function, value from the _tep_func_arg_type_ enum. The _name_ is the name
46 trace event parser context. The _func_ and _name_ arguments are the same, used
Dlibtraceevent-func_apis.txt21 int *tep_register_function*(struct tep_handle pass:[*]_tep_, char pass:[*]_name_, unsigned long lon…
64 function. The _tep_ argument is the trace event parser context. The _name_ is
/Linux-v5.4/drivers/power/supply/
Dbd70528-charger.c92 #define BD_ERR_IRQ_HND(_name_, _wrn_) \ argument
93 static irqreturn_t bd0528_##_name_##_interrupt(int irq, void *arg) \
103 #define BD_INFO_IRQ_HND(_name_, _wrn_) \ argument
104 static irqreturn_t bd0528_##_name_##_interrupt(int irq, void *arg) \
114 #define BD_IRQ_HND(_name_) bd0528_##_name_##_interrupt argument
/Linux-v5.4/drivers/cpufreq/
Dcpufreq_governor.h156 #define CPUFREQ_DBS_GOVERNOR_INITIALIZER(_name_) \ argument
158 .name = _name_, \
/Linux-v5.4/arch/parisc/kernel/
Dsyscall.S924 #define LWS_ENTRY(_name_) ASM_ULONG_INSN (lws_##_name_ - linux_gateway_page) argument