Home
last modified time | relevance | path

Searched refs:ssam_request_do_sync (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/Documentation/driver-api/surface_aggregator/
Dclient.rst22 .. |ssam_request_do_sync| replace:: :c:func:`ssam_request_do_sync` substdef
212 status = ssam_request_do_sync(ctrl, &rqst, &resp);
233 Note that |ssam_request_do_sync| in its essence is a wrapper over lower-level
/linux-6.12.1/drivers/hid/surface-hid/
Dsurface_hid.c134 return ssam_retry(ssam_request_do_sync, shid->ctrl, &rqst, NULL); in ssam_hid_set_raw_report()
/linux-6.12.1/include/linux/surface_aggregator/
Dcontroller.h210 int ssam_request_do_sync(struct ssam_controller *ctrl,
/linux-6.12.1/drivers/platform/surface/aggregator/
Dcontroller.c1728 int ssam_request_do_sync(struct ssam_controller *ctrl, in ssam_request_do_sync() function
1764 EXPORT_SYMBOL_GPL(ssam_request_do_sync);
/linux-6.12.1/drivers/platform/surface/
Dsurface_aggregator_cdev.c345 status = ssam_request_do_sync(client->cdev->ctrl, &spec, &rsp); in ssam_cdev_request()