Home
last modified time | relevance | path

Searched defs:name (Results 76 – 100 of 5869) sorted by relevance

12345678910>>...235

/Linux-v5.10/drivers/base/firmware_loader/
Dmain.c73 const char *name; member
78 const char *name; member
110 static bool fw_get_builtin_firmware(struct firmware *fw, const char *name, in fw_get_builtin_firmware()
142 const char *name, void *buf, in fw_get_builtin_firmware()
620 const char *name) in fw_find_devm_name()
629 static bool fw_cache_is_setup(struct device *dev, const char *name) in fw_cache_is_setup()
641 static int fw_add_devm_name(struct device *dev, const char *name) in fw_add_devm_name()
664 static bool fw_cache_is_setup(struct device *dev, const char *name) in fw_cache_is_setup()
669 static int fw_add_devm_name(struct device *dev, const char *name) in fw_add_devm_name()
724 _request_firmware_prepare(struct firmware **firmware_p, const char *name, in _request_firmware_prepare()
[all …]
/Linux-v5.10/include/linux/
Dpercpu-defs.h86 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument
90 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument
100 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument
103 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument
111 #define DECLARE_PER_CPU(type, name) \ argument
114 #define DEFINE_PER_CPU(type, name) \ argument
121 #define DECLARE_PER_CPU_FIRST(type, name) \ argument
124 #define DEFINE_PER_CPU_FIRST(type, name) \ argument
138 #define DECLARE_PER_CPU_SHARED_ALIGNED(type, name) \ argument
142 #define DEFINE_PER_CPU_SHARED_ALIGNED(type, name) \ argument
[all …]
Dswait.h53 #define __SWAITQUEUE_INITIALIZER(name) { \ argument
58 #define DECLARE_SWAITQUEUE(name) \ argument
61 #define __SWAIT_QUEUE_HEAD_INITIALIZER(name) { \ argument
66 #define DECLARE_SWAIT_QUEUE_HEAD(name) \ argument
79 # define __SWAIT_QUEUE_HEAD_INIT_ONSTACK(name) \ argument
81 # define DECLARE_SWAIT_QUEUE_HEAD_ONSTACK(name) \ argument
84 # define DECLARE_SWAIT_QUEUE_HEAD_ONSTACK(name) \ argument
/Linux-v5.10/drivers/target/iscsi/
Discsi_target_configfs.c157 const char *name) in lio_target_call_addnptotpg()
280 #define ISCSI_NACL_ATTR(name) \ argument
337 #define __DEF_NACL_AUTH_STR(prefix, name, flags) \ argument
375 #define DEF_NACL_AUTH_STR(name, flags) \ argument
402 #define __DEF_NACL_AUTH_INT(prefix, name) \ argument
415 #define DEF_NACL_AUTH_INT(name) \ argument
442 #define ISCSI_NACL_PARAM(name) \ argument
702 const char *name) in lio_target_init_nodeacl()
718 #define DEF_TPG_ATTRIB(name) \ argument
800 #define __DEF_TPG_AUTH_STR(prefix, name, flags) \ argument
[all …]
/Linux-v5.10/tools/usb/usbip/libsrc/
Dnames.c28 char name[1]; member
34 char name[1]; member
40 char name[1]; member
46 char name[1]; member
52 char name[1]; member
58 char name[1]; member
188 static int new_vendor(const char *name, u_int16_t vendorid) in new_vendor()
207 static int new_product(const char *name, u_int16_t vendorid, in new_product()
228 static int new_class(const char *name, u_int8_t classid) in new_class()
247 static int new_subclass(const char *name, u_int8_t classid, u_int8_t subclassid) in new_subclass()
[all …]
/Linux-v5.10/drivers/net/wireless/ti/wl1251/
Ddebugfs.c22 #define DEBUGFS_READONLY_FILE(name, buflen, fmt, value...) \ argument
40 #define DEBUGFS_ADD(name, parent) \ argument
44 #define DEBUGFS_DEL(name) \ argument
50 #define DEBUGFS_FWSTATS_FILE(sub, name, buflen, fmt) \ argument
72 #define DEBUGFS_FWSTATS_ADD(sub, name) \ argument
75 #define DEBUGFS_FWSTATS_DEL(sub, name) \ argument
/Linux-v5.10/drivers/base/
Dtopology.c17 #define define_id_show_func(name) \ argument
24 #define define_siblings_show_map(name, mask) \ argument
31 #define define_siblings_show_list(name, mask) \ argument
39 #define define_siblings_show_func(name, mask) \ argument
/Linux-v5.10/net/can/j1939/
Dbus.c148 struct j1939_ecu *j1939_ecu_create_locked(struct j1939_priv *priv, name_t name) in j1939_ecu_create_locked()
209 name_t name) in j1939_ecu_find_by_name_locked()
224 name_t name) in j1939_ecu_get_by_name_locked()
240 struct j1939_ecu *j1939_ecu_get_by_name(struct j1939_priv *priv, name_t name) in j1939_ecu_get_by_name()
251 u8 j1939_name_to_addr(struct j1939_priv *priv, name_t name) in j1939_name_to_addr()
276 int j1939_local_ecu_get(struct j1939_priv *priv, name_t name, u8 sa) in j1939_local_ecu_get()
308 void j1939_local_ecu_put(struct j1939_priv *priv, name_t name, u8 sa) in j1939_local_ecu_put()
/Linux-v5.10/fs/fuse/
Dxattr.c14 int fuse_setxattr(struct inode *inode, const char *name, const void *value, in fuse_setxattr()
49 ssize_t fuse_getxattr(struct inode *inode, const char *name, void *value, in fuse_getxattr()
151 int fuse_removexattr(struct inode *inode, const char *name) in fuse_removexattr()
179 const char *name, void *value, size_t size) in fuse_xattr_get()
186 const char *name, const void *value, size_t size, in fuse_xattr_set()
202 const char *name, void *value, size_t size) in no_xattr_get()
209 const char *name, const void *value, in no_xattr_set()
/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dmsix.c119 enum irq_type type, const char *name) in msix_request_irq()
172 const char *name) in msix_request_rcd_irq_common()
199 char name[MAX_NAME_SIZE]; in msix_request_rcd_irq() local
215 char name[MAX_NAME_SIZE]; in msix_netdev_request_rcd_irq() local
231 char name[MAX_NAME_SIZE]; in msix_request_sdma_irq() local
253 char name[MAX_NAME_SIZE]; in msix_request_general_irq() local
/Linux-v5.10/fs/9p/
Dxattr.c25 ssize_t v9fs_fid_xattr_get(struct p9_fid *fid, const char *name, in v9fs_fid_xattr_get()
70 ssize_t v9fs_xattr_get(struct dentry *dentry, const char *name, in v9fs_xattr_get()
96 int v9fs_xattr_set(struct dentry *dentry, const char *name, in v9fs_xattr_set()
103 int v9fs_fid_xattr_set(struct p9_fid *fid, const char *name, in v9fs_fid_xattr_set()
142 const char *name, void *buffer, size_t size) in v9fs_xattr_handler_get()
151 const char *name, const void *value, in v9fs_xattr_handler_set()
/Linux-v5.10/drivers/md/
Ddm-cache-policy.c20 static struct dm_cache_policy_type *__find_policy(const char *name) in __find_policy()
31 static struct dm_cache_policy_type *__get_policy_once(const char *name) in __get_policy_once()
43 static struct dm_cache_policy_type *get_policy_once(const char *name) in get_policy_once()
54 static struct dm_cache_policy_type *get_policy(const char *name) in get_policy()
111 struct dm_cache_policy *dm_cache_policy_create(const char *name, in dm_cache_policy_create()
/Linux-v5.10/usr/
Dgen_init_cpio.c33 static void push_string(const char *name) in push_string()
50 static void push_rest(const char *name) in push_rest()
76 const char name[] = "TRAILER!!!"; in cpio_trailer() local
103 static int cpio_mkslink(const char *name, const char *target, in cpio_mkslink()
136 char name[PATH_MAX + 1]; in cpio_mkslink_line() local
152 static int cpio_mkgeneric(const char *name, unsigned int mode, in cpio_mkgeneric()
208 char name[PATH_MAX + 1]; in cpio_mkgeneric_line() local
240 static int cpio_mknod(const char *name, unsigned int mode, in cpio_mknod()
276 char name[PATH_MAX + 1]; in cpio_mknod_line() local
295 static int cpio_mkfile(const char *name, const char *location, in cpio_mkfile()
[all …]
/Linux-v5.10/drivers/clk/mxs/
Dclk.h33 static inline struct clk *mxs_clk_fixed(const char *name, int rate) in mxs_clk_fixed()
38 static inline struct clk *mxs_clk_gate(const char *name, in mxs_clk_gate()
46 static inline struct clk *mxs_clk_mux(const char *name, void __iomem *reg, in mxs_clk_mux()
54 static inline struct clk *mxs_clk_fixed_factor(const char *name, in mxs_clk_fixed_factor()
/Linux-v5.10/tools/bpf/bpftool/
Dnetlink_dumper.h13 #define NET_START_OBJECT_NESTED(name) \ argument
53 #define NET_START_ARRAY(name, fmt_str) \ argument
71 #define NET_DUMP_UINT(name, fmt_str, val) \ argument
79 #define NET_DUMP_STR(name, fmt_str, str) \ argument
/Linux-v5.10/include/linux/ceph/
Dceph_features.h13 #define DEFINE_CEPH_FEATURE(bit, incarnation, name) \ argument
19 #define DEFINE_CEPH_FEATURE_DEPRECATED(bit, incarnation, name, when) \ argument
28 #define DEFINE_CEPH_FEATURE_RETIRED(bit, inc, name, unused, unadvertised) argument
37 #define CEPH_HAVE_FEATURE(x, name) \ argument
/Linux-v5.10/drivers/clk/pxa/
Dclk-pxa.h17 #define PARENTS(name) \ argument
19 #define MUX_RO_RATE_RO_OPS(name, clk_name) \ argument
39 #define RATE_RO_OPS(name, clk_name) \ argument
54 #define RATE_OPS(name, clk_name) \ argument
71 #define MUX_OPS(name, clk_name, flags) \ argument
108 const char *name; member
129 #define PXA_CKEN_1RATE(dev_id, con_id, name, parents, cken_reg, \ argument
/Linux-v5.10/tools/perf/include/bpf/
Dbpf.h21 #define bpf_map(name, _type, type_key, type_val, _max_entries) \ argument
43 #define pid_map(name, value_type) bpf_map(name, HASH, pid_t, value_type, 64) argument
55 #define syscall_enter(name) \ argument
58 #define syscall_exit(name) \ argument
61 #define license(name) \ argument
/Linux-v5.10/arch/sparc/kernel/
Dprom_32.c59 const char *name = of_get_property(dp, "name", NULL); in sparc32_path_component() local
76 const char *name = of_get_property(dp, "name", NULL); in sbus_path_component() local
94 const char *name = of_get_property(dp, "name", NULL); in pci_path_component() local
120 const char *name = of_get_property(dp, "name", NULL); in ebus_path_component() local
138 const char *name = of_get_property(dp, "name", NULL); in ambapp_path_component() local
190 const char *name = of_get_property(dp, "name", NULL); in build_path_component() local
/Linux-v5.10/arch/powerpc/include/asm/
Dkvm_fpu.h34 #define FPD_ONE_IN(name) extern void fpd_ ## name(u64 *fpscr, u32 *cr, \ argument
36 #define FPD_TWO_IN(name) extern void fpd_ ## name(u64 *fpscr, u32 *cr, \ argument
38 #define FPD_THREE_IN(name) extern void fpd_ ## name(u64 *fpscr, u32 *cr, \ argument
/Linux-v5.10/arch/arm/mach-s3c/
Diic-core.h18 static inline void s3c_i2c0_setname(char *name) in s3c_i2c0_setname()
24 static inline void s3c_i2c1_setname(char *name) in s3c_i2c1_setname()
31 static inline void s3c_i2c2_setname(char *name) in s3c_i2c2_setname()
/Linux-v5.10/tools/testing/selftests/tc-testing/tc-tests/filters/
Dbasic.json4 "name": "Add basic filter with cmp ematch u8/link layer and default action", string
26 "name": "Add basic filter with cmp ematch u8/link layer with trans flag and default action", string
48 "name": "Add basic filter with cmp ematch u16/link layer and a single action", string
70 "name": "Add basic filter with cmp ematch u32/link layer and miltiple actions", string
92 "name": "Add basic filter with cmp ematch u8/network layer and default action", string
114 … "name": "Add basic filter with cmp ematch u8/network layer with trans flag and default action", string
136 "name": "Add basic filter with cmp ematch u16/network layer and a single action", string
158 "name": "Add basic filter with cmp ematch u32/network layer and miltiple actions", string
180 "name": "Add basic filter with cmp ematch u8/transport layer and default action", string
202 … "name": "Add basic filter with cmp ematch u8/transport layer with trans flag and default action", string
[all …]
/Linux-v5.10/arch/mips/cavium-octeon/executive/
Dcvmx-bootmem.c153 char *name) in cvmx_bootmem_alloc_named_range()
165 void *cvmx_bootmem_alloc_named(uint64_t size, uint64_t alignment, char *name) in cvmx_bootmem_alloc_named()
567 cvmx_bootmem_phy_named_block_find(char *name, uint32_t flags) in cvmx_bootmem_phy_named_block_find()
620 char *name, in cvmx_bootmem_alloc_named_range_once()
654 struct cvmx_bootmem_named_block_desc *cvmx_bootmem_find_named_block(char *name) in cvmx_bootmem_find_named_block()
669 static int cvmx_bootmem_phy_named_block_free(char *name, uint32_t flags) in cvmx_bootmem_phy_named_block_free()
713 int cvmx_bootmem_free_named(char *name) in cvmx_bootmem_free_named()
721 char *name, in cvmx_bootmem_phy_named_block_alloc()
/Linux-v5.10/tools/perf/util/
Ddsos.c109 const char *name, struct dso_id *id) in __dsos__findnew_link_by_longname_id()
191 static struct dso *__dsos__findnew_by_longname_id(struct rb_root *root, const char *name, struct ds… in __dsos__findnew_by_longname_id()
196 static struct dso *__dsos__find_id(struct dsos *dsos, const char *name, struct dso_id *id, bool cmp… in __dsos__find_id()
209 struct dso *__dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in __dsos__find()
246 static struct dso *__dsos__addnew_id(struct dsos *dsos, const char *name, struct dso_id *id) in __dsos__addnew_id()
259 struct dso *__dsos__addnew(struct dsos *dsos, const char *name) in __dsos__addnew()
264 static struct dso *__dsos__findnew_id(struct dsos *dsos, const char *name, struct dso_id *id) in __dsos__findnew_id()
274 struct dso *dsos__findnew_id(struct dsos *dsos, const char *name, struct dso_id *id) in dsos__findnew_id()
Dfncache.c12 char name[]; member
27 static bool lookup_fncache(const char *name, bool *res) in lookup_fncache()
41 static void update_fncache(const char *name, bool res) in update_fncache()
54 bool file_available(const char *name) in file_available()

12345678910>>...235