Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
A Dthink-lmi.c435 new_pwd = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in new_password_store()
710 passwd = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in cert_to_password_store()
764 new_cert = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in certificate_store()
815 new_signature = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in signature_store()
842 new_signature = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in save_signature_store()
985 new_setting = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in current_value_store()
1272 new_setting = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in debug_cmd_store()
/linux/include/linux/
A Dstring_helpers.h116 char *kstrdup_and_replace(const char *src, char old, char new, gfp_t gfp);
/linux/lib/
A 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);
A Ddynamic_debug.c647 cl_str = tmp = kstrdup_and_replace(instr, '\n', '\0', GFP_KERNEL); in param_set_dyndbg_classnames()
/linux/drivers/clk/tegra/
A Dclk.c387 node_name = kstrdup_and_replace(hw->init->name, '_', '-', GFP_KERNEL); in tegra_clk_get_of_node()
/linux/drivers/clk/ti/
A Dclk.c130 tmp = kstrdup_and_replace(name, '-', '_', GFP_KERNEL); in ti_find_clock_provider()
A Dclkctrl.c499 name = kstrdup_and_replace(end, '-', '_', GFP_KERNEL); in clkctrl_get_name()
/linux/drivers/gpio/
A Dgpiolib-cdev.c742 new = kstrdup_and_replace(orig, '/', ':', GFP_KERNEL); in make_irq_label()
/linux/drivers/base/
A Dcore.c3971 s = kstrdup_and_replace(dev_name(dev), '!', '/', GFP_KERNEL); in device_get_devnode()

Completed in 38 milliseconds