/linux-6.1.9/fs/9p/ |
D | xattr.c | 146 const char *full_name = xattr_full_name(handler, name); in v9fs_xattr_handler_get() local 148 return v9fs_xattr_get(dentry, full_name, buffer, size); in v9fs_xattr_handler_get() 157 const char *full_name = xattr_full_name(handler, name); in v9fs_xattr_handler_set() local 159 return v9fs_xattr_set(dentry, full_name, value, size, flags); in v9fs_xattr_handler_set()
|
/linux-6.1.9/fs/kernfs/ |
D | inode.c | 343 const char *full_name, in kernfs_vfs_user_xattr_add() argument 362 ret = simple_xattr_set(xattrs, full_name, value, size, flags, in kernfs_vfs_user_xattr_add() 377 const char *full_name, in kernfs_vfs_user_xattr_rm() argument 386 ret = simple_xattr_set(xattrs, full_name, value, size, flags, in kernfs_vfs_user_xattr_rm() 403 const char *full_name = xattr_full_name(handler, suffix); in kernfs_vfs_user_xattr_set() local 415 return kernfs_vfs_user_xattr_add(kn, full_name, &attrs->xattrs, in kernfs_vfs_user_xattr_set() 418 return kernfs_vfs_user_xattr_rm(kn, full_name, &attrs->xattrs, in kernfs_vfs_user_xattr_set()
|
/linux-6.1.9/drivers/clocksource/ |
D | timer-of.c | 74 np->full_name, clkevt) : in timer_of_irq_init() 77 np->full_name, clkevt); in timer_of_irq_init() 195 to->clkevt.name = np->full_name; in timer_of_init()
|
D | timer-stm32.c | 234 const char *name = to->np->full_name; in stm32_clocksource_init() 272 to->clkevt.name = to->np->full_name; in stm32_clockevent_init()
|
/linux-6.1.9/drivers/clk/renesas/ |
D | clk-emev2.c | 77 clk_register_clkdev(clk, np->full_name, NULL); in emev2_smu_clkdiv_init() 95 clk_register_clkdev(clk, np->full_name, NULL); in emev2_smu_gclk_init()
|
/linux-6.1.9/include/linux/ |
D | of_mdio.h | 45 dev_err(dev, "%s has invalid PHY address\n", np->full_name); in of_mdio_parse_addr() 52 np->full_name, addr); in of_mdio_parse_addr()
|
/linux-6.1.9/drivers/regulator/ |
D | scmi-regulator.c | 222 sreg->of_node->full_name); in scmi_regulator_common_init() 234 sreg->desc.of_match = sreg->of_node->full_name; in scmi_regulator_common_init() 272 dom, np->full_name); in process_scmi_regulator_of_node() 292 dom, np->full_name); in process_scmi_regulator_of_node()
|
/linux-6.1.9/drivers/gpu/host1x/ |
D | syncpt.c | 62 char *full_name; in host1x_syncpt_alloc() local 82 full_name = kasprintf(GFP_KERNEL, "%u-%s", sp->id, name); in host1x_syncpt_alloc() 83 if (!full_name) in host1x_syncpt_alloc() 86 sp->name = full_name; in host1x_syncpt_alloc()
|
/linux-6.1.9/arch/powerpc/platforms/pseries/ |
D | reconfig.c | 32 np->full_name = kstrdup(kbasename(path), GFP_KERNEL); in pSeries_reconfig_add_node() 33 if (!np->full_name) in pSeries_reconfig_add_node() 59 kfree(np->full_name); in pSeries_reconfig_add_node()
|
D | dlpar.c | 86 dn->full_name = kstrdup(name, GFP_KERNEL); in dlpar_parse_cc_node() 87 if (!dn->full_name) { in dlpar_parse_cc_node() 108 kfree(dn->full_name); in dlpar_free_one_cc_node()
|
/linux-6.1.9/drivers/of/ |
D | dynamic.c | 364 kfree(node->full_name); in of_node_release() 425 const char *full_name) in __of_node_dup() argument 432 node->full_name = kstrdup(full_name, GFP_KERNEL); in __of_node_dup() 433 if (!node->full_name) { in __of_node_dup()
|
D | overlay.c | 414 node_kbasename = kbasename(node->full_name); in add_changeset_node() 417 if (!of_node_cmp(node_kbasename, kbasename(tchild->full_name))) in add_changeset_node() 543 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name)) in find_dup_cset_node_entry() 578 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name)) in find_dup_cset_prop()
|
D | pdt.c | 162 dp->full_name = of_pdt_build_full_name(dp); in of_pdt_create_node() 206 of_root->full_name = "/"; in of_pdt_build_devicetree()
|
D | resolver.c | 142 const char *n1 = kbasename(dn1->full_name); in node_name_cmp() 143 const char *n2 = kbasename(dn2->full_name); in node_name_cmp()
|
D | unittest.c | 307 const char *full_name = "/testcase-data/platform-tests/test-device@1/dev@100"; in of_unittest_printf() local 310 np = of_find_node_by_path(full_name); in of_unittest_printf() 318 of_unittest_printf_one(np, "%pOF", full_name); in of_unittest_printf() 319 of_unittest_printf_one(np, "%pOFf", full_name); in of_unittest_printf() 634 i, args.np->full_name, rc); in of_unittest_parse_phandle_with_args_map() 1379 const char *full_name; in attach_node_and_children() local 1381 full_name = kasprintf(GFP_KERNEL, "%pOF", np); in attach_node_and_children() 1383 if (!strcmp(full_name, "/__local_fixups__") || in attach_node_and_children() 1384 !strcmp(full_name, "/__fixups__")) { in attach_node_and_children() 1385 kfree(full_name); in attach_node_and_children() [all …]
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | bootx.h | 40 u32 full_name; member
|
/linux-6.1.9/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 227 namep = np->full_name ? (char *)(base + np->full_name) : NULL; in bootx_scan_dt_build_strings() 287 namep = np->full_name ? (char *)(base + np->full_name) : NULL; in bootx_scan_dt_build_struct()
|
/linux-6.1.9/fs/openpromfs/ |
D | inode.c | 204 const char *node_name = kbasename(child->full_name); in openpromfs_lookup() 303 kbasename(child->full_name), in openpromfs_readdir() 304 strlen(kbasename(child->full_name)), in openpromfs_readdir()
|
/linux-6.1.9/tools/iio/ |
D | iio_utils.h | 60 int iioutils_break_up_name(const char *full_name, char **generic_name);
|
/linux-6.1.9/sound/soc/fsl/ |
D | imx-audmix.c | 171 np->full_name); in imx_audmix_probe() 179 audmix_np->full_name); in imx_audmix_probe() 230 fe_name_pref, args.np->full_name + 1); in imx_audmix_probe()
|
/linux-6.1.9/arch/arm/mach-mvebu/ |
D | cpu-reset.c | 51 np->full_name)) { in mvebu_cpu_reset_map()
|
/linux-6.1.9/kernel/ |
D | kthread.c | 64 char *full_name; member 102 if (!kthread || !kthread->full_name) { in get_kthread_comm() 107 strscpy_pad(buf, kthread->full_name, buf_size); in get_kthread_comm() 144 kfree(kthread->full_name); in free_kthread_struct() 472 kthread->full_name = kvasprintf(GFP_KERNEL, namefmt, args); in __kthread_create_on_node()
|
/linux-6.1.9/sound/soc/meson/ |
D | meson-card-utils.c | 103 prefix, node->full_name); in meson_card_set_link_name() 151 node->full_name); in meson_card_set_be_link()
|
/linux-6.1.9/lib/ |
D | test_printf.c | 713 const char * const full_name = "first/second/third"; in fwnode_pointer() local 726 test(full_name, "%pfw", software_node_fwnode(&softnodes[2])); in fwnode_pointer() 727 test(full_name, "%pfwf", software_node_fwnode(&softnodes[2])); in fwnode_pointer()
|
/linux-6.1.9/drivers/hwmon/ |
D | nct7802.c | 1071 node->full_name); in nct7802_get_channel_config() 1077 node->full_name); in nct7802_get_channel_config() 1099 dev_err(dev, "No type for '%s'\n", node->full_name); in nct7802_get_channel_config() 1112 node->full_name); in nct7802_get_channel_config() 1122 dev_err(dev, "No mode for '%s'\n", node->full_name); in nct7802_get_channel_config() 1132 node->full_name); in nct7802_get_channel_config()
|