/linux-6.14.4/include/linux/ |
D | genl_magic_struct.h | 70 #define __flg_field(attr_nr, attr_flag, name) \ argument 73 #define __u8_field(attr_nr, attr_flag, name) \ argument 76 #define __u16_field(attr_nr, attr_flag, name) \ argument 79 #define __u32_field(attr_nr, attr_flag, name) \ argument 82 #define __s32_field(attr_nr, attr_flag, name) \ argument 85 #define __u64_field(attr_nr, attr_flag, name) \ argument 88 #define __str_field(attr_nr, attr_flag, name, maxlen) \ argument 91 #define __bin_field(attr_nr, attr_flag, name, maxlen) \ argument 96 #define __flg_field_def(attr_nr, attr_flag, name, default) \ argument 98 #define __u32_field_def(attr_nr, attr_flag, name, default) \ argument [all …]
|
D | genl_magic_func.h | 37 #define __field(attr_nr, attr_flag, name, nla_type, _type, __get, \ argument 42 #define __array(attr_nr, attr_flag, name, nla_type, _type, maxlen, \ argument 57 const char *name, void *valp) in dprint_field() 80 const char *name, const char *val, unsigned len) in dprint_array() 102 #define DPRINT_FIELD(dir, nla_type, name, s, nla) \ argument 112 #define DPRINT_ARRAY(dir, nla_type, name, s, nla) \ argument 123 #define DPRINT_FIELD(dir, nla_type, name, s, nla) do {} while (0) argument 124 #define DPRINT_ARRAY(dir, nla_type, name, s, nla) do {} while (0) argument 170 #define __assign(attr_nr, attr_flag, name, nla_type, type, assignment...) \ argument 187 #define __field(attr_nr, attr_flag, name, nla_type, type, __get, __put, \ argument [all …]
|
/linux-6.14.4/tools/testing/selftests/hid/tests/ |
D | base_gamepad.py | 59 def __init__(self, rdesc, application="Game Pad", name=None, input_info=None): argument 114 def replace_none_in_tuple(item, default): argument 199 def __init__(self, rdesc, application="Joystick", name=None, input_info=None): argument
|
D | test_multitouch.py | 103 name, argument 238 name, argument 489 def __init__(self, name, input_info): argument 519 def get_slot(self, uhdev, t, default): argument
|
/linux-6.14.4/drivers/infiniband/hw/mthca/ |
D | mthca_main.c | 1182 static void __init __mthca_check_profile_val(const char *name, int *pval, in __mthca_check_profile_val() 1200 #define mthca_check_profile_val(name, default) \ argument
|
/linux-6.14.4/tools/net/ynl/pyynl/lib/ |
D | nlspec.py | 48 def get(self, key, default=None): argument 569 def find_operation(self, name): argument
|
/linux-6.14.4/tools/net/ynl/pyynl/ |
D | ynl_gen_c.py | 19 def c_upper(name): argument 23 def c_lower(name): argument 27 def limit_to_number(name): argument 96 def get_limit(self, limit, default=None): argument 106 def get_limit_str(self, limit, default=None, suffix=''): argument 1338 def write_func_prot(self, qual_ret, name, args=None, doc=None, suffix=''): argument 1392 def write_func(self, qual_ret, name, body, args=None, local_vars=None): argument
|
/linux-6.14.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | fwsignal.c | 67 #define BRCMF_FWS_TLV_DEF(name, id, len) \ argument 78 #define BRCMF_FWS_TLV_DEF(name, id, len) \ argument 102 #define BRCMF_FWS_TLV_DEF(name, id, len) \ argument 106 const char *name; member 377 char name[16]; member 507 #define BRCMF_FWS_TLV_DEF(name, id, len) \ argument 524 default: in brcmf_fws_get_tlv_len() local
|
/linux-6.14.4/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 160 def dsoname(name): argument 572 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, name, dso, count, time, ins… argument 854 …def __init__(self, glb, params, row, comm_id, thread_id, calls_id, name, dso, call_time, time, ins… argument 3197 def __init__(self, name = "", where_clause = "", limit = ""): argument 3285 def __init__(self, glb, label, placeholder_text, parent, id = "", default = ""): argument 3386 def __init__(self, glb, label, placeholder_text, parent, id = "", default = ""): argument 4573 def NumberedWindowName(name, nr): argument 4578 def UniqueSubWindowName(mdi_area, name): argument 4593 def AddSubWindow(mdi_area, sub_window, name): argument
|