Searched refs:ssh_rtl_submit (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/platform/surface/aggregator/
H A Dssh_request_layer.h129 int ssh_rtl_submit(struct ssh_rtl *rtl, struct ssh_request *rqst);
H A Dssh_request_layer.c349 * ssh_rtl_submit() - Submit a request to the transport layer.
361 int ssh_rtl_submit(struct ssh_rtl *rtl, struct ssh_request *rqst) function
538 * should never expect a response as ensured in ssh_rtl_submit. If this
597 * guaranteed that, due to the "locked" check in ssh_rtl_submit(), the
615 * one in ssh_rtl_submit().
666 * check in ssh_rtl_submit() has not been run and any submission,
672 * ensured. This is paired with the barrier in ssh_rtl_submit().
1167 status = ssh_rtl_submit(rtl, &rqst.base);
1206 * stopping it. In combination with the check in ssh_rtl_submit(),
H A Dcontroller.c1660 * controller is in the process of being shut down (as ssh_rtl_submit
1669 status = ssh_rtl_submit(&ctrl->rtl, &rqst->base);

Completed in 120 milliseconds