Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/vivid/
Dvivid-radio-tx.c41 if (dev->radio_tx_rds_owner && in vivid_radio_tx_write()
42 file->private_data != dev->radio_tx_rds_owner) { in vivid_radio_tx_write()
46 dev->radio_tx_rds_owner = file->private_data; in vivid_radio_tx_write()
Dvivid-core.h511 struct v4l2_fh *radio_tx_rds_owner; member
Dvivid-core.c470 if (file->private_data == dev->radio_tx_rds_owner) { in vivid_fop_release()
472 dev->radio_tx_rds_owner = NULL; in vivid_fop_release()