Searched refs:txmsg (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/ |
D | drm_dp_mst_topology.c | 687 const struct drm_dp_sideband_msg_tx *txmsg) in drm_dp_mst_dump_sideband_msg_tx() argument 694 drm_dp_mst_rad_to_str(txmsg->dst->rad, txmsg->dst->lct, buf, in drm_dp_mst_dump_sideband_msg_tx() 697 txmsg->cur_offset, txmsg->cur_len, txmsg->seqno, in drm_dp_mst_dump_sideband_msg_tx() 698 drm_dp_mst_sideband_tx_state_str(txmsg->state), in drm_dp_mst_dump_sideband_msg_tx() 699 txmsg->path_msg, buf); in drm_dp_mst_dump_sideband_msg_tx() 701 ret = drm_dp_decode_sideband_req(txmsg, &req); in drm_dp_mst_dump_sideband_msg_tx() 1281 struct drm_dp_sideband_msg_tx *txmsg) in check_txmsg_state() argument 1290 state = READ_ONCE(txmsg->state); in check_txmsg_state() 1296 struct drm_dp_sideband_msg_tx *txmsg) in drm_dp_mst_wait_tx_reply() argument 1318 check_txmsg_state(mgr, txmsg), in drm_dp_mst_wait_tx_reply() [all …]
|
/drivers/hsi/clients/ |
D | cmt_speech.c | 320 struct hsi_msg *txmsg, *rxmsg; in cs_hsi_alloc_data() local 332 txmsg = hsi_alloc_msg(1, GFP_KERNEL); in cs_hsi_alloc_data() 333 if (!txmsg) { in cs_hsi_alloc_data() 337 txmsg->channel = cs_char_data.channel_id_data; in cs_hsi_alloc_data() 338 txmsg->destructor = cs_hsi_data_destructor; in cs_hsi_alloc_data() 339 txmsg->context = hi; in cs_hsi_alloc_data() 342 hi->data_tx_msg = txmsg; in cs_hsi_alloc_data() 694 struct hsi_msg *txmsg; in cs_hsi_write_on_data() local 718 txmsg = hi->data_tx_msg; in cs_hsi_write_on_data() 719 sg_init_one(txmsg->sgt.sgl, address, hi->buf_size); in cs_hsi_write_on_data() [all …]
|
/drivers/gpu/drm/selftests/ |
D | test-drm_dp_mst_helper.c | 125 struct drm_dp_sideband_msg_tx txmsg; in sideband_msg_req_encode_decode() local 128 drm_dp_encode_sideband_req(in, &txmsg); in sideband_msg_req_encode_decode() 129 ret = drm_dp_decode_sideband_req(&txmsg, &out); in sideband_msg_req_encode_decode()
|
/drivers/s390/net/ |
D | netiucv.c | 692 struct iucv_message txmsg; in conn_action_txdone() local 752 txmsg.class = 0; in conn_action_txdone() 753 txmsg.tag = 0; in conn_action_txdone() 754 rc = iucv_message_send(conn->path, &txmsg, 0, 0, in conn_action_txdone()
|