Lines Matching refs:phys
112 const char *path, *phys;
127 phys = udev_device_get_sysattr_value(d, "phys");
129 if (vidstr && pidstr && phys &&
141 *phys_attr = safe_strdup(phys);
158 *phys = NULL;
177 /* Find the first parent with ATTRS{phys} set. For tablets that
183 phys = udev_device_get_sysattr_value(device, "phys");
184 if (phys)
193 if (!phys)
208 snprintf(group, sizeof(group), "%s:%s", product, phys);
231 physmatch ? physmatch : phys);