Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dinterpret_edid.c50 static void copy_string(Uchar *, Uchar *);
575 copy_string(c, det_mon->section.serial); in fetch_detailed_block()
579 copy_string(c, det_mon->section.ascii_data); in fetch_detailed_block()
587 copy_string(c, det_mon->section.name); in fetch_detailed_block()
638 copy_string(Uchar * c, Uchar * s) in copy_string() function
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbmon.c86 static void copy_string(unsigned char *c, unsigned char *s) in copy_string() function
966 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()
/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Demufx.c2510 static void copy_string(char *dst, const char *src, const char *null, int idx) in copy_string() function
2534 copy_string(info->fxbus_names[res], fxbus_mask & (1 << res) ? *fxbus : NULL, "FXBUS", res); in snd_emu10k1_fx8010_info()
2535 copy_string(info->extin_names[res], extin_mask & (1 << res) ? *extin : NULL, "Unused", res); in snd_emu10k1_fx8010_info()
2536 copy_string(info->extout_names[res], extout_mask & (1 << res) ? *extout : NULL, "Unused", res); in snd_emu10k1_fx8010_info()
2539 copy_string(info->extout_names[res], extout_mask & (1 << res) ? *extout : NULL, "Unused", res); in snd_emu10k1_fx8010_info()