Lines Matching refs:devices
70 s->devices = hashmap_new(&devt_hash_ops);
71 if (!s->devices) {
80 hashmap_free(s->devices);
107 while ((sd = hashmap_first(s->devices)))
110 hashmap_free(s->devices);
492 * try to pause all session-devices and wait until the session
493 * controller acknowledged them. Once all devices are asleep, we simply
500 /* if no devices are running, immediately perform the session switch */
692 /* Kill session devices */
693 while ((sd = hashmap_first(s->devices)))
1114 * legacy session might have already started using the devices. If we
1115 * don't pause the devices before the switch, we might confuse the
1142 /* By resetting the controller before releasing the devices, we won't
1148 while ((sd = hashmap_first(s->devices)))