Searched refs:hdmi_output (Results 1 – 7 of 7) sorted by relevance
52 unsigned int hdmi_output = dev_tx->output_to_iface_index[output]; in find_dest_adap() local54 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() local231 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()
1101 unsigned int hdmi_output = dev->output_to_iface_index[edid->pad]; in vidioc_g_edid() local1103 adap = dev->cec_tx_adap[hdmi_output]; in vidioc_g_edid()
1578 unsigned int hdmi_output = dev_tx->output_to_iface_index[output]; in vivid_update_connected_outputs() local1582 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()
41 bool hdmi_output = true; in dcss_drv_platform_probe() local50 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()
163 struct dcss_dev *dcss_dev_create(struct device *dev, bool hdmi_output) in dcss_dev_create() argument194 dcss->hdmi_output = hdmi_output; in dcss_dev_create()
89 bool hdmi_output; member97 struct dcss_dev *dcss_dev_create(struct device *dev, bool hdmi_output);
31 if (blkctl->dcss->hdmi_output) in dcss_blkctl_cfg()