Searched refs:radio_rx_rds_owner (Results 1 - 3 of 3) sorted by relevance

/drivers/media/platform/vivid/
H A Dvivid-radio-rx.c54 if (dev->radio_rx_rds_owner &&
55 file->private_data != dev->radio_rx_rds_owner) {
59 if (dev->radio_rx_rds_owner == NULL) {
61 dev->radio_rx_rds_owner = file->private_data;
H A Dvivid-core.h468 struct v4l2_fh *radio_rx_rds_owner; member in struct:vivid_dev
H A Dvivid-core.c486 if (file->private_data == dev->radio_rx_rds_owner) {
488 dev->radio_rx_rds_owner = NULL;

Completed in 67 milliseconds