Searched refs:cec_allocate_adapter (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/media/cec/core/ |
| H A D | cec-core.c | 223 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 D | cec-pin.c | 1383 adap = cec_allocate_adapter(&cec_pin_adap_ops, priv, name, in cec_pin_allocate_adapter()
|
| /linux/drivers/gpu/drm/display/ |
| H A D | drm_hdmi_cec_helper.c | 106 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 D | hdmi4_cec.c | 332 core->adap = cec_allocate_adapter(&hdmi_cec_adap_ops, core, in hdmi4_cec_init()
|
| /linux/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-hdmi-cec.c | 266 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 D | rainshadow-cec.c | 322 rain->adap = cec_allocate_adapter(&rain_cec_adap_ops, rain, in rain_connect()
|
| /linux/Documentation/driver-api/media/ |
| H A D | cec-core.rst | 36 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 D | ch7322.c | 496 ch7322->cec = cec_allocate_adapter(&ch7322_cec_adap_ops, ch7322, in ch7322_probe()
|
| /linux/drivers/media/cec/usb/pulse8/ |
| H A D | pulse8-cec.c | 849 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 D | extron-da-hd-4k-plus.c | 1515 port->adap = cec_allocate_adapter(&extron_cec_adap_ops, port, in extron_setup()
|