/openbmc/linux/fs/exportfs/ |
H A D | expfs.c | 24 static int get_name(const struct path *path, char *name, struct dentry *child); 33 if (nop->get_name) in exportfs_get_name() 34 return nop->get_name(dir, name, child); in exportfs_get_name() 36 return get_name(&path, name, child); in exportfs_get_name() 276 static int get_name(const struct path *path, char *name, struct dentry *child) in get_name() function
|
/openbmc/linux/kernel/bpf/preload/iterators/ |
H A D | iterators.bpf.c | 59 static const char *get_name(struct btf *btf, long btf_id, const char *fallback) in get_name() function 114 get_name(aux->btf, aux->func_info[0].type_id, aux->name), in dump_bpf_prog()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | feature.c | 1271 const char *(*get_name)(unsigned int id); in do_list_builtins() local 1278 get_name = (const char *(*)(unsigned int))libbpf_bpf_prog_type_str; in do_list_builtins() 1280 get_name = (const char *(*)(unsigned int))libbpf_bpf_map_type_str; in do_list_builtins() 1282 get_name = (const char *(*)(unsigned int))libbpf_bpf_attach_type_str; in do_list_builtins() 1284 get_name = (const char *(*)(unsigned int))libbpf_bpf_link_type_str; in do_list_builtins() 1286 get_name = get_helper_name; in do_list_builtins() 1298 name = get_name(id++); in do_list_builtins()
|
/openbmc/u-boot/tools/dtoc/ |
H A D | fdt.py | 279 name = fdt_obj.get_name(offset) 298 if subnode.name != fdt_obj.get_name(offset): 300 (subnode.name, fdt_obj.get_name(offset)))
|
/openbmc/linux/drivers/perf/arm_cspmu/ |
H A D | arm_cspmu.h | 97 const char *(*get_name)(const struct arm_cspmu *cspmu); member
|
H A D | nvidia_cspmu.c | 388 impl_ops->get_name = nv_cspmu_get_name; in nv_cspmu_init_ops()
|
H A D | arm_cspmu.c | 424 CHECK_DEFAULT_IMPL_OPS(impl_ops, get_name); in arm_cspmu_init_impl_ops() 488 cspmu->name = impl_ops->get_name(cspmu); in arm_cspmu_alloc_attr_group()
|
/openbmc/linux/include/linux/ |
H A D | powercap.h | 184 const char *(*get_name) (struct powercap_zone *, int); member
|
H A D | exportfs.h | 208 int (*get_name)(struct dentry *parent, char *name, member
|
H A D | fwnode.h | 144 const char *(*get_name)(const struct fwnode_handle *fwnode); member
|
/openbmc/qemu/include/hw/xen/ |
H A D | xen-bus.h | 51 XenDeviceGetName get_name; member
|
/openbmc/linux/drivers/powercap/ |
H A D | powercap_sys.c | 171 if (pconst && pconst->ops && pconst->ops->get_name) { in show_constraint_name() 172 name = pconst->ops->get_name(power_zone, id); in show_constraint_name() 308 if (pconst->ops->get_name) in create_constraints()
|
H A D | dtpm.c | 305 .get_name = get_constraint_name,
|
H A D | arm_scmi_powercap.c | 259 .get_name = scmi_powercap_get_name,
|
/openbmc/linux/fs/gfs2/ |
H A D | export.c | 193 .get_name = gfs2_get_name,
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | sch_offload.sh | 149 get_name() function
|
/openbmc/linux/include/linux/spi/ |
H A D | spi-mem.h | 279 const char *(*get_name)(struct spi_mem *mem); member
|
/openbmc/linux/arch/x86/kernel/cpu/mce/ |
H A D | amd.c | 1040 static const char *get_name(unsigned int cpu, unsigned int bank, struct threshold_block *b) in get_name() function 1122 err = kobject_init_and_add(&b->kobj, &threshold_ktype, tb->kobj, get_name(cpu, bank, b)); in allocate_threshold_blocks() 1177 const char *name = get_name(cpu, bank, NULL); in threshold_create_bank()
|
/openbmc/linux/fs/btrfs/ |
H A D | export.c | 300 .get_name = btrfs_get_name,
|
/openbmc/linux/drivers/spi/ |
H A D | spi-mem.c | 857 if (ctlr->mem_ops && ctlr->mem_ops->get_name) in spi_mem_probe() 858 mem->name = ctlr->mem_ops->get_name(mem); in spi_mem_probe()
|
/openbmc/linux/drivers/pmdomain/tegra/ |
H A D | powergate-bpmp.c | 140 return kstrdup(response.get_name.name, GFP_KERNEL); in tegra_bpmp_powergate_get_name()
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | sysfs.c | 356 static void get_name(struct mlx4_ib_dev *dev, char *name, int i, int max) in get_name() function 703 get_name(dev, name, slave, sizeof name); in register_one_pkey_tree()
|
/openbmc/u-boot/fs/fat/ |
H A D | fat.c | 120 static void get_name(dir_entry *dirent, char *s_name) in get_name() function 896 get_name(dent, itr->s_name); in fat_itr_next()
|
/openbmc/linux/Documentation/filesystems/nfs/ |
H A D | exporting.rst | 149 get_name (optional) 152 object identified by the child dentry. If no get_name function is
|
/openbmc/qemu/hw/xen/ |
H A D | xen-bus.c | 1027 if (!xendev_class->get_name) { in xen_device_realize() 1032 xendev->name = xendev_class->get_name(xendev, errp); in xen_device_realize()
|