Searched refs:kstrdup_and_replace (Results 1 – 9 of 9) sorted by relevance
/linux-6.14.4/drivers/platform/x86/ |
D | think-lmi.c | 436 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/ |
D | string_helpers.h | 116 char *kstrdup_and_replace(const char *src, char old, char new, gfp_t gfp);
|
/linux-6.14.4/lib/ |
D | string_helpers.c | 735 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);
|
D | dynamic_debug.c | 647 cl_str = tmp = kstrdup_and_replace(instr, '\n', '\0', GFP_KERNEL); in param_set_dyndbg_classnames()
|
/linux-6.14.4/drivers/clk/tegra/ |
D | clk.c | 387 node_name = kstrdup_and_replace(hw->init->name, '_', '-', GFP_KERNEL); in tegra_clk_get_of_node()
|
/linux-6.14.4/drivers/clk/ti/ |
D | clk.c | 130 tmp = kstrdup_and_replace(name, '-', '_', GFP_KERNEL); in ti_find_clock_provider()
|
D | clkctrl.c | 499 name = kstrdup_and_replace(end, '-', '_', GFP_KERNEL); in clkctrl_get_name()
|
/linux-6.14.4/drivers/gpio/ |
D | gpiolib-cdev.c | 624 new = kstrdup_and_replace(orig, '/', ':', GFP_KERNEL); in make_irq_label()
|
/linux-6.14.4/drivers/base/ |
D | core.c | 3965 s = kstrdup_and_replace(dev_name(dev), '!', '/', GFP_KERNEL); in device_get_devnode()
|