Lines Matching defs:device
132 * one device.
150 char *dt; /* device tree compatible (first) string */
169 * properties for a given device.
1241 * Searches for the udev property on this device and its parent devices.
1246 udev_prop(struct udev_device *device, const char *prop)
1248 struct udev_device *d = device;
1261 struct udev_device *device)
1263 const char *str = udev_prop(device, "NAME");
1284 struct udev_device *device)
1289 str = udev_prop(device, "PRODUCT");
1334 struct udev_device *device)
1351 if (udev_prop(device, map->prop))
1372 match_new(struct udev_device *device,
1377 match_fill_name(m, device);
1378 match_fill_bus_vid_pid(m, device);
1380 match_fill_udev_type(m, device);
1478 struct udev_device *device)