Searched refs:pdatap (Results 1 – 1 of 1) sorted by relevance
450 char *pdatap; in get_device_type() local471 pdatap = pdata; in get_device_type()473 pdatap += strlen(pdatap); in get_device_type()474 *pdatap = '-'; /* replace '\0' with '-' */ in get_device_type()475 pdatap++; in get_device_type()572 char *pdatap; in get_compatible_class() local589 pdatap = pdata; in get_compatible_class()591 if (lookup_name_class_map(outbuf, pdatap) == 0) in get_compatible_class()593 pdatap += strlen(pdatap); in get_compatible_class()594 pdatap++; in get_compatible_class()