Home
last modified time | relevance | path

Searched refs:ssam_client_link (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/platform/surface/aggregator/
H A Dcore.c127 int ssam_client_link(struct ssam_controller *c, struct device *client) in ssam_client_link() function
166 EXPORT_SYMBOL_GPL(ssam_client_link);
212 status = ssam_client_link(c, client); in ssam_client_bind()
/openbmc/linux/Documentation/driver-api/surface_aggregator/
H A Dclient.rst7 .. |ssam_client_link| replace:: :c:func:`ssam_client_link` substdef
59 |ssam_client_link|). It is important to do this, as it, first, guarantees
104 necessary, by use of |ssam_client_link| as is done for non-SSAM client
110 via |ssam_client_link|, causing it to unbind before the controller driver
H A Dinternal.rst31 .. |ssam_client_link| replace:: :c:func:`ssam_client_link` substdef
566 |ssam_client_link|). The writer part guards any transitions that will change
/openbmc/linux/include/linux/surface_aggregator/
H A Dcontroller.h110 int ssam_client_link(struct ssam_controller *ctrl, struct device *client);