Searched refs:txmsg (Results 1 – 3 of 3) sorted by relevance
| /drivers/gpu/drm/display/ |
| A D | drm_dp_mst_topology.c | 711 txmsg->cur_offset, txmsg->cur_len, txmsg->seqno, in drm_dp_mst_dump_sideband_msg_tx() 1308 txmsg, txmsg->state, txmsg->seqno); in drm_dp_mst_wait_tx_reply() 2813 len = txmsg->cur_len - txmsg->cur_offset; in process_single_tx_qlock() 2846 if (txmsg->cur_offset == txmsg->cur_len) { in process_single_tx_qlock() 2926 txmsg = kzalloc(sizeof(*txmsg), GFP_KERNEL); in drm_dp_send_link_address() 3003 txmsg = kzalloc(sizeof(*txmsg), GFP_KERNEL); in drm_dp_send_clear_payload_id_table() 3028 txmsg = kzalloc(sizeof(*txmsg), GFP_KERNEL); in drm_dp_send_enum_path_resources() 3141 txmsg = kzalloc(sizeof(*txmsg), GFP_KERNEL); in drm_dp_payload_send_msg() 3188 txmsg = kzalloc(sizeof(*txmsg), GFP_KERNEL); in drm_dp_send_power_updown_phy() 3989 if (!txmsg || txmsg->dst != mstb) { in drm_dp_mst_handle_down_rep() [all …]
|
| /drivers/gpu/drm/tests/ |
| A D | drm_dp_mst_helper_test.c | 513 struct drm_dp_sideband_msg_tx *txmsg; in drm_test_dp_mst_sideband_msg_req_decode() local 523 txmsg = kunit_kzalloc(test, sizeof(*txmsg), GFP_KERNEL); in drm_test_dp_mst_sideband_msg_req_decode() 524 KUNIT_ASSERT_NOT_NULL(test, txmsg); in drm_test_dp_mst_sideband_msg_req_decode() 526 drm_dp_encode_sideband_req(in, txmsg); in drm_test_dp_mst_sideband_msg_req_decode() 527 KUNIT_EXPECT_GE_MSG(test, drm_dp_decode_sideband_req(txmsg, out), 0, in drm_test_dp_mst_sideband_msg_req_decode()
|
| /drivers/hsi/clients/ |
| A 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() 721 ret = hsi_async_write(hi->cl, txmsg); in cs_hsi_write_on_data() [all …]
|
Completed in 19 milliseconds