Lines Matching defs:string
195 char name[MAX_NAME_LEN+2]; /* string name of this device */
2209 /* Alloc memory for the string of commands. */
2303 /* Alloc memory for the string of commands. */
2495 * Turns a string from Unicode into ASCII.
2500 static void unicode_to_ascii(char *string, int buflen,
2512 string[i] = (char)(le16_to_cpu(unicode[i]));
2514 string[i] = 0x00;
2540 char string[30];
2556 unicode_to_ascii(string, sizeof(string),
2559 dev_dbg(dev, " SerialNumber: %s\n", string);
2560 unicode_to_ascii(string, sizeof(string),
2563 dev_dbg(dev, " AssemblyNumber: %s\n", string);
2564 unicode_to_ascii(string, sizeof(string),
2567 dev_dbg(dev, " OemAssyNumber: %s\n", string);