Searched refs:msg_bytes (Results 1 - 4 of 4) sorted by relevance

/drivers/gpu/drm/radeon/
H A Datombios_dp.c116 int msg_bytes = send_bytes + 4; local
126 msg[3] = (msg_bytes << 4) | (send_bytes - 1);
131 msg, msg_bytes, NULL, 0, delay, &ack);
152 int msg_bytes = 4; local
160 msg[3] = (msg_bytes << 4) | (recv_bytes - 1);
164 msg, msg_bytes, recv, recv_bytes, delay, &ack);
207 int msg_bytes; local
226 msg_bytes = 5;
227 msg[3] = msg_bytes << 4;
231 msg_bytes
[all...]
/drivers/gpu/drm/i915/
H A Dintel_dp.c488 int msg_bytes; local
499 msg_bytes = send_bytes + 4;
501 ret = intel_dp_aux_ch(intel_dp, msg, msg_bytes, &ack, 1);
528 int msg_bytes; local
540 msg_bytes = 4;
544 ret = intel_dp_aux_ch(intel_dp, msg, msg_bytes,
574 int msg_bytes; local
595 msg_bytes = 5;
600 msg_bytes = 4;
604 msg_bytes
[all...]
/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c1621 int msg_bytes; local
1624 msg_bytes = scsi_populate_tag_msg(cmd, tag_msgs);
1625 if (msg_bytes && tag_msgs[0] != MSG_SIMPLE_TASK) {
H A Daic7xxx_osm.c1513 int msg_bytes; local
1516 msg_bytes = scsi_populate_tag_msg(cmd, tag_msgs);
1517 if (msg_bytes && tag_msgs[0] != MSG_SIMPLE_TASK) {

Completed in 178 milliseconds