Home
last modified time | relevance | path

Searched refs:radio_tx_rds_owner (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-radio-tx.c52 if (dev->radio_tx_rds_owner && in vivid_radio_tx_write()
53 file->private_data != dev->radio_tx_rds_owner) { in vivid_radio_tx_write()
57 dev->radio_tx_rds_owner = file->private_data; in vivid_radio_tx_write()
Dvivid-core.h494 struct v4l2_fh *radio_tx_rds_owner; member
Dvivid-core.c488 if (file->private_data == dev->radio_tx_rds_owner) { in vivid_fop_release()
490 dev->radio_tx_rds_owner = NULL; in vivid_fop_release()