Home
last modified time | relevance | path

Searched refs:hdmi_output (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/media/test-drivers/vivid/
H A Dvivid-cec.c52 unsigned int hdmi_output = dev_tx->output_to_iface_index[output]; in find_dest_adap() local
54 if (adap == dev_tx->cec_tx_adap[hdmi_output]) in find_dest_adap()
56 if (!dev_tx->cec_tx_adap[hdmi_output]->is_configured) in find_dest_adap()
58 if (cec_has_log_addr(dev_tx->cec_tx_adap[hdmi_output], dest)) in find_dest_adap()
229 unsigned int hdmi_output = dev_tx->output_to_iface_index[output]; in vivid_cec_bus_thread() local
231 if (xfers_on_bus[first_idx].adap != dev_tx->cec_tx_adap[hdmi_output]) in vivid_cec_bus_thread()
232 cec_received_msg(dev_tx->cec_tx_adap[hdmi_output], &first_msg); in vivid_cec_bus_thread()
H A Dvivid-vid-common.c1101 unsigned int hdmi_output = dev->output_to_iface_index[edid->pad]; in vidioc_g_edid() local
1103 adap = dev->cec_tx_adap[hdmi_output]; in vidioc_g_edid()
H A Dvivid-vid-cap.c1578 unsigned int hdmi_output = dev_tx->output_to_iface_index[output]; in vivid_update_connected_outputs() local
1582 cec_s_phys_addr(dev_tx->cec_tx_adap[hdmi_output], in vivid_update_connected_outputs()
1586 cec_phys_addr_invalidate(dev_tx->cec_tx_adap[hdmi_output]); in vivid_update_connected_outputs()
/linux/drivers/gpu/drm/imx/dcss/
H A Ddcss-drv.c41 bool hdmi_output = true; in dcss_drv_platform_probe() local
50 hdmi_output = !of_device_is_compatible(remote, "fsl,imx8mq-nwl-dsi"); in dcss_drv_platform_probe()
58 mdrv->dcss = dcss_dev_create(dev, hdmi_output); in dcss_drv_platform_probe()
H A Ddcss-dev.c163 struct dcss_dev *dcss_dev_create(struct device *dev, bool hdmi_output) in dcss_dev_create() argument
194 dcss->hdmi_output = hdmi_output; in dcss_dev_create()
H A Ddcss-dev.h89 bool hdmi_output; member
97 struct dcss_dev *dcss_dev_create(struct device *dev, bool hdmi_output);
H A Ddcss-blkctl.c31 if (blkctl->dcss->hdmi_output) in dcss_blkctl_cfg()