Searched defs:msg_bytes (Results 1 - 3 of 3) sorted by relevance

/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c481 int msg_bytes; local
491 msg_bytes = send_bytes + 4;
493 ret = cdv_intel_dp_aux_ch(encoder, msg, msg_bytes, &ack, 1);
521 int msg_bytes; local
532 msg_bytes = 4;
536 ret = cdv_intel_dp_aux_ch(encoder, msg, msg_bytes,
567 int msg_bytes; local
587 msg_bytes = 5;
592 msg_bytes = 4;
596 msg_bytes
[all...]
/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c1622 int msg_bytes; local
1625 msg_bytes = scsi_populate_tag_msg(cmd, tag_msgs);
1626 if (msg_bytes && tag_msgs[0] != MSG_SIMPLE_TASK) {
H A Daic7xxx_osm.c1504 int msg_bytes; local
1507 msg_bytes = scsi_populate_tag_msg(cmd, tag_msgs);
1508 if (msg_bytes && tag_msgs[0] != MSG_SIMPLE_TASK) {

Completed in 73 milliseconds