Lines Matching refs:recv_buf
50 } recv_buf;
208 struct ps3av_reply_hdr *recv_buf, int write_len,
231 res = ps3av_vuart_read(ps3av->dev, recv_buf, PS3AV_HDR_SIZE,
241 res = ps3av_vuart_read(ps3av->dev, &recv_buf->cid,
242 recv_buf->size, timeout);
250 event = ps3av_parse_event_packet(recv_buf);
254 if ((cmd | PS3AV_REPLY_BIT) != recv_buf->cid) {
256 __LINE__, recv_buf->cid);
264 const struct ps3av_reply_hdr *recv_buf,
269 if (recv_buf->version != PS3AV_VERSION) {
271 recv_buf->version);
274 return_len = recv_buf->size + PS3AV_HDR_SIZE;
277 memcpy(cmd_buf, recv_buf, return_len);
308 res = ps3av_send_cmd_pkt(buf, &ps3av->recv_buf.reply_hdr, send_len,
318 res = ps3av_process_reply_packet(buf, &ps3av->recv_buf.reply_hdr,