Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dthink-lmi.c432 new_pwd = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in new_password_store()
744 passwd = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in cert_to_password_store()
805 new_cert = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in certificate_store()
876 new_signature = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in signature_store()
903 new_signature = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in save_signature_store()
1052 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/include/linux/
H A Dstring_helpers.h117 char *kstrdup_and_replace(const char *src, char old, char new, gfp_t gfp);
/linux/lib/
H A Dstring_helpers.c738 char *kstrdup_and_replace(const char *src, char old, char new, gfp_t gfp) in kstrdup_and_replace() function
748 EXPORT_SYMBOL_GPL(kstrdup_and_replace);
H A Ddynamic_debug.c647 cl_str = tmp = kstrdup_and_replace(instr, '\n', '\0', GFP_KERNEL); in param_set_dyndbg_classnames()
/linux/drivers/clk/tegra/
H A Dclk.c387 node_name = kstrdup_and_replace(hw->init->name, '_', '-', GFP_KERNEL); in tegra_clk_get_of_node()
/linux/drivers/clk/ti/
H A Dclkctrl.c499 name = kstrdup_and_replace(end, '-', '_', GFP_KERNEL); in clkctrl_get_name()
/linux/drivers/gpio/
H A Dgpiolib-cdev.c624 new = kstrdup_and_replace(orig, '/', ':', GFP_KERNEL); in make_irq_label()
/linux/drivers/base/
H A Dcore.c3991 s = kstrdup_and_replace(dev_name(dev), '!', '/', GFP_KERNEL); in device_get_devnode()