Symbol: ssam_request_sync
drivers/platform/surface/aggregator/controller.c
1535
struct ssam_request_sync *r;
drivers/platform/surface/aggregator/controller.c
1537
r = container_of(rqst, struct ssam_request_sync, base);
drivers/platform/surface/aggregator/controller.c
1571
complete_all(&container_of(rqst, struct ssam_request_sync, base)->comp);
drivers/platform/surface/aggregator/controller.c
1600
struct ssam_request_sync **rqst,
drivers/platform/surface/aggregator/controller.c
1631
void ssam_request_sync_free(struct ssam_request_sync *rqst)
drivers/platform/surface/aggregator/controller.c
1649
int ssam_request_sync_init(struct ssam_request_sync *rqst,
drivers/platform/surface/aggregator/controller.c
1685
struct ssam_request_sync *rqst)
drivers/platform/surface/aggregator/controller.c
1732
struct ssam_request_sync *rqst;
drivers/platform/surface/aggregator/controller.c
1792
struct ssam_request_sync rqst;
include/linux/surface_aggregator/controller.h
146
struct ssam_request_sync **rqst,
include/linux/surface_aggregator/controller.h
149
void ssam_request_sync_free(struct ssam_request_sync *rqst);
include/linux/surface_aggregator/controller.h
151
int ssam_request_sync_init(struct ssam_request_sync *rqst,
include/linux/surface_aggregator/controller.h
163
static inline void ssam_request_sync_set_data(struct ssam_request_sync *rqst,
include/linux/surface_aggregator/controller.h
178
static inline void ssam_request_sync_set_resp(struct ssam_request_sync *rqst,
include/linux/surface_aggregator/controller.h
185
struct ssam_request_sync *rqst);
include/linux/surface_aggregator/controller.h
204
static inline int ssam_request_sync_wait(struct ssam_request_sync *rqst)