| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | property.h | 292 #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 D | libtraceevent-field_find.txt | 15 …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 D | libtraceevent.txt | 35 …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 D | libtraceevent-field_get_val.txt | 16 …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 D | libtraceevent-event_find.txt | 16 …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 D | libtraceevent-field_print.txt | 18 …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 D | libtraceevent-reg_print_func.txt | 26 …:[*]_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 D | libtraceevent-func_apis.txt | 21 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 D | bd70528-charger.c | 93 #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 D | cpufreq_governor.h | 156 #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 D | linuxver.h | 68 #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 D | linuxver.h | 69 #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 D | linuxver.h | 69 #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 D | linuxver.h | 69 #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 D | linuxver.h | 70 #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 D | linuxver.h | 70 #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 D | syscall.S | 908 #define LWS_ENTRY(_name_) ASM_ULONG_INSN (lws_##_name_ - linux_gateway_page) argument
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | customize-outside-br.txt | 91 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 D | as.info | 23661 is generated. Currently, the symbol _name_ is parsed from its last 'F'
|
| H A D | gcc.info | 29542 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 D | as.info | 23661 is generated. Currently, the symbol _name_ is parsed from its last 'F'
|
| H A D | gcc.info | 29542 The label declaration defines the label _name_, but does not define the
|