/kernel/linux/linux-5.10/samples/bpf/ |
H A D | tcp_clamp_kern.c | 38 skops->reply = -1; in bpf_clamp() 94 skops->reply = rv; in bpf_clamp()
|
/kernel/linux/linux-5.10/sound/soc/intel/common/ |
H A D | sst-ipc.h | 69 struct sst_ipc_message request, struct sst_ipc_message *reply); 75 struct sst_ipc_message request, struct sst_ipc_message *reply);
|
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
H A D | intel-ipc.c | 46 const struct sof_ipc_pcm_params_reply *reply) in intel_ipc_pcm_params() 49 size_t posn_offset = reply->posn_offset; in intel_ipc_pcm_params() 44 intel_ipc_pcm_params(struct snd_sof_dev *sdev, struct snd_pcm_substream *substream, const struct sof_ipc_pcm_params_reply *reply) intel_ipc_pcm_params() argument
|
H A D | byt.c | 171 /* reply message from DSP, Mask Done interrupt first */ in byt_irq_handler() 200 /* reply message from DSP */ in byt_irq_thread() 206 * handle immediate reply from DSP core. If the msg is in byt_irq_thread() 254 struct sof_ipc_reply reply; in byt_get_reply() local 258 * Sometimes, there is unexpected reply ipc arriving. The reply in byt_get_reply() 267 /* get reply */ in byt_get_reply() 268 sof_mailbox_read(sdev, sdev->host_box.offset, &reply, sizeof(reply)); in byt_get_reply() 270 if (reply in byt_get_reply() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_tcpnotify_kern.c | 40 skops->reply = -1; in bpf_testcb() 90 skops->reply = rv; in bpf_testcb()
|
/kernel/linux/linux-6.6/sound/soc/intel/common/ |
H A D | sst-ipc.h | 69 struct sst_ipc_message request, struct sst_ipc_message *reply); 75 struct sst_ipc_message request, struct sst_ipc_message *reply);
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | tcp_clamp_kern.c | 38 skops->reply = -1; in bpf_clamp() 94 skops->reply = rv; in bpf_clamp()
|
/kernel/linux/linux-5.10/sound/soc/sof/ |
H A D | topology.c | 123 struct sof_ipc_reply reply; in ipc_trigger() local 133 sizeof(stream), &reply, sizeof(reply)); in ipc_trigger() 2386 struct sof_ipc_comp_reply reply; in sof_widget_ready() local 2404 memset(&reply, 0, sizeof(reply)); in sof_widget_ready() 2451 ret = sof_widget_load_dai(scomp, index, swidget, tw, &reply, dai); in sof_widget_ready() 2461 ret = sof_widget_load_mixer(scomp, index, swidget, tw, &reply); in sof_widget_ready() 2464 ret = sof_widget_load_pga(scomp, index, swidget, tw, &reply); in sof_widget_ready() 2468 scontrol->readback_offset = reply in sof_widget_ready() 2834 struct sof_ipc_reply reply; sof_set_dai_config() local 3424 struct sof_ipc_reply reply; sof_route_load() local 3588 struct sof_ipc_reply reply; snd_sof_complete_pipeline() local [all...] |
H A D | pm.c | 54 struct sof_ipc_reply reply; in sof_send_pm_ctx_ipc() local 64 sizeof(pm_ctx), &reply, sizeof(reply)); in sof_send_pm_ctx_ipc()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | opfn.c | 19 bool (*reply)(struct rvt_qp *qp, u64 data); member 27 .reply = tid_rdma_conn_reply, 190 * Either there is no previous request or the reply is not for the in opfn_conn_reply() 198 if (!extd || !extd->reply) in opfn_conn_reply() 201 if (extd->reply(qp, data)) in opfn_conn_reply()
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
H A D | vivid-cec.c | 228 struct cec_msg reply; in vivid_received() local 235 cec_msg_init(&reply, dest, cec_msg_initiator(msg)); in vivid_received() 256 cec_msg_feature_abort(&reply, cec_msg_opcode(msg), in vivid_received() 258 cec_transmit_msg(adap, &reply, false); in vivid_received()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
H A D | vivid-cec.c | 267 struct cec_msg reply; in vivid_received() local 274 cec_msg_init(&reply, dest, cec_msg_initiator(msg)); in vivid_received() 295 cec_msg_feature_abort(&reply, cec_msg_opcode(msg), in vivid_received() 297 cec_transmit_msg(adap, &reply, false); in vivid_received()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | opfn.c | 19 bool (*reply)(struct rvt_qp *qp, u64 data); member 27 .reply = tid_rdma_conn_reply, 190 * Either there is no previous request or the reply is not for the in opfn_conn_reply() 198 if (!extd || !extd->reply) in opfn_conn_reply() 201 if (extd->reply(qp, data)) in opfn_conn_reply()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
H A D | l2_packet_privsep.c | 143 u8 reply[ETH_ALEN + 1]; in l2_packet_init() local 202 res = recv(l2->fd, reply, sizeof(reply), 0); in l2_packet_init() 209 "registration reply"); in l2_packet_init() 214 wpa_printf(MSG_DEBUG, "L2: Unexpected registration reply " in l2_packet_init() 217 os_memcpy(l2->own_addr, reply, ETH_ALEN); in l2_packet_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/ |
H A D | l2_packet_privsep.c | 143 u8 reply[ETH_ALEN + 1]; in l2_packet_init() local 202 res = recv(l2->fd, reply, sizeof(reply), 0); in l2_packet_init() 209 "registration reply"); in l2_packet_init() 214 wpa_printf(MSG_DEBUG, "L2: Unexpected registration reply " in l2_packet_init() 217 os_memcpy(l2->own_addr, reply, ETH_ALEN); in l2_packet_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/ |
H A D | notify.c | 167 void *data, u32 size, u32 reply, struct nvif_notify *notify) in nvif_notify_ctor() 182 notify->size = reply; in nvif_notify_ctor() 198 args->req.reply = notify->size; in nvif_notify_ctor() 165 nvif_notify_ctor(struct nvif_object *object, const char *name, int (*func)(struct nvif_notify *), bool work, u8 event, void *data, u32 size, u32 reply, struct nvif_notify *notify) nvif_notify_ctor() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/edp/ |
H A D | edp_aux.c | 121 msg->reply = native ? in edp_aux_transfer() 166 msg->reply = native ? in edp_aux_transfer() 170 msg->reply = native ? in edp_aux_transfer()
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | ci.js | 73 registry.nock.post('/-/npm/v1/security/advisories/bulk').reply(200, {}) 96 registry.nock.post('/-/npm/v1/security/advisories/bulk').reply(200, {}) 157 registry.nock.post('/-/npm/v1/security/advisories/bulk').reply(200, {})
|
/kernel/linux/linux-5.10/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 1491 struct host_to_dev_fis *reply = (port->rxfis + RX_FIS_D2H_REG); in exec_drive_task() local 1529 command[0] = reply->command; /* Status*/ in exec_drive_task() 1530 command[1] = reply->features; /* Error*/ in exec_drive_task() 1531 command[4] = reply->cyl_low; in exec_drive_task() 1532 command[5] = reply->cyl_hi; in exec_drive_task() 1561 struct host_to_dev_fis *reply; in exec_drive_command() local 1599 reply = (port->rxfis + RX_FIS_PIO_SETUP); in exec_drive_command() 1601 reply = (port->rxfis + RX_FIS_D2H_REG); in exec_drive_command() 1626 command[0] = reply->command; /* Status*/ in exec_drive_command() 1627 command[1] = reply in exec_drive_command() 1710 struct host_to_dev_fis *reply; exec_drive_taskfile() local [all...] |
/kernel/linux/linux-6.6/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 1479 struct host_to_dev_fis *reply = (port->rxfis + RX_FIS_D2H_REG); in exec_drive_task() local 1517 command[0] = reply->command; /* Status*/ in exec_drive_task() 1518 command[1] = reply->features; /* Error*/ in exec_drive_task() 1519 command[4] = reply->cyl_low; in exec_drive_task() 1520 command[5] = reply->cyl_hi; in exec_drive_task() 1549 struct host_to_dev_fis *reply; in exec_drive_command() local 1587 reply = (port->rxfis + RX_FIS_PIO_SETUP); in exec_drive_command() 1589 reply = (port->rxfis + RX_FIS_D2H_REG); in exec_drive_command() 1614 command[0] = reply->command; /* Status*/ in exec_drive_command() 1615 command[1] = reply in exec_drive_command() 1698 struct host_to_dev_fis *reply; exec_drive_taskfile() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_11.c | 304 struct ieee80211_mgmt *reply; in send_auth_reply() local 309 rlen = IEEE80211_HDRLEN + sizeof(reply->u.auth) + ies_len; in send_auth_reply() 314 reply = (struct ieee80211_mgmt *) buf; in send_auth_reply() 315 reply->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, in send_auth_reply() 317 os_memcpy(reply->da, dst, ETH_ALEN); in send_auth_reply() 318 os_memcpy(reply->sa, hapd->own_addr, ETH_ALEN); in send_auth_reply() 319 os_memcpy(reply->bssid, bssid, ETH_ALEN); in send_auth_reply() 321 reply->u.auth.auth_alg = host_to_le16(auth_alg); in send_auth_reply() 322 reply->u.auth.auth_transaction = host_to_le16(auth_transaction); in send_auth_reply() 323 reply in send_auth_reply() 3339 struct ieee80211_mgmt reply; send_deauth() local 3463 struct ieee80211_mgmt *reply; send_assoc_resp() local [all...] |
/kernel/linux/linux-5.10/arch/m68k/mac/ |
H A D | iop.c | 73 * reply back out of the send channel buffer and reset the channel state back 79 * and then to MSG_COMPLETE when processing is completed and the reply (if any) 339 * Complete reception of a message, which just means copying the reply 350 iop_pr_debug("iop_num %d chan %d reply %*ph\n", in iop_complete_message() 351 msg->iop_num, msg->channel, IOP_MSG_LEN, msg->reply); in iop_complete_message() 356 iop_writeb(iop_base[iop_num], offset, msg->reply[i]); in iop_complete_message() 407 msg->reply[i] = iop_readb(iop, offset); in iop_handle_send() 409 iop_pr_debug("iop_num %d chan %d reply %*ph\n", in iop_handle_send() 410 iop_num, chan, IOP_MSG_LEN, msg->reply); in iop_handle_send() 453 memset(msg->reply, in iop_handle_recv() [all...] |
/kernel/linux/linux-6.6/arch/m68k/mac/ |
H A D | iop.c | 77 * 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) 321 * Complete reception of a message, which just means copying the reply 332 iop_pr_debug("iop_num %d chan %d reply %*ph\n", in iop_complete_message() 333 msg->iop_num, msg->channel, IOP_MSG_LEN, msg->reply); in iop_complete_message() 338 iop_writeb(iop_base[iop_num], offset, msg->reply[i]); in iop_complete_message() 389 msg->reply[i] = iop_readb(iop, offset); in iop_handle_send() 391 iop_pr_debug("iop_num %d chan %d reply %*ph\n", in iop_handle_send() 392 iop_num, chan, IOP_MSG_LEN, msg->reply); in iop_handle_send() 435 memset(msg->reply, in iop_handle_recv() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_ddc.c | 304 current_payload.reply = payload->reply; in submit_aux_command() 344 payload.reply = NULL; in link_query_ddc_data() 469 .reply = NULL, in link_configure_fixed_vs_pe_retimer() 487 .reply = NULL, in link_query_fixed_vs_pe_retimer()
|
/third_party/pulseaudio/src/modules/jack/ |
H A D | module-jackdbus-detect.c | 226 DBusMessage *m = NULL, *reply = NULL; in check_service_started() local 245 if (!(reply = dbus_connection_send_with_reply_and_block(pa_dbus_connection_get(u->connection), m, -1, &error))) { in check_service_started() 250 if (!dbus_message_get_args(reply, &error, DBUS_TYPE_BOOLEAN, &call_result, DBUS_TYPE_INVALID)) { in check_service_started() 260 if (reply) in check_service_started() 261 dbus_message_unref(reply); in check_service_started()
|