Searched refs:copy_string (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/video/ |
D | fbmon.c | 88 static void copy_string(unsigned char *c, unsigned char *s) in copy_string() function 942 copy_string(block, specs->serial_no); in fb_edid_to_monspecs() 945 copy_string(block, specs->ascii); in fb_edid_to_monspecs() 948 copy_string(block, specs->monitor); in fb_edid_to_monspecs()
|
/linux-2.6.39/sound/pci/emu10k1/ |
D | emufx.c | 2455 static void copy_string(char *dst, char *src, char *null, int idx) in copy_string() function 2479 copy_string(info->fxbus_names[res], fxbus_mask & (1 << res) ? *fxbus : NULL, "FXBUS", res); in snd_emu10k1_fx8010_info() 2480 copy_string(info->extin_names[res], extin_mask & (1 << res) ? *extin : NULL, "Unused", res); in snd_emu10k1_fx8010_info() 2481 copy_string(info->extout_names[res], extout_mask & (1 << res) ? *extout : NULL, "Unused", res); in snd_emu10k1_fx8010_info() 2484 copy_string(info->extout_names[res], extout_mask & (1 << res) ? *extout : NULL, "Unused", res); in snd_emu10k1_fx8010_info()
|