Searched refs:reply (Results 1 - 25 of 296) sorted by path

1234567891011>>

/linux-master/arch/m68k/include/asm/
H A Dmac_iop.h54 #define IOP_MSGSTATUS_SENT 2 /* message sent, awaiting reply */
55 #define IOP_MSGSTATUS_COMPLETE 3 /* message complete and reply rcvd */
146 __u8 reply[IOP_MSG_LEN]; /* the reply to the message */ member in struct:iop_msg
148 /* function to call when reply recvd */
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dmemx.c48 u32 reply[2]; local
51 ret = nvkm_pmu_send(pmu, reply, PROC_MEMX, MEMX_MSG_INFO,
60 memx->base = reply[0];
61 memx->size = reply[1];
78 u32 finish, reply[2]; local
87 /* call MEMX process to execute the script, and wait for reply */
89 nvkm_pmu_send(pmu, reply, PROC_MEMX, MEMX_MSG_EXEC,
92 reply[0], reply[1]);
169 u32 reply[ local
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dopfn.c19 bool (*reply)(struct rvt_qp *qp, u64 data); member in struct:hfi1_opfn_type
27 .reply = tid_rdma_conn_reply,
190 * Either there is no previous request or the reply is not for the
198 if (!extd || !extd->reply)
201 if (extd->reply(qp, data))
/linux-master/drivers/macintosh/ams/
H A Dams-pmu.c73 return req.reply[0];
/linux-master/drivers/media/radio/
H A Dradio-mr800.c136 u8 *extra, u8 extralen, bool reply)
148 radio->buffer[7] = extra || reply ? 8 : 0;
159 if (!extra && !reply)
135 amradio_send_cmd(struct amradio_device *radio, u8 cmd, u8 arg, u8 *extra, u8 extralen, bool reply) argument
/linux-master/drivers/media/usb/gspca/
H A Dkinect.c156 gspca_dbg(gspca_dev, D_USBO, "Control reply: %d\n", actual_len);
201 uint16_t reply[2]; local
209 res = send_cmd(gspca_dev, 0x03, cmd, 4, reply, 4);
214 res, reply[0], reply[1]);
H A Dtouptek.c186 static int val_reply(struct gspca_dev *gspca_dev, const char *reply, int rc) argument
189 gspca_err(gspca_dev, "reply has error %d\n", rc);
193 gspca_err(gspca_dev, "Bad reply size %d\n", rc);
196 if (reply[0] != 0x08) {
197 gspca_err(gspca_dev, "Bad reply 0x%02x\n", (int)reply[0]);
221 gspca_err(gspca_dev, "Bad reply to reg_w(0x0B, 0xC0, 0x%04X, 0x%04X\n",
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dvendor.c26 struct sk_buff *reply; local
81 reply = cfg80211_vendor_cmd_alloc_reply_skb(wiphy, payload);
82 if (NULL == reply) {
87 if (nla_put(reply, BRCMF_NLATTR_DATA, msglen, wr_pointer) ||
88 nla_put_u16(reply, BRCMF_NLATTR_LEN, msglen)) {
89 kfree_skb(reply);
94 ret = cfg80211_vendor_cmd_reply(reply);
/linux-master/include/linux/
H A Dadb.h14 unsigned char reply[32]; member in struct:adb_request
42 #define ADBREQ_REPLY 1 /* expect reply */
/linux-master/include/uapi/linux/
H A Datmsvc.h27 int reply; /* for okay and close: */ member in struct:atmsvc_msg
/linux-master/net/atm/
H A Dsignaling.h25 const struct sockaddr_atmsvc *svc,const struct atm_qos *qos,int reply);
/linux-master/samples/connector/
H A Ducon.c102 struct nlmsghdr *reply; local
214 reply = (struct nlmsghdr *)buf;
216 switch (reply->nlmsg_type) {
222 data = (struct cn_msg *)NLMSG_DATA(reply);
/linux-master/tools/usb/usbip/src/
H A Dusbipd.c162 struct op_devlist_reply reply; local
175 reply.ndev = 0;
180 reply.ndev += 1;
182 info("exportable devices: %d", reply.ndev);
189 PACK_OP_DEVLIST_REPLY(1, &reply);
191 rc = usbip_net_send(connfd, &reply, sizeof(reply));
/linux-master/arch/m68k/mac/
H A Diop.c77 * reply back out of the send channel buffer and reset the channel state back
83 * and then to MSG_COMPLETE when processing is completed and the reply (if any)
323 * Complete reception of a message, which just means copying the reply
334 iop_pr_debug("iop_num %d chan %d reply %*ph\n",
335 msg->iop_num, msg->channel, IOP_MSG_LEN, msg->reply);
340 iop_writeb(iop_base[iop_num], offset, msg->reply[i]);
391 msg->reply[i] = iop_readb(iop, offset);
393 iop_pr_debug("iop_num %d chan %d reply %*ph\n",
394 iop_num, chan, IOP_MSG_LEN, msg->reply);
437 memset(msg->reply,
[all...]
H A Dmisc.c51 return req.reply[3];
76 return req.reply[0];
/linux-master/arch/powerpc/platforms/powermac/
H A Dlow_i2c.c719 req->reply[0] = 0xff;
731 if (req->reply[0] == PMU_I2C_STATUS_OK)
735 if (req->reply[0] != PMU_I2C_STATUS_OK)
750 req->reply[0] = 0xff;
759 if (req->reply[0] == PMU_I2C_STATUS_OK && !read)
761 if (req->reply[0] == PMU_I2C_STATUS_DATAREAD && read) {
770 memcpy(data, &req->reply[1], len);
H A Dnvram.c207 return req.reply[0];
/linux-master/arch/um/drivers/
H A Dmconsole.h72 extern int mconsole_reply_len(struct mc_request *req, const char *reply,
H A Dmconsole_user.c40 static int mconsole_reply_v0(struct mc_request *req, char *reply) argument
45 iov.iov_base = reply;
46 iov.iov_len = strlen(reply);
134 struct mconsole_reply reply; local
138 reply.err = err;
145 if (len == total) reply.more = more;
146 else reply.more = 1;
148 memcpy(reply.data, str, len);
149 reply.data[len] = '\0';
152 reply
[all...]
H A Dvirtio_uml.c349 struct vhost_user_msg reply = { local
352 size_t size = sizeof(reply.header) + sizeof(reply.payload.integer);
355 reply.header = msg->header;
356 reply.header.flags &= ~VHOST_USER_FLAG_NEED_REPLY;
357 reply.header.flags |= VHOST_USER_FLAG_REPLY;
358 reply.header.size = sizeof(reply.payload.integer);
360 rc = full_sendmsg_fds(vu_dev->req_fd, &reply, size, NULL, 0);
364 "sending reply t
[all...]
/linux-master/block/
H A Dbsg-lib.c34 void *reply; local
50 reply = job->reply;
52 job->reply = reply;
110 /* we're only returning the result field in the reply */
118 if (copy_to_user(uptr64(hdr->response), job->reply, len))
184 * @result: job reply result
306 job->reply = kzalloc(SCSI_SENSE_BUFFERSIZE, GFP_KERNEL);
307 if (!job->reply)
[all...]
/linux-master/drivers/android/
H A Dbinder.c1617 "send failed reply for transaction %d to %d:%d\n",
1636 pr_warn("Unexpected reply error: %u\n",
1648 "send failed reply for transaction %d, target dead\n",
1654 "reply failed, no target thread at root\n");
1659 "reply failed, no target thread -- retry %d\n",
2285 in_reply_to ? "reply" : "transaction",
2910 struct binder_transaction_data *tr, int reply,
2946 e->call_type = reply ? 2 : !!(tr->flags & TF_ONE_WAY);
2958 if (reply) {
2963 binder_user_error("%d:%d got reply transactio
2908 binder_transaction(struct binder_proc *proc, struct binder_thread *thread, struct binder_transaction_data *tr, int reply, binder_size_t extra_buffers_size) argument
[all...]
H A Dbinder_trace.h128 TP_PROTO(bool reply, struct binder_transaction *t,
130 TP_ARGS(reply, t, target_node),
136 __field(int, reply)
145 __entry->reply = reply;
149 TP_printk("transaction=%d dest_node=%d dest_proc=%d dest_thread=%d reply=%d flags=0x%x code=0x%x",
152 __entry->reply, __entry->flags, __entry->code)
/linux-master/drivers/block/
H A Dfloppy.c340 static int inr; /* size of reply buffer, when called from interrupt */
1436 DPRINT("-- FDC reply error\n");
2997 memcpy(raw_cmd->reply, reply_buffer, raw_cmd->reply_count);
3007 (!raw_cmd->reply_count || (raw_cmd->reply[0] & 0xc0)))
3109 memset(ptr->reply, 0, FD_RAW_REPLY_SIZE);
/linux-master/drivers/block/mtip32xx/
H A Dmtip32xx.c1479 struct host_to_dev_fis *reply = (port->rxfis + RX_FIS_D2H_REG); local
1517 command[0] = reply->command; /* Status*/
1518 command[1] = reply->features; /* Error*/
1519 command[4] = reply->cyl_low;
1520 command[5] = reply->cyl_hi;
1549 struct host_to_dev_fis *reply; local
1587 reply = (port->rxfis + RX_FIS_PIO_SETUP);
1589 reply = (port->rxfis + RX_FIS_D2H_REG);
1614 command[0] = reply->command; /* Status*/
1615 command[1] = reply
1698 struct host_to_dev_fis *reply; local
[all...]

Completed in 502 milliseconds

1234567891011>>