Home
last modified time | relevance | path

Searched refs:in_msg (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_ec_ishtp.c166 u8 *in_msg, size_t in_size) in ish_send() argument
178 client_data->response.data = in_msg; in ish_send()
225 struct cros_ish_in_msg *in_msg = in process_recv() local
255 in_msg->hdr.channel, in_msg->hdr.status); in process_recv()
257 switch (in_msg->hdr.channel) { in process_recv()
265 if (client_data->response.token != in_msg->hdr.token) { in process_recv()
268 in_msg->hdr.token); in process_recv()
288 if (in_msg->hdr.status) { in process_recv()
290 in_msg->hdr.status); in process_recv()
332 dev_err(dev, "Invalid channel=%02d\n", in_msg->hdr.channel); in process_recv()
[all …]
/OK3568_Linux_fs/kernel/drivers/hv/
H A Dhv_kvp.c261 static int process_ob_ipinfo(void *in_msg, void *out_msg, int op) in process_ob_ipinfo() argument
263 struct hv_kvp_msg *in = in_msg; in process_ob_ipinfo()
321 static void process_ib_ipinfo(void *in_msg, void *out_msg, int op) in process_ib_ipinfo() argument
323 struct hv_kvp_ip_msg *in = in_msg; in process_ib_ipinfo()
377 struct hv_kvp_msg *in_msg; in kvp_send_key() local
394 in_msg = kvp_transaction.kvp_msg; in kvp_send_key()
409 process_ib_ipinfo(in_msg, message, KVP_OP_SET_IP_INFO); in kvp_send_key()
416 process_ib_ipinfo(in_msg, message, KVP_OP_GET_IP_INFO); in kvp_send_key()
419 switch (in_msg->body.kvp_set.data.value_type) { in kvp_send_key()
426 (wchar_t *)in_msg->body.kvp_set.data.value, in kvp_send_key()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.c147 hdcp_cmd->in_msg.hdcp1_create_session.display_handle = display->index; in mod_hdcp_hdcp1_create_session()
180 hdcp_cmd->in_msg.hdcp1_destroy_session.session_handle = hdcp->auth.id; in mod_hdcp_hdcp1_destroy_session()
212 hdcp_cmd->in_msg.hdcp1_first_part_authentication.session_handle = hdcp->auth.id; in mod_hdcp_hdcp1_validate_rx()
214 memcpy(hdcp_cmd->in_msg.hdcp1_first_part_authentication.bksv_primary, hdcp->auth.msg.hdcp1.bksv, in mod_hdcp_hdcp1_validate_rx()
217 hdcp_cmd->in_msg.hdcp1_first_part_authentication.r0_prime_primary = hdcp->auth.msg.hdcp1.r0p; in mod_hdcp_hdcp1_validate_rx()
218 hdcp_cmd->in_msg.hdcp1_first_part_authentication.bcaps = hdcp->auth.msg.hdcp1.bcaps; in mod_hdcp_hdcp1_validate_rx()
254 hdcp_cmd->in_msg.hdcp1_enable_encryption.session_handle = hdcp->auth.id; in mod_hdcp_hdcp1_enable_encryption()
280 hdcp_cmd->in_msg.hdcp1_second_part_authentication.session_handle = hdcp->auth.id; in mod_hdcp_hdcp1_validate_ksvlist_vp()
282 …hdcp_cmd->in_msg.hdcp1_second_part_authentication.ksv_list_size = hdcp->auth.msg.hdcp1.ksvlist_siz… in mod_hdcp_hdcp1_validate_ksvlist_vp()
283 memcpy(hdcp_cmd->in_msg.hdcp1_second_part_authentication.ksv_list, hdcp->auth.msg.hdcp1.ksvlist, in mod_hdcp_hdcp1_validate_ksvlist_vp()
[all …]
H A Dhdcp_psp.h480 union ta_hdcp_cmd_input in_msg; member
/OK3568_Linux_fs/kernel/drivers/xen/xenbus/
H A Dxenbus_comms.c214 bool in_msg; in process_msg() member
222 if (!state.in_msg) { in process_msg()
223 state.in_msg = true; in process_msg()
240 state.in_msg = false; in process_msg()
318 state.in_msg = false; in process_msg()
324 state.in_msg = false; in process_msg()
/OK3568_Linux_fs/u-boot/include/
H A Dscmi_agent.h30 u8 *in_msg; member
41 .in_msg = (uint8_t *)&(_in_array), \
/OK3568_Linux_fs/kernel/net/ceph/
H A Dmessenger.c643 if (con->in_msg) { in reset_connection()
644 BUG_ON(con->in_msg->con != con); in reset_connection()
645 ceph_msg_put(con->in_msg); in reset_connection()
646 con->in_msg = NULL; in reset_connection()
1685 BUG_ON(con->in_msg != NULL); in prepare_read_message()
2312 struct ceph_msg *msg = con->in_msg; in read_partial_msg_data()
2358 struct ceph_msg *m = con->in_msg; in read_partial_message()
2413 if (!con->in_msg) { in read_partial_message()
2422 BUG_ON(!con->in_msg ^ skip); in read_partial_message()
2433 BUG_ON(!con->in_msg); in read_partial_message()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igbvf/
H A Dvf.c377 u32 in_msg = 0; in e1000_check_for_link_vf() local
398 if (mbx->ops.read(hw, &in_msg, 1)) in e1000_check_for_link_vf()
402 if (!(in_msg & E1000_VT_MSGTYPE_CTS)) { in e1000_check_for_link_vf()
404 if (in_msg & E1000_VT_MSGTYPE_NACK) in e1000_check_for_link_vf()
/OK3568_Linux_fs/u-boot/drivers/firmware/scmi/
H A Dsmt.c69 if ((!msg->in_msg && msg->in_msg_sz) || in scmi_write_msg_to_smt()
92 memcpy_toio(hdr->msg_payload, msg->in_msg, msg->in_msg_sz); in scmi_write_msg_to_smt()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.c658 u32 in_msg = 0; in ixgbevf_check_mac_link_vf() local
702 if (mbx->ops.read(hw, &in_msg, 1)) in ixgbevf_check_mac_link_vf()
705 if (!(in_msg & IXGBE_VT_MSGTYPE_CTS)) { in ixgbevf_check_mac_link_vf()
707 if (in_msg & IXGBE_VT_MSGTYPE_NACK) in ixgbevf_check_mac_link_vf()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/prestera/
H A Dprestera_pci.c304 void *in_msg, size_t in_size, in prestera_fw_cmd_send() argument
325 memcpy_toio(fw->cmd_mbox, in_msg, in_size); in prestera_fw_cmd_send()
353 void *in_msg, size_t in_size, void *out_msg, in prestera_fw_send_req() argument
362 ret = prestera_fw_cmd_send(fw, in_msg, in_size, out_msg, out_size, waitms); in prestera_fw_send_req()
H A Dprestera.h98 int (*send_req)(struct prestera_device *dev, void *in_msg,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c116 memcpy(hdcp_cmd->in_msg.hdcp_set_srm.srm_buf, srm, srm_size); in psp_set_srm()
117 hdcp_cmd->in_msg.hdcp_set_srm.srm_buf_size = srm_size; in psp_set_srm()
/OK3568_Linux_fs/kernel/drivers/hid/intel-ish-hid/
H A Dishtp-fw-loader.c280 u8 *in_msg, size_t in_size) in loader_cl_send() argument
294 client_data->response.data = in_msg; in loader_cl_send()
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dmessenger.h313 struct ceph_msg *in_msg; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcmd.c1164 if (!dbg->in_msg || !dbg->out_msg) in dbg_write()
1178 err = mlx5_cmd_exec(dev, dbg->in_msg, dbg->inlen, dbg->out_msg, dbg->outlen); in dbg_write()
1355 kfree(dbg->in_msg); in data_write()
1356 dbg->in_msg = NULL; in data_write()
1361 dbg->in_msg = ptr; in data_write()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dssl.h1212 unsigned char *in_msg; /*!< message contents (in_iv+ivlen) */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dssl.h1212 unsigned char *in_msg; /*!< message contents (in_iv+ivlen) */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dssl.h1212 unsigned char *in_msg; /*!< message contents (in_iv+ivlen) */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dssl.h1212 unsigned char *in_msg; /*!< message contents (in_iv+ivlen) */ member
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Ddriver.h238 void *in_msg; member
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c3183 u32 in_msg = 0; in igbvf_mbx_process() local
3186 in_msg = E1000_READ_REG(hw, E1000_VMBMEM(0)); in igbvf_mbx_process()
3189 if (in_msg == E1000_PF_CONTROL_MSG) { in igbvf_mbx_process()
3191 if (mbx->ops.read(hw, &in_msg, 1, 0)) in igbvf_mbx_process()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dmds_client.c5225 if (con->in_msg) in mds_alloc_msg()
5226 return con->in_msg; in mds_alloc_msg()