Lines Matching refs:attrs
106 InputAttributes attrs = { };
181 attrs.usb_id = usb_id;
189 attrs.pnp_id = strdup(pnp_id);
198 attrs.product = strdup(name);
205 attrs.device = strdup(path);
209 attrs.tags = xstrtokenize(tags_prop, ",");
249 attrs.vendor = strdup(value);
275 attrs.flags |= m->flag;
291 rc = NewInputDeviceRequest(input_options, &attrs, &dev);
299 free(attrs.usb_id);
300 free(attrs.pnp_id);
301 free(attrs.product);
302 free(attrs.device);
303 free(attrs.vendor);
304 if (attrs.tags) {
305 char **tag = attrs.tags;
311 free(attrs.tags);