Home
last modified time | relevance | path

Searched refs:cec_allocate_adapter (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/media/cec/core/
H A Dcec-core.c223 struct cec_adapter *cec_allocate_adapter(const struct cec_adap_ops *ops, in cec_allocate_adapter() function
305 EXPORT_SYMBOL_GPL(cec_allocate_adapter);
H A Dcec-pin.c1383 adap = cec_allocate_adapter(&cec_pin_adap_ops, priv, name, in cec_pin_allocate_adapter()
/linux/drivers/gpu/drm/display/
H A Ddrm_hdmi_cec_helper.c106 cec_adap = cec_allocate_adapter(&drm_connector_hdmi_cec_adap_ops, connector, name, in drmm_connector_hdmi_cec_register()
/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi4_cec.c332 core->adap = cec_allocate_adapter(&hdmi_cec_adap_ops, core, in hdmi4_cec_init()
/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-cec.c266 cec->adap = cec_allocate_adapter(&dw_hdmi_cec_ops, cec, "dw_hdmi", in dw_hdmi_cec_probe()
/linux/drivers/media/cec/usb/rainshadow/
H A Drainshadow-cec.c322 rain->adap = cec_allocate_adapter(&rain_cec_adap_ops, rain, in rain_connect()
/linux/Documentation/driver-api/media/
H A Dcec-core.rst36 calling cec_allocate_adapter() and deleted by calling cec_delete_adapter():
39 struct cec_adapter *cec_allocate_adapter(const struct cec_adap_ops *ops, \
142 state of the CEC adapter after calling cec_allocate_adapter() is disabled.
/linux/drivers/media/cec/i2c/
H A Dch7322.c496 ch7322->cec = cec_allocate_adapter(&ch7322_cec_adap_ops, ch7322, in ch7322_probe()
/linux/drivers/media/cec/usb/pulse8/
H A Dpulse8-cec.c849 pulse8->adap = cec_allocate_adapter(&pulse8_cec_adap_ops, pulse8, in pulse8_connect()
/linux/drivers/media/cec/usb/extron-da-hd-4k-plus/
H A Dextron-da-hd-4k-plus.c1515 port->adap = cec_allocate_adapter(&extron_cec_adap_ops, port, in extron_setup()