Home
last modified time | relevance | path

Searched defs:name (Results 251 – 275 of 6811) sorted by relevance

1...<<11121314151617181920>>...273

/Linux-v6.6/kernel/module/
Dkallsyms.c16 static const struct kernel_symbol *lookup_exported_symbol(const char *name, in lookup_exported_symbol()
24 static int is_exported(const char *name, unsigned long value, in is_exported()
385 char *name, char *module_name, int *exported) in module_get_kallsym()
414 static unsigned long __find_kallsyms_symbol_value(struct module *mod, const char *name) in __find_kallsyms_symbol_value()
429 static unsigned long __module_kallsyms_lookup_name(const char *name) in __module_kallsyms_lookup_name()
455 unsigned long module_kallsyms_lookup_name(const char *name) in module_kallsyms_lookup_name()
466 unsigned long find_kallsyms_symbol_value(struct module *mod, const char *name) in find_kallsyms_symbol_value()
/Linux-v6.6/drivers/video/
Dcmdline.c33 static const char *__video_get_option_string(const char *name) in __video_get_option_string()
77 const char *video_get_options(const char *name) in video_get_options()
83 bool __video_get_options(const char *name, const char **options, bool is_of) in __video_get_options()
/Linux-v6.6/arch/powerpc/kvm/
Dbook3s_interrupts.S19 #define FUNC(name) name argument
21 #define FUNC(name) GLUE(.,name) argument
26 #define FUNC(name) name argument
/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_trace.h137 #define DEFINE_TX_TEMPLATE_OP_EVENT(name) \ argument
212 #define DEFINE_XMIT_TEMPLATE_OP_EVENT(name) \ argument
234 #define DEFINE_TX_TSTAMP_OP_EVENT(name) \ argument
/Linux-v6.6/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dingress.json4 "name": "Add ingress qdisc", string
24 "name": "Add ingress qdisc with unsupported argument", string
43 "name": "Add duplicate ingress qdisc", string
64 "name": "Delete nonexistent ingress qdisc", string
83 "name": "Delete ingress qdisc twice", string
104 "name": "Show ingress class", string
Dhfsc.json4 "name": "Create HFSC with default setting", string
27 "name": "Create HFSC with class sc and ul rate setting", string
51 "name": "Create HFSC with class sc umax and dmax setting", string
75 "name": "Create HFSC with class rt and ls rate setting", string
99 "name": "Create HFSC with class rt umax and dmax setting", string
123 "name": "Delete HFSC with handle", string
146 "name": "Show HFSC class", string
/Linux-v6.6/tools/testing/selftests/tc-testing/tc-tests/filters/
Dtests.json4 "name": "Add matchall and try to get it", string
27 "name": "Add flower with max handle and then dump it", string
46 "name": "Add 1M filters with the same action", string
70 "name": "Try to add filter with duplicate key", string
93 "name": "Add flower filter and then terse dump it", string
112 "name": "Add flower filter and verify that terse dump doesn't output filter key", string
Dbpf.json4 "name": "Add cBPF filter with valid bytecode", string
26 "name": "Add cBPF filter with invalid bytecode", string
48 "name": "Add eBPF filter with valid object-file", string
70 "name": "Add eBPF filter with invalid object-file", string
92 "name": "Replace cBPF bytecode", string
120 "name": "Delete cBPF filter", string
148 "name": "List cBPF filters", string
/Linux-v6.6/tools/testing/selftests/tc-testing/tc-tests/actions/
Dgate.json4 "name": "Add gate action with priority and sched-entry", string
28 "name": "Add gate action with base-time", string
52 "name": "Add gate action with cycle-time", string
76 "name": "Add gate action with cycle-time-ext", string
100 "name": "Replace gate base-time action", string
130 "name": "Delete gate action with valid index", string
160 "name": "Delete gate action with invalid index", string
190 "name": "List gate actions", string
217 "name": "Flush gate actions", string
244 "name": "Add gate action with duplicate index", string
[all …]
Dctinfo.json4 "name": "Add ctinfo action with default setting", string
28 "name": "Add ctinfo action with dscp", string
52 "name": "Add ctinfo action with valid cpmark and zone", string
76 "name": "Add ctinfo action with drop control", string
100 "name": "Replace ctinfo action zone and action control", string
130 "name": "Delete ctinfo action with valid index", string
160 "name": "Delete ctinfo action with invalid index", string
190 "name": "List ctinfo actions", string
217 "name": "Flush ctinfo actions", string
244 "name": "Add ctinfo action with duplicate index", string
[all …]
Dbpf.json4 "name": "Add cBPF action with valid bytecode", string
28 "name": "Add cBPF action with invalid bytecode", string
52 "name": "Add eBPF action with valid object-file", string
79 "name": "Add eBPF action with invalid object-file", string
111 "name": "Replace cBPF bytecode and action control", string
141 "name": "Delete cBPF action ", string
171 "name": "List cBPF actions", string
198 "name": "Flush BPF actions", string
225 "name": "Add cBPF action with duplicate index", string
250 "name": "Add cBPF action with invalid index", string
[all …]
/Linux-v6.6/include/net/netfilter/
Dnf_conntrack_helper.h19 #define NF_NAT_HELPER_NAME(name) NF_NAT_HELPER_PREFIX name argument
20 #define MODULE_ALIAS_NF_NAT_HELPER(name) \ argument
35 char name[NF_CT_HELPER_NAME_LEN]; /* name of the module */ member
148 const char *name; member
172 #define NF_CT_NAT_HELPER_INIT(name) \ argument
/Linux-v6.6/scripts/kconfig/
Dconfdata.c131 static int conf_touch_dep(const char *name) in conf_touch_dep()
200 char *name = getenv("KCONFIG_CONFIG"); in conf_get_configname() local
207 char *name = getenv("KCONFIG_AUTOCONFIG"); in conf_get_autoconfig_name() local
214 char *name = getenv("KCONFIG_AUTOHEADER"); in conf_get_autoheader_name() local
221 char *name = getenv("KCONFIG_RUSTCCFG"); in conf_get_rustccfg_name() local
344 int conf_read_simple(const char *name, int def) in conf_read_simple()
542 int conf_read(const char *name) in conf_read()
911 int conf_write(const char *name) in conf_write()
1030 char name[PATH_MAX], tmp[PATH_MAX]; in conf_write_autoconf_cmd() local
1078 const char *name, *tmp; in conf_touch_deps() local
/Linux-v6.6/fs/f2fs/
Dxattr.c48 const char *name, void *buffer, size_t size) in f2fs_xattr_generic_get()
70 const char *name, const void *value, in f2fs_xattr_generic_set()
104 const char *name, void *buffer, size_t size) in f2fs_xattr_advise_get()
114 const char *name, const void *value, in f2fs_xattr_advise_set()
231 int index, size_t len, const char *name) in __find_xattr()
255 size_t len, const char *name) in __find_inline_xattr()
319 const char *name, struct f2fs_xattr_entry **xe, in lookup_all_xattrs()
514 int f2fs_getxattr(struct inode *inode, int index, const char *name, in f2fs_getxattr()
630 const char *name, const void *value, size_t size, in __f2fs_setxattr()
776 int f2fs_setxattr(struct inode *inode, int index, const char *name, in f2fs_setxattr()
/Linux-v6.6/drivers/infiniband/core/
Dcma_trace.h49 #define DEFINE_CMA_FSM_EVENT(name) \ argument
127 #define DEFINE_CMA_QP_EVENT(name) \ argument
345 #define DEFINE_CMA_CLIENT_EVENT(name) \ argument
/Linux-v6.6/drivers/usb/gadget/
Du_f.h23 #define vla_item(groupname, type, name, n) \ argument
40 #define vla_item_with_sz(groupname, type, name, n) \ argument
57 #define vla_ptr(ptr, groupname, name) \ argument
/Linux-v6.6/drivers/nubus/
Dproc.c56 char name[2]; in nubus_proc_add_board() local
72 char name[9]; in nubus_proc_add_rsrc_dir() local
157 char name[9]; in nubus_proc_add_rsrc_mem() local
176 char name[9]; in nubus_proc_add_rsrc() local
/Linux-v6.6/tools/firewire/
Ddecode-fcp.c44 const char *name; member
48 const char *name; /* Short name for field. */ member
56 const char *name; member
150 const char *name; in decode_avc() local
/Linux-v6.6/drivers/clk/nuvoton/
Dclk-ma35d1.c372 static struct clk_hw *ma35d1_clk_fixed(const char *name, int rate) in ma35d1_clk_fixed()
377 static struct clk_hw *ma35d1_clk_mux_parent(struct device *dev, const char *name, in ma35d1_clk_mux_parent()
387 static struct clk_hw *ma35d1_clk_mux(struct device *dev, const char *name, in ma35d1_clk_mux()
397 static struct clk_hw *ma35d1_clk_divider(struct device *dev, const char *name, in ma35d1_clk_divider()
405 static struct clk_hw *ma35d1_clk_divider_pow2(struct device *dev, const char *name, in ma35d1_clk_divider_pow2()
414 static struct clk_hw *ma35d1_clk_divider_table(struct device *dev, const char *name, in ma35d1_clk_divider_table()
424 static struct clk_hw *ma35d1_clk_fixed_factor(struct device *dev, const char *name, in ma35d1_clk_fixed_factor()
432 static struct clk_hw *ma35d1_clk_gate(struct device *dev, const char *name, const char *parent, in ma35d1_clk_gate()
/Linux-v6.6/scripts/dtc/libfdt/
Dfdt_ro.c226 const char *name, int namelen) in fdt_subnode_offset_namelen()
245 const char *name) in fdt_subnode_offset()
396 const char *name, in fdt_get_property_namelen_()
427 const char *name, in fdt_get_property_namelen()
445 const char *name, int *lenp) in fdt_get_property()
452 const char *name, int namelen, int *lenp) in fdt_getprop_namelen()
478 const char *name; in fdt_getprop_by_offset() local
503 const char *name, int *lenp) in fdt_getprop()
526 const char *name, int namelen) in fdt_get_alias_namelen()
537 const char *fdt_get_alias(const void *fdt, const char *name) in fdt_get_alias()
[all …]
/Linux-v6.6/sound/soc/codecs/
Dwm2200.c1061 #define WM2200_MIXER_CONTROLS(name, base) \ argument
1071 #define WM2200_MUX_ENUM_DECL(name, reg) \ argument
1075 #define WM2200_MUX_CTL_DECL(name) \ argument
1079 #define WM2200_MIXER_ENUMS(name, base_reg) \ argument
1089 #define WM2200_DSP_ENUMS(name, base_reg) \ argument
1203 #define WM2200_MUX(name, ctrl) \ argument
1206 #define WM2200_MIXER_WIDGETS(name, name_str) \ argument
1213 #define WM2200_DSP_WIDGETS(name, name_str) \ argument
1223 #define WM2200_MIXER_INPUT_ROUTES(name) \ argument
1255 #define WM2200_MIXER_ROUTES(widget, name) \ argument
[all …]
/Linux-v6.6/arch/parisc/include/asm/
Dunistd.h49 #define K_INLINE_SYSCALL(name, nr, args...) ({ \ argument
107 #define _syscall0(type,name) \ argument
113 #define _syscall1(type,name,type1,arg1) \ argument
119 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
125 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
131 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
138 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument
/Linux-v6.6/drivers/clk/hisilicon/
Dclk.h28 char *name; member
36 char *name; member
45 const char *name; member
59 const char *name; member
72 const char *name; member
85 const char *name; member
97 const char *name; member
/Linux-v6.6/drivers/base/firmware_loader/builtin/
Dmain.c11 char *name; member
47 bool firmware_request_builtin(struct firmware *fw, const char *name) in firmware_request_builtin()
86 bool firmware_request_builtin_buf(struct firmware *fw, const char *name, in firmware_request_builtin_buf()
/Linux-v6.6/drivers/media/platform/nxp/imx8-isi/
Dimx8-isi-debug.c24 #define MXC_ISI_DEBUG_REG(name) { name, #name } in mxc_isi_debug_dump_regs_show() argument
27 const char * const name; in mxc_isi_debug_dump_regs_show() member
98 char name[8]; in mxc_isi_debug_init() local

1...<<11121314151617181920>>...273