Searched refs:ssam_request_sync (Results 1 – 3 of 3) sorted by relevance
/drivers/platform/surface/aggregator/ |
D | controller.c | 1496 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/ |
D | surface_hid.c | 134 return ssam_retry(ssam_request_sync, shid->ctrl, &rqst, NULL); in ssam_hid_set_raw_report()
|
/drivers/platform/surface/ |
D | surface_aggregator_cdev.c | 345 status = ssam_request_sync(client->cdev->ctrl, &spec, &rsp); in ssam_cdev_request()
|