/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | intel_sideband.c | 482 u32 request, u32 reply_mask, u32 reply, in skl_pcode_try_request() 489 return *status || ((request & reply_mask) == reply); in skl_pcode_try_request() 498 * @reply: value used to check for request acknowledgment 503 * The request is acknowledged once the PCODE reply dword equals @reply after 512 u32 reply_mask, u32 reply, int timeout_base_ms) in skl_pcode_request() 520 skl_pcode_try_request(i915, mbox, request, reply_mask, reply, &status) in skl_pcode_request() 481 skl_pcode_try_request(struct drm_i915_private *i915, u32 mbox, u32 request, u32 reply_mask, u32 reply, u32 *status) skl_pcode_try_request() argument 511 skl_pcode_request(struct drm_i915_private *i915, u32 mbox, u32 request, u32 reply_mask, u32 reply, int timeout_base_ms) skl_pcode_request() argument
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
H A D | kinect.c | 156 gspca_dbg(gspca_dev, D_USBO, "Control reply: %d\n", actual_len); in send_cmd() 201 uint16_t reply[2]; in write_register() local 209 res = send_cmd(gspca_dev, 0x03, cmd, 4, reply, 4); in write_register() 214 res, reply[0], reply[1]); in write_register()
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/ |
H A D | kinect.c | 156 gspca_dbg(gspca_dev, D_USBO, "Control reply: %d\n", actual_len); in send_cmd() 201 uint16_t reply[2]; in write_register() local 209 res = send_cmd(gspca_dev, 0x03, cmd, 4, reply, 4); in write_register() 214 res, reply[0], reply[1]); in write_register()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_tlv.c | 724 u32 reply[3]; in fm10k_tlv_msg_test() local 844 /* generate reply with test result */ in fm10k_tlv_msg_test() 845 fm10k_tlv_msg_init(reply, FM10K_TLV_MSG_ID_TEST); in fm10k_tlv_msg_test() 846 fm10k_tlv_attr_put_s32(reply, FM10K_TEST_MSG_RESULT, err); in fm10k_tlv_msg_test() 849 return mbx->ops.enqueue_tx(hw, mbx, reply); in fm10k_tlv_msg_test()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/ |
H A D | dp_aux.c | 281 msg->reply = aux->native ? in dp_aux_transfer() 346 msg->reply = aux->native ? DP_AUX_NATIVE_REPLY_ACK : DP_AUX_I2C_REPLY_ACK; in dp_aux_transfer() 349 msg->reply = aux->native ? DP_AUX_NATIVE_REPLY_DEFER : DP_AUX_I2C_REPLY_DEFER; in dp_aux_transfer() 355 msg->reply = aux->native ? DP_AUX_NATIVE_REPLY_NACK : DP_AUX_I2C_REPLY_NACK; in dp_aux_transfer()
|
/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | avs.h | 249 struct avs_ipc_msg *reply, int timeout); 251 struct avs_ipc_msg *request, struct avs_ipc_msg *reply); 254 struct avs_ipc_msg *reply, int timeout, bool wake_d0i0); 256 struct avs_ipc_msg *reply, bool wake_d0i0);
|
/third_party/libwebsockets/plugins/ssh-base/ |
H A D | kex-25519.c | 309 kex_ecdh(struct per_session_data__sshd *pss, uint8_t *reply, uint32_t *plen) in kex_ecdh() argument 315 uint8_t *p = reply + 5; in kex_ecdh() 505 lws_pad_set_length(pss, reply, &p, &pss->active_keys_stc); in kex_ecdh() 506 *plen = (uint32_t)lws_ptr_diff(p, reply); in kex_ecdh()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/include/ |
H A D | i2caux_interface.h | 48 * used to return the reply type of the transaction 51 uint8_t *reply; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | txrx.c | 1161 } __packed reply = { in wil_vring_init_tx() local 1200 WMI_VRING_CFG_DONE_EVENTID, &reply, sizeof(reply), in wil_vring_init_tx() 1205 if (reply.cmd.status != WMI_FW_STATUS_SUCCESS) { in wil_vring_init_tx() 1207 reply.cmd.status); in wil_vring_init_tx() 1213 vring->hwtail = le32_to_cpu(reply.cmd.tx_vring_tail_ptr); in wil_vring_init_tx() 1264 } __packed reply = { in wil_tx_vring_modify() local 1289 WMI_VRING_CFG_DONE_EVENTID, &reply, sizeof(reply), in wil_tx_vring_modify() 1294 if (reply in wil_tx_vring_modify() 1338 } __packed reply = { wil_vring_init_bcast() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | txrx.c | 1161 } __packed reply = { in wil_vring_init_tx() local 1200 WMI_VRING_CFG_DONE_EVENTID, &reply, sizeof(reply), in wil_vring_init_tx() 1205 if (reply.cmd.status != WMI_FW_STATUS_SUCCESS) { in wil_vring_init_tx() 1207 reply.cmd.status); in wil_vring_init_tx() 1213 vring->hwtail = le32_to_cpu(reply.cmd.tx_vring_tail_ptr); in wil_vring_init_tx() 1264 } __packed reply = { in wil_tx_vring_modify() local 1289 WMI_VRING_CFG_DONE_EVENTID, &reply, sizeof(reply), in wil_tx_vring_modify() 1294 if (reply in wil_tx_vring_modify() 1338 } __packed reply = { wil_vring_init_bcast() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_bsg.c | 310 bsg_reply = job->reply; in lpfc_bsg_send_mgmt_cmd_cmp() 385 struct fc_bsg_reply *bsg_reply = job->reply; in lpfc_bsg_send_mgmt_cmd() 573 bsg_reply = job->reply; in lpfc_bsg_rport_els_cmp() 649 struct fc_bsg_reply *bsg_reply = job->reply; in lpfc_bsg_rport_els() 1097 bsg_reply = job->reply; in lpfc_bsg_ct_unsol_event() 1254 struct fc_bsg_reply *bsg_reply = job->reply; in lpfc_bsg_hba_get_event() 1395 bsg_reply = job->reply; in lpfc_issue_ct_rsp_cmp() 1575 struct fc_bsg_reply *bsg_reply = job->reply; in lpfc_bsg_send_mgmt_rsp() 1738 struct fc_bsg_reply *bsg_reply = job->reply; in lpfc_sli3_bsg_diag_loopback_mode() 2004 struct fc_bsg_reply *bsg_reply = job->reply; in lpfc_sli4_bsg_diag_loopback_mode() [all...] |
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_x11.c | 90 xcb_dri3_open_reply_t *reply; in wsi_dri3_open() local 97 reply = xcb_dri3_open_reply(conn, cookie, NULL); in wsi_dri3_open() 98 if (!reply) in wsi_dri3_open() 102 if (reply->nfd != 1) { in wsi_dri3_open() 103 free(reply); in wsi_dri3_open() 107 fd = xcb_dri3_open_reply_fds(conn, reply)[0]; in wsi_dri3_open() 108 free(reply); in wsi_dri3_open() 660 * wait to read the reply until after we have a visual. in x11_surface_get_capabilities() 1919 xcb_intern_atom_reply_t* reply; in wsi_x11_set_adaptive_sync_property() local 1923 reply in wsi_x11_set_adaptive_sync_property() [all...] |
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_core_main.c | 870 QETH_DBF_MESSAGE(2, "Received data is IPA but not a reply!\n"); in qeth_check_ipa_data() 957 struct qeth_reply *reply = NULL; in qeth_issue_next_read_cb() local 997 reply = &request->reply; in qeth_issue_next_read_cb() 998 if (!reply->callback) { in qeth_issue_next_read_cb() 1008 rc = reply->callback(card, reply, cmd ? (unsigned long)cmd : in qeth_issue_next_read_cb() 1940 struct qeth_cmd_buffer *reply) in qeth_mpc_match_reply() 1943 return !IS_IPA(reply->data); in qeth_mpc_match_reply() 1979 * > 0 if more reply block 1939 qeth_mpc_match_reply(struct qeth_cmd_buffer *iob, struct qeth_cmd_buffer *reply) qeth_mpc_match_reply() argument 1994 struct qeth_reply *reply = &iob->reply; qeth_send_control_data() local 2289 qeth_cm_enable_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) qeth_cm_enable_cb() argument 2321 qeth_cm_setup_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) qeth_cm_setup_cb() argument 2419 qeth_ulp_enable_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) qeth_ulp_enable_cb() argument 2484 qeth_ulp_setup_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) qeth_ulp_setup_cb() argument 3026 qeth_ipa_match_reply(struct qeth_cmd_buffer *iob, struct qeth_cmd_buffer *reply) qeth_ipa_match_reply() argument 3064 qeth_send_ipa_cmd_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) qeth_send_ipa_cmd_cb() argument 3103 qeth_send_startlan_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) qeth_send_startlan_cb() argument 3134 qeth_query_setadapterparms_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) qeth_query_setadapterparms_cb() argument 3193 qeth_query_ipassists_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) qeth_query_ipassists_cb() argument 3241 qeth_query_switch_attributes_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) qeth_query_switch_attributes_cb() argument 3297 qeth_query_setdiagass_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) qeth_query_setdiagass_cb() argument 3347 qeth_hw_trap_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) qeth_hw_trap_cb() argument 4353 qeth_setadp_promisc_mode_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) qeth_setadp_promisc_mode_cb() argument 4390 qeth_setadpparms_change_macaddr_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) qeth_setadpparms_change_macaddr_cb() argument 4435 qeth_setadpparms_set_access_ctrl_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) qeth_setadpparms_set_access_ctrl_cb() argument 4610 qeth_snmp_command_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) qeth_snmp_command_cb() argument 4716 qeth_setadpparms_query_oat_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) qeth_setadpparms_query_oat_cb() argument 4800 struct qeth_query_oat_reply *reply; qeth_init_link_info_oat_cb() local 5994 qeth_setassparms_get_caps_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) qeth_setassparms_get_caps_cb() argument 6009 qeth_setassparms_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) qeth_setassparms_cb() argument 6551 qeth_start_csum_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) qeth_start_csum_cb() argument 6638 qeth_start_tso_cb(struct qeth_card *card, struct qeth_reply *reply, unsigned long data) qeth_start_tso_cb() argument [all...] |
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
H A D | hda.c | 71 struct sof_ipc_reply reply; in sdw_params_stream() local 86 config.hdr.cmd, &config, size, &reply, in sdw_params_stream() 87 sizeof(reply)); in sdw_params_stream() 103 struct sof_ipc_reply reply; in sdw_free_stream() local 117 config.hdr.cmd, &config, size, &reply, in sdw_free_stream() 118 sizeof(reply)); in sdw_free_stream()
|
/kernel/linux/linux-6.6/tools/net/ynl/lib/ |
H A D | ynl.py | 293 reply = sock.recv(128 * 1024) 294 nms = NlMsgs(reply) 629 reply = self.sock.recv(128 * 1024, socket.MSG_DONTWAIT) 633 nms = NlMsgs(reply) 688 reply = self.sock.recv(128 * 1024) 689 nms = NlMsgs(reply, attr_space=op.attr_set) 705 # Check if this is a reply to our request
|
/third_party/node/src/ |
H A D | inspector_socket.cc | 504 std::vector<char> reply(accept_ws_prefix, 506 reply.insert(reply.end(), accept_string, 508 reply.insert(reply.end(), accept_ws_suffix, 510 if (WriteRaw(reply, WriteRequest::Cleanup) >= 0) {
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | dpt_i2o.c | 1835 void __iomem *reply; in adpt_isr() local 1856 printk(KERN_ERR"dpti: Could not get reply frame\n"); in adpt_isr() 1863 reply = (u8 *)pHba->reply_pool + in adpt_isr() 1867 printk(KERN_ERR "dpti: reply frame not from pool\n"); in adpt_isr() 1871 if (readl(reply) & MSG_FAIL) { in adpt_isr() 1872 u32 old_m = readl(reply+28); in adpt_isr() 1881 // Transaction context is 0 in failed reply frame in adpt_isr() 1884 writel(old_context, reply+12); in adpt_isr() 1887 context = readl(reply+8); in adpt_isr() 1889 status = readl(reply in adpt_isr() 2081 adpt_i2o_scsi_complete(void __iomem *reply, struct scsi_cmnd *cmd) adpt_i2o_scsi_complete() argument [all...] |
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptscsih.c | 106 MPT_FRAME_HDR *req, MPT_FRAME_HDR *reply); 424 * mptscsih_info_scsiio - debug print info on reply frame 427 * @pScsiReply: Pointer to MPT reply frame 576 * @r: Pointer to MPT reply frame (NULL if TurboReply) 641 sc->result = DID_OK << 16; /* Set default reply as OK */ in mptscsih_io_done() 656 /* special context reply handling */ in mptscsih_io_done() 1007 } /* end of address reply case */ in mptscsih_io_done() 1021 * Scsi_Host instance taskQ and reply to OS. 1633 (SCSITaskMgmtReply_t *) ioc->taskmgmt_cmds.reply); in mptscsih_IssueTaskMgmt() 2044 * @mr: Pointer to SCSI task mgmt reply fram 2623 mptscsih_scandv_complete(MPT_ADAPTER *ioc, MPT_FRAME_HDR *req, MPT_FRAME_HDR *reply) mptscsih_scandv_complete() argument 2673 mptscsih_get_completion_code(MPT_ADAPTER *ioc, MPT_FRAME_HDR *req, MPT_FRAME_HDR *reply) mptscsih_get_completion_code() argument [all...] |
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptscsih.c | 106 MPT_FRAME_HDR *req, MPT_FRAME_HDR *reply); 424 * mptscsih_info_scsiio - debug print info on reply frame 427 * @pScsiReply: Pointer to MPT reply frame 576 * @r: Pointer to MPT reply frame (NULL if TurboReply) 641 sc->result = DID_OK << 16; /* Set default reply as OK */ in mptscsih_io_done() 656 /* special context reply handling */ in mptscsih_io_done() 1007 } /* end of address reply case */ in mptscsih_io_done() 1021 * Scsi_Host instance taskQ and reply to OS. 1632 (SCSITaskMgmtReply_t *) ioc->taskmgmt_cmds.reply); in mptscsih_IssueTaskMgmt() 2043 * @mr: Pointer to SCSI task mgmt reply fram 2622 mptscsih_scandv_complete(MPT_ADAPTER *ioc, MPT_FRAME_HDR *req, MPT_FRAME_HDR *reply) mptscsih_scandv_complete() argument 2672 mptscsih_get_completion_code(MPT_ADAPTER *ioc, MPT_FRAME_HDR *req, MPT_FRAME_HDR *reply) mptscsih_get_completion_code() argument [all...] |
/kernel/linux/linux-5.10/net/atm/ |
H A D | signaling.h | 25 const struct sockaddr_atmsvc *svc,const struct atm_qos *qos,int reply);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | notify.h | 30 void *data, u32 size, u32 reply, struct nvif_notify *);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | notify.h | 33 void *data, u32 size, u32 reply,
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | signaling.h | 25 const struct sockaddr_atmsvc *svc,const struct atm_qos *qos,int reply);
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-dbus.h | 38 DBusMessage *message, DBusMessage **reply, void *d);
|
/third_party/backends/backend/ |
H A D | kodakaio.c | 256 static unsigned char KodakEsp_v[] = {0x1b,'s','v',0,0,0,0,0}; /* reply to version?? */ 939 /* gets 8 byte reply, checks reply is an Ack and returns appropriate status */ in kodakaio_expect_ack() 960 /* Sends 8 byte data to scanner and returns reply and appropriate status. */ in kodakaio_txrx() 993 Sends 8 byte data to scanner, gets 8 byte reply, checks reply is an Ack in kodakaio_txrxack() 1035 Tries to get 64 byte reply 1060 unsigned char reply[8]; in k_hello() local 1068 /* preset the reply, so I can see if it gets changed */ in k_hello() 1069 reply[ in k_hello() 1094 unsigned char reply[8]; cmd_start_scan() local 1127 unsigned char reply[8]; cmd_cancel_scan() local 1571 unsigned char reply[8]; k_lock_scanner() local [all...] |