Searched refs:get_name (Results 1 - 25 of 47) sorted by relevance

12

/linux-master/kernel/bpf/preload/iterators/
H A Diterators.bpf.c59 static const char *get_name(struct btf *btf, long btf_id, const char *fallback) function
114 get_name(aux->btf, aux->func_info[0].type_id, aux->name),
/linux-master/include/linux/
H A Dpowercap.h164 * @get_name: Get the name of constraint
172 * get_name
184 const char *(*get_name) (struct powercap_zone *, int); member in struct:powercap_zone_constraint_ops
H A Dexportfs.h167 * @get_name: find the name for a given inode in a given directory
202 * get_name:
203 * @get_name should find a name for the given @child in the given @parent
206 * buffer. get_name() should return %0 on success, a negative error code
207 * or error. @get_name will be called without @parent->i_mutex held.
219 * get_name is not (which is possibly inconsistent)
229 int (*get_name)(struct dentry *parent, char *name, member in struct:export_operations
H A Dfwnode.h119 * @get_name: Return the name of an fwnode.
152 const char *(*get_name)(const struct fwnode_handle *fwnode); member in struct:fwnode_operations
/linux-master/fs/exportfs/
H A Dexpfs.c24 static int get_name(const struct path *path, char *name, struct dentry *child);
33 if (nop->get_name)
34 return nop->get_name(dir, name, child);
36 return get_name(&path, name, child);
268 * get_name - default export_operations->get_name function
276 static int get_name(const struct path *path, char *name, struct dentry *child) function
/linux-master/drivers/perf/arm_cspmu/
H A Darm_cspmu.h101 const char *(*get_name)(const struct arm_cspmu *cspmu); member in struct:arm_cspmu_impl_ops
H A Dampere_cspmu.c239 impl_ops->get_name = ampere_cspmu_get_name;
H A Dnvidia_cspmu.c389 impl_ops->get_name = nv_cspmu_get_name;
/linux-master/tools/bpf/bpftool/
H A Dfeature.c1267 const char *(*get_name)(unsigned int id);
1274 get_name = (const char *(*)(unsigned int))libbpf_bpf_prog_type_str;
1276 get_name = (const char *(*)(unsigned int))libbpf_bpf_map_type_str;
1278 get_name = (const char *(*)(unsigned int))libbpf_bpf_attach_type_str;
1280 get_name = (const char *(*)(unsigned int))libbpf_bpf_link_type_str;
1282 get_name = get_helper_name;
1294 name = get_name(id++);
/linux-master/drivers/powercap/
H A Dpowercap_sys.c171 if (pconst && pconst->ops && pconst->ops->get_name) {
172 name = pconst->ops->get_name(power_zone, id);
308 if (pconst->ops->get_name)
H A Darm_scmi_powercap.c259 .get_name = scmi_powercap_get_name,
H A Ddtpm.c305 .get_name = get_constraint_name,
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dsch_offload.sh149 get_name() function
171 log_test $(get_name $parent "$@")" offloaded"
184 log_test $(get_name $parent "$@")" not offloaded"
/linux-master/include/linux/spi/
H A Dspi-mem.h238 * @get_name: get a custom name for the SPI mem device from the controller.
281 const char *(*get_name)(struct spi_mem *mem); member in struct:spi_controller_mem_ops
/linux-master/fs/gfs2/
H A Dexport.c191 .get_name = gfs2_get_name,
/linux-master/fs/btrfs/
H A Dexport.c299 .get_name = btrfs_get_name,
/linux-master/drivers/pmdomain/tegra/
H A Dpowergate-bpmp.c140 return kstrdup(response.get_name.name, GFP_KERNEL);
/linux-master/arch/x86/kernel/cpu/mce/
H A Damd.c216 * the MCA_IPID[InstanceId] to type's name in get_name().
1090 static const char *get_name(unsigned int cpu, unsigned int bank, struct threshold_block *b) function
1172 err = kobject_init_and_add(&b->kobj, &threshold_ktype, tb->kobj, get_name(cpu, bank, b));
1227 const char *name = get_name(cpu, bank, NULL);
/linux-master/drivers/net/ethernet/sfc/
H A Dtc_counters.c560 .get_name = efx_tc_get_channel_name,
H A Defx_channels.c706 channel->type->get_name(channel,
1340 .get_name = efx_get_channel_name,
/linux-master/drivers/infiniband/hw/mlx4/
H A Dsysfs.c356 static void get_name(struct mlx4_ib_dev *dev, char *name, int i, int max) function
703 get_name(dev, name, slave, sizeof name);
/linux-master/drivers/spi/
H A Dspi-mem.c904 if (ctlr->mem_ops && ctlr->mem_ops->get_name)
905 mem->name = ctlr->mem_ops->get_name(mem);
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h469 * @get_name: Generate the channel's name (used for its IRQ handler)
480 void (*get_name)(struct ef4_channel *, char *buf, size_t len); member in struct:ef4_channel_type
/linux-master/fs/overlayfs/
H A Dexport.c859 .get_name = ovl_get_name,
/linux-master/fs/ceph/
H A Dexport.c606 .get_name = ceph_get_name,

Completed in 338 milliseconds

12