Searched refs:pdatap (Results 1 – 1 of 1) sorted by relevance
447 char *pdatap; in get_device_type() local468 pdatap = pdata; in get_device_type()470 pdatap += strlen(pdatap); in get_device_type()471 *pdatap = '-'; /* replace '\0' with '-' */ in get_device_type()472 pdatap++; in get_device_type()569 char *pdatap; in get_compatible_class() local586 pdatap = pdata; in get_compatible_class()588 if (lookup_name_class_map(outbuf, pdatap) == 0) in get_compatible_class()590 pdatap += strlen(pdatap); in get_compatible_class()591 pdatap++; in get_compatible_class()