Home
last modified time | relevance | path

Searched defs:name (Results 976 – 1000 of 8949) sorted by relevance

1...<<31323334353637383940>>...358

/openbmc/linux/drivers/net/ethernet/sfc/
H A Dnic.c182 #define REGISTER(name, arch, min_rev, max_rev) { \ argument
187 #define REGISTER_DZ(name) REGISTER(name, E, D, Z) argument
209 #define REGISTER_TABLE(name, arch, min_rev, max_rev) \ argument
215 #define REGISTER_TABLE_DZ(name) REGISTER_TABLE(name, E, D, Z) argument
/openbmc/linux/fs/
H A Dfs_parser.c27 __lookup_constant(const struct constant_table *tbl, const char *name) in __lookup_constant()
41 int lookup_constant(const struct constant_table *tbl, const char *name, int not_found) in lookup_constant()
59 const char *name = param->key; in fs_lookup_key() local
380 bool fs_validate_description(const char *name, in fs_validate_description()
/openbmc/qemu/tests/avocado/avocado_qemu/
H A D__init__.py35 def has_cmd(name, args=None): argument
254 def fetch_asset(self, name, argument
320 def _new_vm(self, name, *args): argument
348 def get_vm(self, *args, name=None): argument
/openbmc/qemu/hw/cxl/
H A Dcxl-host.c294 static void machine_get_cxl(Object *obj, Visitor *v, const char *name, in machine_get_cxl()
303 static void machine_set_cxl(Object *obj, Visitor *v, const char *name, in machine_set_cxl()
315 static void machine_get_cfmw(Object *obj, Visitor *v, const char *name, in machine_get_cfmw()
324 static void machine_set_cfmw(Object *obj, Visitor *v, const char *name, in machine_set_cfmw()
/openbmc/linux/include/linux/
H A Daudit.h359 static inline struct filename *audit_reusename(const __user char *name) in audit_reusename()
365 static inline void audit_getname(struct filename *name) in audit_getname()
370 static inline void audit_inode(struct filename *name, in audit_inode()
381 static inline void audit_inode_parent_hidden(struct filename *name, in audit_inode_parent_hidden()
521 static inline void audit_log_kern_module(char *name) in audit_log_kern_module()
566 static inline void audit_log_nfcfg(const char *name, u8 af, in audit_log_nfcfg()
607 static inline void audit_getname(struct filename *name) in audit_getname()
609 static inline void audit_inode(struct filename *name, in audit_inode()
616 static inline void audit_inode_parent_hidden(struct filename *name, in audit_inode_parent_hidden()
679 static inline void audit_log_kern_module(char *name) in audit_log_kern_module()
[all …]
H A Dzorro.h35 char name[64]; member
48 char *name; member
99 #define zorro_request_device(z, name) \ argument
/openbmc/u-boot/tools/binman/
H A Dfmap_util.py52 def NameToFmap(name): argument
93 def EncodeFmap(image_size, name, areas): argument
/openbmc/linux/drivers/soundwire/
H A Dmipi_disco.c34 char name[32]; in sdw_master_read_prop() local
170 char name[40]; in sdw_slave_read_dpn() local
/openbmc/linux/tools/perf/tests/
H A Dpmu.c14 const char *name; member
99 char name[PATH_MAX]; in test_format_dir_get() local
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dspider-pci.c34 #define SPIDER_PCI_MMIO_READ(name, ret) \ argument
42 #define SPIDER_PCI_MMIO_READ_STR(name) \ argument
/openbmc/linux/tools/perf/scripts/python/
H A Dflamegraph.py53 def __init__(self, name, libtype): argument
87 def find_or_create_node(node, name, libtype): argument
/openbmc/linux/samples/bpf/
H A Dxdp_sample_user.h62 #define __attach_tp(name) \ argument
82 #define DEFINE_SAMPLE_INIT(name) \ argument
/openbmc/linux/drivers/acpi/acpica/
H A Dacdebug.h23 const char *name; /* Command Name */ member
34 const char *name; /* Argument Name */ member
/openbmc/linux/arch/powerpc/boot/
H A Doflib.c204 void *of_finddevice(const char *name) in of_finddevice()
209 int of_getprop(const void *phandle, const char *name, void *buf, in of_getprop()
215 int of_setprop(const void *phandle, const char *name, const void *buf, in of_setprop()
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_sw.c170 int fdt_begin_node(void *fdt, const char *name) in fdt_begin_node()
223 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp) in fdt_property_placeholder()
245 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property()
/openbmc/u-boot/test/overlay/
H A Dcmd_ut_overlay.c29 const char *name, int index, in ut_fdt_getprop_u32_by_index()
49 static int ut_fdt_getprop_u32(void *fdt, const char *path, const char *name, in ut_fdt_getprop_u32()
55 static int fdt_getprop_str(void *fdt, const char *path, const char *name, in fdt_getprop_str()
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dxusb-padctl-common.c63 tegra_xusb_padctl_find_lane(struct tegra_xusb_padctl *padctl, const char *name) in tegra_xusb_padctl_find_lane()
116 const char *name) in tegra_xusb_padctl_find_function()
130 const char *name) in tegra_xusb_padctl_lane_find_function()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_rtas.c118 char *name; member
142 static int rtas_token_undefine(struct kvm *kvm, char *name) in rtas_token_undefine()
160 static int rtas_token_define(struct kvm *kvm, char *name, u64 token) in rtas_token_define()
/openbmc/linux/arch/arm/kernel/
H A Dmodule.c57 bool module_init_section(const char *name) in module_init_section()
64 bool module_exit_section(const char *name) in module_exit_section()
438 const Elf_Shdr *sechdrs, const char *name) in find_mod_section()
/openbmc/linux/include/drm/
H A Ddrm_encoder.h103 char *name; member
228 #define drmm_encoder_alloc(dev, type, member, funcs, encoder_type, name, ...) \ argument
246 #define drmm_plain_encoder_alloc(dev, funcs, encoder_type, name, ...) \ argument
/openbmc/linux/drivers/power/supply/
H A Dsurface_charger.c46 const char *name; member
53 char name[32]; member
175 struct ssam_event_registry registry, const char *name) in spwr_ac_init()
/openbmc/linux/drivers/clk/
H A Dclk-gate.c128 struct device_node *np, const char *name, in __clk_hw_register_gate()
185 struct clk *clk_register_gate(struct device *dev, const char *name, in clk_register_gate()
233 struct device_node *np, const char *name, in __devm_clk_hw_register_gate()
/openbmc/linux/fs/efivarfs/
H A Dsuper.c89 const struct qstr *name) in efivarfs_d_compare()
130 static struct dentry *efivarfs_alloc_dentry(struct dentry *parent, char *name) in efivarfs_alloc_dentry()
158 char *name; in efivarfs_callback() local
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_managed.c42 const char *name; member
139 void *data, const char *name) in __drmm_add_action()
167 void *data, const char *name) in __drmm_add_action_or_reset()
/openbmc/linux/arch/arm64/include/asm/
H A Dcmpxchg.h21 #define __XCHG_CASE(w, sfx, name, sz, mb, nop_lse, acq, acq_lse, rel, cl) \ argument
105 #define __CMPXCHG_CASE(name, sz) \ argument
133 #define __CMPXCHG128(name) \ argument

1...<<31323334353637383940>>...358