Home
last modified time | relevance | path

Searched refs:ssam_request_sync (Results 1 – 3 of 3) sorted by relevance

/drivers/platform/surface/aggregator/
Dcontroller.c1496 struct ssam_request_sync *r; in ssam_request_sync_complete()
1498 r = container_of(rqst, struct ssam_request_sync, base); in ssam_request_sync_complete()
1532 complete_all(&container_of(rqst, struct ssam_request_sync, base)->comp); in ssam_request_sync_release()
1561 struct ssam_request_sync **rqst, in ssam_request_sync_alloc()
1592 void ssam_request_sync_free(struct ssam_request_sync *rqst) in ssam_request_sync_free()
1610 int ssam_request_sync_init(struct ssam_request_sync *rqst, in ssam_request_sync_init()
1646 struct ssam_request_sync *rqst) in ssam_request_sync_submit()
1689 int ssam_request_sync(struct ssam_controller *ctrl, in ssam_request_sync() function
1693 struct ssam_request_sync *rqst; in ssam_request_sync()
1725 EXPORT_SYMBOL_GPL(ssam_request_sync);
[all …]
/drivers/hid/surface-hid/
Dsurface_hid.c134 return ssam_retry(ssam_request_sync, shid->ctrl, &rqst, NULL); in ssam_hid_set_raw_report()
/drivers/platform/surface/
Dsurface_aggregator_cdev.c345 status = ssam_request_sync(client->cdev->ctrl, &spec, &rsp); in ssam_cdev_request()