Lines Matching refs:radio_dev
979 if (dev->radio_dev) { in saa7134_unregister_video()
980 if (video_is_registered(dev->radio_dev)) in saa7134_unregister_video()
981 video_unregister_device(dev->radio_dev); in saa7134_unregister_video()
983 video_device_release(dev->radio_dev); in saa7134_unregister_video()
984 dev->radio_dev = NULL; in saa7134_unregister_video()
1243 dev->radio_dev = vdev_init(dev,&saa7134_radio_template,"radio"); in saa7134_initdev()
1244 dev->radio_dev->ctrl_handler = &dev->radio_ctrl_handler; in saa7134_initdev()
1245 dev->radio_dev->lock = &dev->lock; in saa7134_initdev()
1246 dev->radio_dev->device_caps = V4L2_CAP_RADIO | V4L2_CAP_TUNER; in saa7134_initdev()
1248 dev->radio_dev->device_caps |= V4L2_CAP_RDS_CAPTURE; in saa7134_initdev()
1249 err = video_register_device(dev->radio_dev,VFL_TYPE_RADIO, in saa7134_initdev()
1254 dev->name, video_device_node_name(dev->radio_dev)); in saa7134_initdev()