Searched refs:kstrdup_and_replace (Results 1 – 7 of 7) sorted by relevance
/linux-6.8/drivers/platform/x86/ |
D | think-lmi.c | 428 new_pwd = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in new_password_store() 703 passwd = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in cert_to_password_store() 757 new_cert = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in certificate_store() 808 new_signature = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in signature_store() 835 new_signature = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in save_signature_store() 978 new_setting = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in current_value_store() 1265 new_setting = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL); in debug_cmd_store()
|
/linux-6.8/include/linux/ |
D | string_helpers.h | 112 char *kstrdup_and_replace(const char *src, char old, char new, gfp_t gfp);
|
/linux-6.8/lib/ |
D | string_helpers.c | 727 char *kstrdup_and_replace(const char *src, char old, char new, gfp_t gfp) in kstrdup_and_replace() function 737 EXPORT_SYMBOL_GPL(kstrdup_and_replace);
|
/linux-6.8/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.8/drivers/clk/ti/ |
D | clk.c | 127 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.8/drivers/base/ |
D | core.c | 3938 s = kstrdup_and_replace(dev_name(dev), '!', '/', GFP_KERNEL); in device_get_devnode()
|