Lines Matching refs:devices
42 if (hashmap_put(m->devices, d->sysfs, d) < 0) {
68 LIST_REMOVE(devices, d->seat->devices, d);
82 hashmap_remove(d->manager->devices, d->sysfs);
105 * devices are at the front, other devices at the tail. As there is no
106 * way to easily add devices at the list-tail, we need to iterate the
108 * devices. We assume there is only a few (normally 1) master devices
111 if (d->master || !s->devices)
112 LIST_PREPEND(devices, s->devices, d);
114 LIST_FOREACH(devices, i, s->devices) {
116 LIST_INSERT_AFTER(devices, s->devices, i, d);