Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-xgene-slimpro.c109 u32 *resp_msg; member
125 if (ctx->resp_msg) in slimpro_i2c_rx_cb()
126 *ctx->resp_msg = ((u32 *)mssg)[1]; in slimpro_i2c_rx_cb()
141 if (*ctx->resp_msg == 0xffffffff) in start_i2c_msg_xfer()
158 ctx->resp_msg = data; in slimpro_i2c_rd()
165 ctx->resp_msg = NULL; in slimpro_i2c_rd()
180 ctx->resp_msg = msg; in slimpro_i2c_wr()
188 ctx->resp_msg = NULL; in slimpro_i2c_wr()
215 ctx->resp_msg = msg; in slimpro_i2c_blkrd()
229 ctx->resp_msg = NULL; in slimpro_i2c_blkrd()
[all …]
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dhtc.c606 struct ath10k_htc_conn_svc_response *resp_msg = &resp_msg_dummy; in ath10k_htc_connect_service() local
677 resp_msg = &msg->connect_service_response; in ath10k_htc_connect_service()
679 service_id = __le16_to_cpu(resp_msg->service_id); in ath10k_htc_connect_service()
691 resp_msg->status, resp_msg->eid); in ath10k_htc_connect_service()
693 conn_resp->connect_resp_code = resp_msg->status; in ath10k_htc_connect_service()
696 if (resp_msg->status != ATH10K_HTC_CONN_SVC_STATUS_SUCCESS) { in ath10k_htc_connect_service()
699 resp_msg->status); in ath10k_htc_connect_service()
703 assigned_eid = (enum ath10k_htc_ep_id)resp_msg->eid; in ath10k_htc_connect_service()
704 max_msg_size = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service()
722 conn_resp->max_msg_len = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service()
[all …]
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c1234 struct htc_conn_service_resp *resp_msg; in ath6kl_htc_pipe_conn_service() local
1320 resp_msg = (struct htc_conn_service_resp *) in ath6kl_htc_pipe_conn_service()
1323 if (resp_msg->msg_id != cpu_to_le16(HTC_MSG_CONN_SVC_RESP_ID) || in ath6kl_htc_pipe_conn_service()
1324 (target->pipe.ctrl_response_len < sizeof(*resp_msg))) { in ath6kl_htc_pipe_conn_service()
1333 __func__, resp_msg->svc_id, resp_msg->status, in ath6kl_htc_pipe_conn_service()
1334 resp_msg->eid); in ath6kl_htc_pipe_conn_service()
1336 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_pipe_conn_service()
1338 if (resp_msg->status != HTC_SERVICE_SUCCESS) { in ath6kl_htc_pipe_conn_service()
1341 resp_msg->svc_id, resp_msg->status); in ath6kl_htc_pipe_conn_service()
1346 assigned_epid = (enum htc_endpoint_id) resp_msg->eid; in ath6kl_htc_pipe_conn_service()
[all …]
Dhtc_mbox.c2429 struct htc_conn_service_resp *resp_msg; in ath6kl_htc_mbox_conn_service() local
2478 resp_msg = (struct htc_conn_service_resp *)rx_pkt->buf; in ath6kl_htc_mbox_conn_service()
2479 msg_id = le16_to_cpu(resp_msg->msg_id); in ath6kl_htc_mbox_conn_service()
2482 (rx_pkt->act_len < sizeof(*resp_msg))) { in ath6kl_htc_mbox_conn_service()
2487 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_mbox_conn_service()
2489 if (resp_msg->status != HTC_SERVICE_SUCCESS) { in ath6kl_htc_mbox_conn_service()
2491 resp_msg->svc_id, resp_msg->status); in ath6kl_htc_mbox_conn_service()
2496 assigned_ep = (enum htc_endpoint_id)resp_msg->eid; in ath6kl_htc_mbox_conn_service()
2497 max_msg_sz = le16_to_cpu(resp_msg->max_msg_sz); in ath6kl_htc_mbox_conn_service()
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dadf_transport.h54 typedef void (*adf_callback_fn)(void *resp_msg);