Searched refs:copy_string (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/video/fbdev/core/ | 
| D | fbmon.c | 86 static void copy_string(unsigned char *c, unsigned char *s)  in copy_string()  function966 			copy_string(block, specs->serial_no);  in fb_edid_to_monspecs()
 969 			copy_string(block, specs->ascii);  in fb_edid_to_monspecs()
 972 			copy_string(block, specs->monitor);  in fb_edid_to_monspecs()
 
 | 
| /Linux-v5.4/sound/pci/emu10k1/ | 
| D | emufx.c | 2486 static void copy_string(char *dst, char *src, char *null, int idx)  in copy_string()  function2510 		copy_string(info->fxbus_names[res], fxbus_mask & (1 << res) ? *fxbus : NULL, "FXBUS", res);  in snd_emu10k1_fx8010_info()
 2511 		copy_string(info->extin_names[res], extin_mask & (1 << res) ? *extin : NULL, "Unused", res);  in snd_emu10k1_fx8010_info()
 2512 		copy_string(info->extout_names[res], extout_mask & (1 << res) ? *extout : NULL, "Unused", res);  in snd_emu10k1_fx8010_info()
 2515 		copy_string(info->extout_names[res], extout_mask & (1 << res) ? *extout : NULL, "Unused", res);  in snd_emu10k1_fx8010_info()
 
 |