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

/linux-master/drivers/gpu/drm/tests/
H A Ddrm_dp_mst_helper_test.c314 .u.dpcd_write.port_number = 0xf,
321 .u.dpcd_write.dpcd_address = 0xfedcb,
328 .u.dpcd_write.num_bytes = ARRAY_SIZE(data),
329 .u.dpcd_write.bytes = data,
473 #define IN in->u.dpcd_write
474 #define OUT out->u.dpcd_write
542 kfree(out->u.dpcd_write.bytes);
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c389 buf[idx] = (req->u.dpcd_write.port_number & 0xf) << 4;
390 buf[idx] |= ((req->u.dpcd_write.dpcd_address & 0xf0000) >> 16) & 0xf;
392 buf[idx] = (req->u.dpcd_write.dpcd_address & 0xff00) >> 8;
394 buf[idx] = (req->u.dpcd_write.dpcd_address & 0xff);
396 buf[idx] = (req->u.dpcd_write.num_bytes);
398 memcpy(&buf[idx], req->u.dpcd_write.bytes, req->u.dpcd_write.num_bytes);
399 idx += req->u.dpcd_write.num_bytes;
511 &req->u.dpcd_write;
639 req->u.dpcd_write
[all...]
/linux-master/include/drm/display/
H A Ddrm_dp_mst_helper.h449 struct drm_dp_remote_dpcd_write dpcd_write; member in union:drm_dp_sideband_msg_req_body::ack_req

Completed in 111 milliseconds