/kernel/linux/linux-6.6/drivers/media/cec/usb/rainshadow/ |
H A D | rainshadow-cec.c | 59 /* reply to a command, only used to store the firmware version */ 213 const char *cmd, const char *reply) in rain_send_and_wait() 228 if (reply && strncmp(rain->cmd_reply, reply, strlen(reply))) { in rain_send_and_wait() 231 cmd, rain->cmd_reply, reply); in rain_send_and_wait() 212 rain_send_and_wait(struct rain *rain, const char *cmd, const char *reply) rain_send_and_wait() argument
|
/third_party/pulseaudio/src/modules/dbus/ |
H A D | iface-device-port.c | 149 DBusMessage *reply = NULL; in handle_get_all() local 160 pa_assert_se((reply = dbus_message_new_method_return(msg))); in handle_get_all() 162 dbus_message_iter_init_append(reply, &msg_iter); in handle_get_all() 173 pa_assert_se(dbus_connection_send(conn, reply, NULL)); in handle_get_all() 174 dbus_message_unref(reply); in handle_get_all()
|
H A D | iface-memstats.c | 162 DBusMessage *reply = NULL; in handle_get_all() local 178 pa_assert_se((reply = dbus_message_new_method_return(msg))); in handle_get_all() 180 dbus_message_iter_init_append(reply, &msg_iter); in handle_get_all() 191 pa_assert_se(dbus_connection_send(conn, reply, NULL)); in handle_get_all() 193 dbus_message_unref(reply); in handle_get_all()
|
H A D | iface-card-profile.c | 166 DBusMessage *reply = NULL; in handle_get_all() local 183 pa_assert_se((reply = dbus_message_new_method_return(msg))); in handle_get_all() 185 dbus_message_iter_init_append(reply, &msg_iter); in handle_get_all() 198 pa_assert_se(dbus_connection_send(conn, reply, NULL)); in handle_get_all() 199 dbus_message_unref(reply); in handle_get_all()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | sm_statefuns.c | 672 * D) Upon reception of the COOKIE ECHO chunk, Endpoint "Z" will reply 753 * "Z" will reply with a COOKIE ACK chunk after building a TCB in sctp_sf_do_5_1D_ce() 1020 struct sctp_chunk *reply; in sctp_sf_heartbeat() local 1023 reply = sctp_make_heartbeat(asoc, transport, 0); in sctp_sf_heartbeat() 1024 if (!reply) in sctp_sf_heartbeat() 1033 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(reply)); in sctp_sf_heartbeat() 1123 struct sctp_chunk *reply; in sctp_sf_send_probe() local 1129 reply = sctp_make_heartbeat(asoc, transport, transport->pl.probe_size); in sctp_sf_send_probe() 1130 if (!reply) in sctp_sf_send_probe() 1132 sctp_add_cmd_sf(commands, SCTP_CMD_REPLY, SCTP_CHUNK(reply)); in sctp_sf_send_probe() 1171 struct sctp_chunk *reply; sctp_sf_beat_8_3() local 2525 struct sctp_chunk *chunk = arg, *reply; sctp_sf_do_5_2_6_stale() local 2992 struct sctp_chunk *reply; __sctp_sf_do_9_2_reshutack() local 3604 struct sctp_chunk *reply; sctp_sf_do_9_2_final() local 4144 struct sctp_chunk *reply = NULL; sctp_sf_do_reconf() local 5614 struct sctp_chunk *reply; sctp_sf_do_9_2_start_shutdown() local 5685 struct sctp_chunk *reply; sctp_sf_do_9_2_shutdown_ack() local 6021 struct sctp_chunk *reply = NULL; sctp_sf_t2_timer_expire() local 6164 struct sctp_chunk *reply = NULL; sctp_sf_t5_timer_expire() local [all...] |
/kernel/linux/linux-5.10/kernel/ |
H A D | audit.c | 965 static void audit_free_reply(struct audit_reply *reply) in audit_free_reply() argument 967 if (!reply) in audit_free_reply() 970 kfree_skb(reply->skb); in audit_free_reply() 971 if (reply->net) in audit_free_reply() 972 put_net(reply->net); in audit_free_reply() 973 kfree(reply); in audit_free_reply() 978 struct audit_reply *reply = (struct audit_reply *)arg; in audit_send_reply_thread() local 985 netlink_unicast(audit_get_sk(reply->net), reply->skb, reply in audit_send_reply_thread() 1007 struct audit_reply *reply; audit_send_reply() local [all...] |
H A D | taskstats.c | 69 void *reply; in prepare_reply() local 81 reply = genlmsg_put(skb, 0, seq, &family, 0, cmd); in prepare_reply() 83 reply = genlmsg_put_reply(skb, info, &family, 0, cmd); in prepare_reply() 84 if (reply == NULL) { in prepare_reply() 99 void *reply = genlmsg_data(genlhdr); in send_reply() local 101 genlmsg_end(skb, reply); in send_reply() 115 void *reply = genlmsg_data(genlhdr); in send_cpu_listeners() local 118 genlmsg_end(skb, reply); in send_cpu_listeners()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | audit.c | 962 static void audit_free_reply(struct audit_reply *reply) in audit_free_reply() argument 964 if (!reply) in audit_free_reply() 967 kfree_skb(reply->skb); in audit_free_reply() 968 if (reply->net) in audit_free_reply() 969 put_net(reply->net); in audit_free_reply() 970 kfree(reply); in audit_free_reply() 975 struct audit_reply *reply = (struct audit_reply *)arg; in audit_send_reply_thread() local 982 netlink_unicast(audit_get_sk(reply->net), reply->skb, reply in audit_send_reply_thread() 1004 struct audit_reply *reply; audit_send_reply() local [all...] |
H A D | taskstats.c | 70 void *reply; in prepare_reply() local 82 reply = genlmsg_put(skb, 0, seq, &family, 0, cmd); in prepare_reply() 84 reply = genlmsg_put_reply(skb, info, &family, 0, cmd); in prepare_reply() 85 if (reply == NULL) { in prepare_reply() 100 void *reply = genlmsg_data(genlhdr); in send_reply() local 102 genlmsg_end(skb, reply); in send_reply() 116 void *reply = genlmsg_data(genlhdr); in send_cpu_listeners() local 119 genlmsg_end(skb, reply); in send_cpu_listeners()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_mass_storage.c | 643 return -EIO; /* No default reply */ in done_scsi_write() 797 int reply = -1; in fmass_do_scsi_command() local 806 reply = done_scsi_test_unit_ready(fmass); in fmass_do_scsi_command() 811 reply = done_scsi_request_sense(fmass); in fmass_do_scsi_command() 816 reply = done_scsi_inquiry(fmass); in fmass_do_scsi_command() 821 reply = done_scsi_mode_select(fmass); in fmass_do_scsi_command() 826 reply = done_scsi_mode_select(fmass); in fmass_do_scsi_command() 831 reply = done_scsi_mode_sense(fmass); in fmass_do_scsi_command() 836 reply = done_scsi_mode_sense(fmass); in fmass_do_scsi_command() 841 reply in fmass_do_scsi_command() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_fw.c | 402 memcpy((u8 *)cmdptr->reply, (u8 *)def_reply, in mpi3mr_process_admin_reply_desc() 473 * mpi3mr_get_reply_desc - get reply descriptor frame corresponding to 474 * queue's consumer index from operational reply descriptor queue. 476 * @reply_ci: operational reply descriptor's queue consumer index 478 * Returns reply descriptor frame address 495 * mpi3mr_process_op_reply_q - Operational reply queue handler 497 * @op_reply_q: Operational reply queue info 499 * Checks the specific operational reply queue and drains the 500 * reply queue entries until the queue is empty and process the 501 * individual reply descriptor [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-stream-restore.c | 334 * element. If the data is invalid, an error reply is sent and a negative 562 DBusMessage *reply = NULL; in handle_get_all() local 576 pa_assert_se((reply = dbus_message_new_method_return(msg))); in handle_get_all() 578 dbus_message_iter_init_append(reply, &msg_iter); in handle_get_all() 586 pa_assert_se(dbus_connection_send(conn, reply, NULL)); in handle_get_all() 588 dbus_message_unref(reply); in handle_get_all() 777 DBusMessage *reply; in handle_entry_get_volume() local 787 pa_assert_se(reply = dbus_message_new_method_return(msg)); in handle_entry_get_volume() 789 dbus_message_iter_init_append(reply, &msg_iter); in handle_entry_get_volume() 792 pa_assert_se(dbus_connection_send(conn, reply, NUL in handle_entry_get_volume() 887 DBusMessage *reply = NULL; handle_entry_get_all() local 1956 pa_tagstruct *reply = NULL; extension_cb() local 2099 pa_pstream_send_tagstruct(pa_native_connection_get_pstream(c), reply); extension_cb() local 2202 pa_pstream_send_tagstruct(pa_native_connection_get_pstream(c), reply); extension_cb() local [all...] |
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | tcp_bufs_kern.c | 38 skops->reply = -1; in bpf_bufs() 78 skops->reply = rv; in bpf_bufs()
|
H A D | tcp_iw_kern.c | 39 skops->reply = -1; in bpf_iw() 80 skops->reply = rv; in bpf_iw()
|
H A D | tcp_cong_kern.c | 36 skops->reply = -1; in bpf_cong() 75 skops->reply = rv; in bpf_cong()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | tcp_iw_kern.c | 39 skops->reply = -1; in bpf_iw() 80 skops->reply = rv; in bpf_iw()
|
H A D | tcp_bufs_kern.c | 38 skops->reply = -1; in bpf_bufs() 78 skops->reply = rv; in bpf_bufs()
|
H A D | tcp_cong_kern.c | 36 skops->reply = -1; in bpf_cong() 75 skops->reply = rv; in bpf_cong()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_dp_mst_topology.c | 844 DRM_DEBUG_KMS("link address reply parse length fail %d %d\n", idx, raw->curlen); in drm_dp_sideband_parse_link_address() 865 DRM_DEBUG_KMS("link address reply parse length fail %d %d\n", idx, raw->curlen); in drm_dp_sideband_parse_remote_dpcd_read() 899 DRM_DEBUG_KMS("remote i2c reply parse length fail %d %d\n", idx, raw->curlen); in drm_dp_sideband_parse_remote_i2c_read_ack() 989 struct drm_dp_query_stream_enc_status_ack_reply *reply; in drm_dp_sideband_parse_query_stream_enc_status() local 991 reply = &repmsg->u.enc_status; in drm_dp_sideband_parse_query_stream_enc_status() 993 reply->stream_id = raw->msg[3]; in drm_dp_sideband_parse_query_stream_enc_status() 995 reply->reply_signed = raw->msg[2] & BIT(0); in drm_dp_sideband_parse_query_stream_enc_status() 1005 reply->hdcp_1x_device_present = raw->msg[2] & BIT(4); in drm_dp_sideband_parse_query_stream_enc_status() 1006 reply->hdcp_2x_device_present = raw->msg[2] & BIT(3); in drm_dp_sideband_parse_query_stream_enc_status() 1008 reply in drm_dp_sideband_parse_query_stream_enc_status() 2930 drm_dp_dump_link_address(struct drm_dp_link_address_ack_reply *reply) drm_dp_dump_link_address() argument 2955 struct drm_dp_link_address_ack_reply *reply; drm_dp_send_link_address() local 3619 struct drm_dp_sideband_msg_reply_body reply; drm_dp_encode_up_ack_reply() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/display/ |
H A D | drm_dp_mst_topology.c | 846 DRM_DEBUG_KMS("link address reply parse length fail %d %d\n", idx, raw->curlen); in drm_dp_sideband_parse_link_address() 867 DRM_DEBUG_KMS("link address reply parse length fail %d %d\n", idx, raw->curlen); in drm_dp_sideband_parse_remote_dpcd_read() 901 DRM_DEBUG_KMS("remote i2c reply parse length fail %d %d\n", idx, raw->curlen); in drm_dp_sideband_parse_remote_i2c_read_ack() 991 struct drm_dp_query_stream_enc_status_ack_reply *reply; in drm_dp_sideband_parse_query_stream_enc_status() local 993 reply = &repmsg->u.enc_status; in drm_dp_sideband_parse_query_stream_enc_status() 995 reply->stream_id = raw->msg[3]; in drm_dp_sideband_parse_query_stream_enc_status() 997 reply->reply_signed = raw->msg[2] & BIT(0); in drm_dp_sideband_parse_query_stream_enc_status() 1007 reply->hdcp_1x_device_present = raw->msg[2] & BIT(4); in drm_dp_sideband_parse_query_stream_enc_status() 1008 reply->hdcp_2x_device_present = raw->msg[2] & BIT(3); in drm_dp_sideband_parse_query_stream_enc_status() 1010 reply in drm_dp_sideband_parse_query_stream_enc_status() 2882 drm_dp_dump_link_address(const struct drm_dp_mst_topology_mgr *mgr, struct drm_dp_link_address_ack_reply *reply) drm_dp_dump_link_address() argument 2909 struct drm_dp_link_address_ack_reply *reply; drm_dp_send_link_address() local 3516 struct drm_dp_sideband_msg_reply_body reply; drm_dp_encode_up_ack_reply() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | wmi.c | 1203 struct wmi_bit_rate_reply *reply; in ath6kl_wmi_bitrate_reply_rx() local 1209 reply = (struct wmi_bit_rate_reply *) datap; in ath6kl_wmi_bitrate_reply_rx() 1211 ath6kl_dbg(ATH6KL_DBG_WMI, "rateindex %d\n", reply->rate_index); in ath6kl_wmi_bitrate_reply_rx() 1213 if (reply->rate_index != (s8) RATE_AUTO) { in ath6kl_wmi_bitrate_reply_rx() 1214 index = reply->rate_index & 0x7f; in ath6kl_wmi_bitrate_reply_rx() 1253 struct wmi_tx_pwr_reply *reply; in ath6kl_wmi_tx_pwr_reply_rx() local 1258 reply = (struct wmi_tx_pwr_reply *) datap; in ath6kl_wmi_tx_pwr_reply_rx() 1259 ath6kl_txpwr_rx_evt(wmi->parent_dev, reply->dbM); in ath6kl_wmi_tx_pwr_reply_rx() 1411 struct wmi_rssi_threshold_event *reply; in ath6kl_wmi_rssi_threshold_event_rx() local 1422 reply in ath6kl_wmi_rssi_threshold_event_rx() 1507 struct wmi_cac_event *reply; ath6kl_wmi_cac_event_rx() local 1664 struct wmi_snr_threshold_event *reply; ath6kl_wmi_snr_threshold_event_rx() local 3350 struct wmi_pmkid_list_reply *reply; ath6kl_wmi_get_pmkid_list_event_rx() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | wmi.c | 1203 struct wmi_bit_rate_reply *reply; in ath6kl_wmi_bitrate_reply_rx() local 1209 reply = (struct wmi_bit_rate_reply *) datap; in ath6kl_wmi_bitrate_reply_rx() 1211 ath6kl_dbg(ATH6KL_DBG_WMI, "rateindex %d\n", reply->rate_index); in ath6kl_wmi_bitrate_reply_rx() 1213 if (reply->rate_index != (s8) RATE_AUTO) { in ath6kl_wmi_bitrate_reply_rx() 1214 index = reply->rate_index & 0x7f; in ath6kl_wmi_bitrate_reply_rx() 1253 struct wmi_tx_pwr_reply *reply; in ath6kl_wmi_tx_pwr_reply_rx() local 1258 reply = (struct wmi_tx_pwr_reply *) datap; in ath6kl_wmi_tx_pwr_reply_rx() 1259 ath6kl_txpwr_rx_evt(wmi->parent_dev, reply->dbM); in ath6kl_wmi_tx_pwr_reply_rx() 1411 struct wmi_rssi_threshold_event *reply; in ath6kl_wmi_rssi_threshold_event_rx() local 1422 reply in ath6kl_wmi_rssi_threshold_event_rx() 1507 struct wmi_cac_event *reply; ath6kl_wmi_cac_event_rx() local 1664 struct wmi_snr_threshold_event *reply; ath6kl_wmi_snr_threshold_event_rx() local 3336 struct wmi_pmkid_list_reply *reply; ath6kl_wmi_get_pmkid_list_event_rx() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 240 * _base_clone_reply_to_sys_mem - copies reply to reply free iomem 244 * @reply: reply message frame(lower 32bit addr) 248 _base_clone_reply_to_sys_mem(struct MPT3SAS_ADAPTER *ioc, u32 reply, in _base_clone_reply_to_sys_mem() argument 254 * 32 * 128 = 4K. From here, Clone of reply free for mcpu starts in _base_clone_reply_to_sys_mem() 261 writel(reply, reply_free_iomem); in _base_clone_reply_to_sys_mem() 674 mpi_reply = ioc->scsih_cmds.reply; in _base_sync_drv_fw_timestamp() 983 * @mpi_reply: reply mf payload returned from firmware 1220 * @mpi_reply: reply m 1395 _base_display_reply_info(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, u32 reply) _base_display_reply_info() argument 1439 mpt3sas_base_done(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, u32 reply) mpt3sas_base_done() argument 1473 _base_async_event(struct MPT3SAS_ADAPTER *ioc, u8 msix_index, u32 reply) _base_async_event() argument 1694 u32 reply; _base_process_reply_queue() local 7030 _base_handshake_req_reply_wait(struct MPT3SAS_ADAPTER *ioc, int request_bytes, u32 *request, int reply_bytes, u16 *reply, int timeout) _base_handshake_req_reply_wait() argument 7615 mpt3sas_port_enable_done(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, u32 reply) mpt3sas_port_enable_done() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | shuttle_usbat.c | 316 unsigned char *reply = us->iobuf; in usbat_check_status() local 319 rc = usbat_get_status(us, reply); in usbat_check_status() 324 if (*reply & 0x01 && *reply != 0x51) in usbat_check_status() 328 if (*reply & 0x20) in usbat_check_status() 1060 unsigned char *reply; in usbat_flash_get_sector_count() local 1067 reply = kmalloc(512, GFP_NOIO); in usbat_flash_get_sector_count() 1068 if (!reply) in usbat_flash_get_sector_count() 1088 rc = usbat_read_block(us, reply, 512, 0); in usbat_flash_get_sector_count() 1092 info->sectors = ((u32)(reply[11 in usbat_flash_get_sector_count() [all...] |
/kernel/linux/linux-6.6/drivers/usb/storage/ |
H A D | shuttle_usbat.c | 316 unsigned char *reply = us->iobuf; in usbat_check_status() local 319 rc = usbat_get_status(us, reply); in usbat_check_status() 324 if (*reply & 0x01 && *reply != 0x51) in usbat_check_status() 328 if (*reply & 0x20) in usbat_check_status() 1060 unsigned char *reply; in usbat_flash_get_sector_count() local 1067 reply = kmalloc(512, GFP_NOIO); in usbat_flash_get_sector_count() 1068 if (!reply) in usbat_flash_get_sector_count() 1088 rc = usbat_read_block(us, reply, 512, 0); in usbat_flash_get_sector_count() 1092 info->sectors = ((u32)(reply[11 in usbat_flash_get_sector_count() [all...] |