Lines Matching +full:hdmi +full:- +full:connector

1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * cec-notifier.h - notify CEC drivers of physical address changes
6 * Copyright 2016-2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
23 * cec_notifier_conn_register - find or create a new cec_notifier for the given
24 * HDMI device and connector tuple.
25 * @hdmi_dev: HDMI device that sends the events.
26 * @port_name: the connector name from which the event occurs. May be NULL
27 * if there is always only one HDMI connector created by the HDMI device.
28 * @conn_info: the connector info from which the event occurs (may be NULL)
30 * If a notifier for device @dev and connector @port_name already exists, then
43 * cec_notifier_conn_unregister - decrease refcount and delete when the
50 * cec_notifier_cec_adap_register - find or create a new cec_notifier for the
52 * @hdmi_dev: HDMI device that sends the events.
53 * @port_name: the connector name from which the event occurs. May be NULL
54 * if there is always only one HDMI connector created by the HDMI device.
57 * If a notifier for device @dev and connector @port_name already exists, then
70 * cec_notifier_cec_adap_unregister - decrease refcount and delete when the
79 * cec_notifier_set_phys_addr - set a new physical address.
89 * cec_notifier_set_phys_addr_from_edid - set parse the PA from the EDID.
100 * cec_notifier_parse_hdmi_phandle - find the hdmi device from "hdmi-phandle"
101 * @dev: the device with the "hdmi-phandle" device tree property
103 * Returns the device pointer referenced by the "hdmi-phandle" property.
116 /* A non-NULL pointer is expected on success */ in cec_notifier_conn_register()
128 /* A non-NULL pointer is expected on success */ in cec_notifier_cec_adap_register()
148 return ERR_PTR(-ENODEV); in cec_notifier_parse_hdmi_phandle()
154 * cec_notifier_phys_addr_invalidate() - set the physical address to INVALID