Lines Matching refs:front_info
331 static int cfg_stream(struct xen_snd_front_info *front_info, in cfg_stream() argument
341 stream_path = devm_kasprintf(&front_info->xb_dev->dev, in cfg_stream()
383 static int cfg_device(struct xen_snd_front_info *front_info, in cfg_device() argument
438 devm_kcalloc(&front_info->xb_dev->dev, in cfg_device()
450 devm_kcalloc(&front_info->xb_dev->dev, in cfg_device()
463 ret = cfg_stream(front_info, pcm_instance, device_path, i, in cfg_device()
475 int xen_snd_front_cfg_card(struct xen_snd_front_info *front_info, in xen_snd_front_cfg_card() argument
478 struct xenbus_device *xb_dev = front_info->xb_dev; in xen_snd_front_cfg_card()
479 struct xen_front_cfg_card *cfg = &front_info->cfg; in xen_snd_front_cfg_card()
504 devm_kcalloc(&front_info->xb_dev->dev, num_devices, in xen_snd_front_cfg_card()
511 ret = cfg_device(front_info, &cfg->pcm_instances[i], in xen_snd_front_cfg_card()