Home | History | Annotate | Download | only in msm8916

Lines Matching refs:operator_specific_device

111 struct operator_specific_device {
577 static struct operator_specific_device *get_operator_specific_device(snd_device_t snd_device)
580 struct operator_specific_device *ret = NULL;
581 struct operator_specific_device *device_item;
589 device_item = node_to_item(node, struct operator_specific_device, list);
600 struct operator_specific_device *device;
612 struct operator_specific_device *device;
1038 struct operator_specific_device *device_item;
1052 device_item = node_to_item(node, struct operator_specific_device, list);
1249 struct operator_specific_device *device;
1257 device = (struct operator_specific_device *)calloc(1, sizeof(struct operator_specific_device));