Home | History | Annotate | Download | only in msm8974

Lines Matching refs:operator_specific_device

92 struct operator_specific_device {
675 static struct operator_specific_device *get_operator_specific_device(snd_device_t snd_device)
678 struct operator_specific_device *ret = NULL;
679 struct operator_specific_device *device_item;
687 device_item = node_to_item(node, struct operator_specific_device, list);
699 struct operator_specific_device *device;
711 struct operator_specific_device *device;
1548 struct operator_specific_device *device_item;
1566 device_item = node_to_item(node, struct operator_specific_device, list);
1747 struct operator_specific_device *device;
1755 device = (struct operator_specific_device *)calloc(1, sizeof(struct operator_specific_device));