Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dproperty.h292 #define __PROPERTY_ENTRY_ARRAY_ELSIZE_LEN(_name_, _elsize_, _Type_, \ argument
295 .name = _name_, \
301 #define __PROPERTY_ENTRY_ARRAY_LEN(_name_, _elem_, _Type_, _val_, _len_)\ argument
302 __PROPERTY_ENTRY_ARRAY_ELSIZE_LEN(_name_, \
306 #define PROPERTY_ENTRY_U8_ARRAY_LEN(_name_, _val_, _len_) \ argument
307 __PROPERTY_ENTRY_ARRAY_LEN(_name_, u8_data, U8, _val_, _len_)
308 #define PROPERTY_ENTRY_U16_ARRAY_LEN(_name_, _val_, _len_) \ argument
309 __PROPERTY_ENTRY_ARRAY_LEN(_name_, u16_data, U16, _val_, _len_)
310 #define PROPERTY_ENTRY_U32_ARRAY_LEN(_name_, _val_, _len_) \ argument
311 __PROPERTY_ENTRY_ARRAY_LEN(_name_, u32_data, U32, _val_, _len_)
[all …]
/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A 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
H A 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 …]
H A 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
H A 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.
H A 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
H A 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
H A 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
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dbd70528-charger.c93 #define BD_ERR_IRQ_HND(_name_, _wrn_) \ argument
94 static irqreturn_t bd0528_##_name_##_interrupt(int irq, void *arg) \
104 #define BD_INFO_IRQ_HND(_name_, _wrn_) \ argument
105 static irqreturn_t bd0528_##_name_##_interrupt(int irq, void *arg) \
115 #define BD_IRQ_HND(_name_) bd0528_##_name_##_interrupt argument
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dcpufreq_governor.h156 #define CPUFREQ_DBS_GOVERNOR_INITIALIZER(_name_) \ argument
158 .name = _name_, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dlinuxver.h68 #define module_param(_name_, _type_, _perm_) MODULE_PARM(_name_, "i") argument
69 #define module_param_string(_name_, _string_, _size_, _perm_) \ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dlinuxver.h69 #define module_param(_name_, _type_, _perm_) MODULE_PARM(_name_, "i") argument
70 #define module_param_string(_name_, _string_, _size_, _perm_) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dlinuxver.h69 #define module_param(_name_, _type_, _perm_) MODULE_PARM(_name_, "i") argument
70 #define module_param_string(_name_, _string_, _size_, _perm_) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dlinuxver.h69 #define module_param(_name_, _type_, _perm_) MODULE_PARM(_name_, "i") argument
70 #define module_param_string(_name_, _string_, _size_, _perm_) \ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dlinuxver.h70 #define module_param(_name_, _type_, _perm_) MODULE_PARM(_name_, "i") argument
71 #define module_param_string(_name_, _string_, _size_, _perm_) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dlinuxver.h70 #define module_param(_name_, _type_, _perm_) MODULE_PARM(_name_, "i") argument
71 #define module_param_string(_name_, _string_, _size_, _perm_) \ argument
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dsyscall.S908 #define LWS_ENTRY(_name_) ASM_ULONG_INSN (lws_##_name_ - linux_gateway_page) argument
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dcustomize-outside-br.txt91 That file describes the br2-external tree: the _name_ and _description_
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Das.info23661 is generated. Currently, the symbol _name_ is parsed from its last 'F'
H A Dgcc.info29542 The label declaration defines the label _name_, but does not define the
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Das.info23661 is generated. Currently, the symbol _name_ is parsed from its last 'F'
H A Dgcc.info29542 The label declaration defines the label _name_, but does not define the