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