Home
last modified time | relevance | path

Searched refs:copy_string (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/video/fbdev/core/
Dfbmon.c86 static void copy_string(unsigned char *c, unsigned char *s) in copy_string() function
967 copy_string(block, specs->serial_no); in fb_edid_to_monspecs()
970 copy_string(block, specs->ascii); in fb_edid_to_monspecs()
973 copy_string(block, specs->monitor); in fb_edid_to_monspecs()
/linux-5.19.10/sound/pci/emu10k1/
Demufx.c2514 static void copy_string(char *dst, const char *src, const char *null, int idx) in copy_string() function
2538 copy_string(info->fxbus_names[res], fxbus_mask & (1 << res) ? *fxbus : NULL, "FXBUS", res); in snd_emu10k1_fx8010_info()
2539 copy_string(info->extin_names[res], extin_mask & (1 << res) ? *extin : NULL, "Unused", res); in snd_emu10k1_fx8010_info()
2540 copy_string(info->extout_names[res], extout_mask & (1 << res) ? *extout : NULL, "Unused", res); in snd_emu10k1_fx8010_info()
2543 copy_string(info->extout_names[res], extout_mask & (1 << res) ? *extout : NULL, "Unused", res); in snd_emu10k1_fx8010_info()