/linux-6.3-rc2/fs/9p/ |
A D | xattr.c | 147 const char *full_name = xattr_full_name(handler, name); in v9fs_xattr_handler_get() local 149 return v9fs_xattr_get(dentry, full_name, buffer, size); in v9fs_xattr_handler_get() 158 const char *full_name = xattr_full_name(handler, name); in v9fs_xattr_handler_set() local 160 return v9fs_xattr_set(dentry, full_name, value, size, flags); in v9fs_xattr_handler_set()
|
/linux-6.3-rc2/fs/kernfs/ |
A D | inode.c | 339 const char *full_name, in kernfs_vfs_user_xattr_add() argument 358 ret = simple_xattr_set(xattrs, full_name, value, size, flags, in kernfs_vfs_user_xattr_add() 373 const char *full_name, in kernfs_vfs_user_xattr_rm() argument 382 ret = simple_xattr_set(xattrs, full_name, value, size, flags, in kernfs_vfs_user_xattr_rm() 399 const char *full_name = xattr_full_name(handler, suffix); in kernfs_vfs_user_xattr_set() local 411 return kernfs_vfs_user_xattr_add(kn, full_name, &attrs->xattrs, in kernfs_vfs_user_xattr_set() 414 return kernfs_vfs_user_xattr_rm(kn, full_name, &attrs->xattrs, in kernfs_vfs_user_xattr_set()
|
/linux-6.3-rc2/drivers/of/ |
A D | dynamic.c | 342 __func__, node->parent, node->full_name); in of_node_release() 351 strcmp(node->parent->full_name, "testcase-data")) { in of_node_release() 382 __func__, node->parent, node->full_name); in of_node_release() 388 kfree(node->full_name); in of_node_release() 450 const char *full_name) in __of_node_dup() argument 457 node->full_name = kstrdup(full_name, GFP_KERNEL); in __of_node_dup() 458 if (!node->full_name) { in __of_node_dup()
|
A 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()
|
A 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()
|
A D | unittest.c | 317 np = of_find_node_by_path(full_name); in of_unittest_printf() 325 of_unittest_printf_one(np, "%pOF", full_name); in of_unittest_printf() 326 of_unittest_printf_one(np, "%pOFf", full_name); in of_unittest_printf() 641 i, args.np->full_name, rc); in of_unittest_parse_phandle_with_args_map() 1386 const char *full_name; in attach_node_and_children() local 1388 full_name = kasprintf(GFP_KERNEL, "%pOF", np); in attach_node_and_children() 1391 !strcmp(full_name, "/__fixups__")) { in attach_node_and_children() 1392 kfree(full_name); in attach_node_and_children() 1396 dup = of_find_node_by_path(full_name); in attach_node_and_children() 1397 kfree(full_name); in attach_node_and_children() [all …]
|
A 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()
|
/linux-6.3-rc2/drivers/clocksource/ |
A 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()
|
A 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.3-rc2/drivers/clk/renesas/ |
A 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.3-rc2/include/linux/ |
A 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.3-rc2/drivers/gpu/host1x/ |
A D | syncpt.c | 63 char *full_name; in host1x_syncpt_alloc() local 83 full_name = kasprintf(GFP_KERNEL, "%u-%s", sp->id, name); in host1x_syncpt_alloc() 84 if (!full_name) in host1x_syncpt_alloc() 87 sp->name = full_name; in host1x_syncpt_alloc()
|
/linux-6.3-rc2/drivers/regulator/ |
A 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.3-rc2/tools/testing/kunit/ |
A D | kunit_parser.py | 576 full_name = test.name 578 full_name = parent_name + '.' + test.name 581 return [full_name] 587 return [full_name] 591 all_failures.extend(failed_names(t, full_name))
|
/linux-6.3-rc2/arch/powerpc/platforms/pseries/ |
A 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()
|
A D | dlpar.c | 87 dn->full_name = kstrdup(name, GFP_KERNEL); in dlpar_parse_cc_node() 88 if (!dn->full_name) { in dlpar_parse_cc_node() 109 kfree(dn->full_name); in dlpar_free_one_cc_node()
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | bootx.h | 40 u32 full_name; member
|
/linux-6.3-rc2/arch/powerpc/platforms/powermac/ |
A 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.3-rc2/fs/openpromfs/ |
A 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.3-rc2/tools/iio/ |
A D | iio_utils.h | 60 int iioutils_break_up_name(const char *full_name, char **generic_name);
|
/linux-6.3-rc2/sound/soc/fsl/ |
A 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.3-rc2/arch/arm/mach-mvebu/ |
A D | cpu-reset.c | 51 np->full_name)) { in mvebu_cpu_reset_map()
|
/linux-6.3-rc2/kernel/ |
A 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.3-rc2/sound/soc/meson/ |
A 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.3-rc2/drivers/hwmon/ |
A 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()
|