Lines Matching +full:hdcp +full:- +full:bus
1 .. SPDX-License-Identifier: GPL-2.0
4 Intel(R) Management Engine (ME) Client bus API
17 bus abstraction on top of the MEI driver. This allows implementing Linux kernel drivers
19 Existing device drivers can even potentially be re-used by adding an MEI CL bus layer to
23 MEI CL bus API
26 A driver implementation for an MEI Client is very similar to any other existing bus
27 based device drivers. The driver registers itself as an MEI CL bus driver through
30 .. code-block:: C
47 .. code-block:: C
56 To actually register a driver on the ME Client bus one must call the :c:func:`mei_cl_add_driver`
60 try to do some I/O on this bus and this should be done through the :c:func:`mei_cl_send`
70 ----
71 .. kernel-doc:: drivers/misc/mei/bus.c
72 :export: drivers/misc/mei/bus.c
82 .. code-block:: C
125 .. code-block:: C
142 .. code-block:: C
157 c->process_rx(payload);
161 MEI Client Bus Drivers
167 hdcp