Home
last modified time | relevance | path

Searched refs:kstrdup_and_replace (Results 1 – 9 of 9) sorted by relevance

/linux-6.14.4/drivers/platform/x86/
Dthink-lmi.c436 new_pwd = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in new_password_store()
748 passwd = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in cert_to_password_store()
809 new_cert = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in certificate_store()
880 new_signature = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in signature_store()
907 new_signature = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in save_signature_store()
1055 new_setting = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in current_value_store()
1342 new_setting = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in debug_cmd_store()
/linux-6.14.4/include/linux/
Dstring_helpers.h116 char *kstrdup_and_replace(const char *src, char old, char new, gfp_t gfp);
/linux-6.14.4/lib/
Dstring_helpers.c735 char *kstrdup_and_replace(const char *src, char old, char new, gfp_t gfp) in kstrdup_and_replace() function
745 EXPORT_SYMBOL_GPL(kstrdup_and_replace);
Ddynamic_debug.c647 cl_str = tmp = kstrdup_and_replace(instr, '\n', '\0', GFP_KERNEL); in param_set_dyndbg_classnames()
/linux-6.14.4/drivers/clk/tegra/
Dclk.c387 node_name = kstrdup_and_replace(hw->init->name, '_', '-', GFP_KERNEL); in tegra_clk_get_of_node()
/linux-6.14.4/drivers/clk/ti/
Dclk.c130 tmp = kstrdup_and_replace(name, '-', '_', GFP_KERNEL); in ti_find_clock_provider()
Dclkctrl.c499 name = kstrdup_and_replace(end, '-', '_', GFP_KERNEL); in clkctrl_get_name()
/linux-6.14.4/drivers/gpio/
Dgpiolib-cdev.c624 new = kstrdup_and_replace(orig, '/', ':', GFP_KERNEL); in make_irq_label()
/linux-6.14.4/drivers/base/
Dcore.c3965 s = kstrdup_and_replace(dev_name(dev), '!', '/', GFP_KERNEL); in device_get_devnode()