Lines Matching refs:supported_devices
541 …device->supported_devices = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_f… in ucm_get_device_property()
542 … ucm_add_devices_to_idxset(device->supported_devices, device, verb->devices, devices, n_suppdev); in ucm_get_device_property()
576 modifier->n_suppdev = snd_use_case_get_list(uc_mgr, id, &modifier->supported_devices); in ucm_get_modifier_property()
725 add_media_role(modifier->supported_devices[i], list, role_name, sub, is_sink); in ucm_set_media_roles()
745 if (dev->supported_devices) { in append_lost_relationship()
746 PA_IDXSET_FOREACH(d, dev->supported_devices, idx) { in append_lost_relationship()
747 if (!d->supported_devices) in append_lost_relationship()
748 … d->supported_devices = pa_idxset_new(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func); in append_lost_relationship()
750 if (pa_idxset_put(d->supported_devices, dev, NULL) == 0) in append_lost_relationship()
1191 } else if (dev->supported_devices) { /* the device defines supported devices */ in ucm_check_conformance()
1193 if (!ucm_device_exists(dev->supported_devices, pdevices[i])) { in ucm_check_conformance()
2084 if (di->supported_devices) in free_verb()
2085 pa_idxset_free(di->supported_devices, NULL); in free_verb()
2096 snd_use_case_free_list(mi->supported_devices, mi->n_suppdev); in free_verb()