/kernel/linux/linux-5.10/sound/soc/sof/ |
H A D | probe.c | 32 struct sof_ipc_reply reply; in sof_ipc_probe_init() local 46 &reply, sizeof(reply)); in sof_ipc_probe_init() 63 struct sof_ipc_reply reply; in sof_ipc_probe_deinit() local 69 &reply, sizeof(reply)); in sof_ipc_probe_deinit() 77 struct sof_ipc_probe_info_params *reply; in sof_ipc_probe_info() local 84 reply = kzalloc(SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL); in sof_ipc_probe_info() 85 if (!reply) in sof_ipc_probe_info() 91 msg.rhdr.hdr.size, reply, SOF_IPC_MSG_MAX_SIZ in sof_ipc_probe_info() 153 struct sof_ipc_reply reply; sof_ipc_probe_dma_add() local 187 struct sof_ipc_reply reply; sof_ipc_probe_dma_remove() local 241 struct sof_ipc_reply reply; sof_ipc_probe_points_add() local 273 struct sof_ipc_reply reply; sof_ipc_probe_points_remove() local [all...] |
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | meter.c | 235 static int ovs_meter_cmd_reply_stats(struct sk_buff *reply, u32 meter_id, in ovs_meter_cmd_reply_stats() argument 242 if (nla_put_u32(reply, OVS_METER_ATTR_ID, meter_id)) in ovs_meter_cmd_reply_stats() 245 if (nla_put(reply, OVS_METER_ATTR_STATS, in ovs_meter_cmd_reply_stats() 249 if (nla_put_u64_64bit(reply, OVS_METER_ATTR_USED, meter->used, in ovs_meter_cmd_reply_stats() 253 nla = nla_nest_start_noflag(reply, OVS_METER_ATTR_BANDS); in ovs_meter_cmd_reply_stats() 262 band_nla = nla_nest_start_noflag(reply, OVS_BAND_ATTR_UNSPEC); in ovs_meter_cmd_reply_stats() 263 if (!band_nla || nla_put(reply, OVS_BAND_ATTR_STATS, in ovs_meter_cmd_reply_stats() 267 nla_nest_end(reply, band_nla); in ovs_meter_cmd_reply_stats() 269 nla_nest_end(reply, nla); in ovs_meter_cmd_reply_stats() 281 struct sk_buff *reply; in ovs_meter_cmd_features() local 413 struct sk_buff *reply; ovs_meter_cmd_set() local 492 struct sk_buff *reply; ovs_meter_cmd_get() local 545 struct sk_buff *reply; ovs_meter_cmd_del() local [all...] |
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | meter.c | 232 static int ovs_meter_cmd_reply_stats(struct sk_buff *reply, u32 meter_id, in ovs_meter_cmd_reply_stats() argument 239 if (nla_put_u32(reply, OVS_METER_ATTR_ID, meter_id)) in ovs_meter_cmd_reply_stats() 242 if (nla_put(reply, OVS_METER_ATTR_STATS, in ovs_meter_cmd_reply_stats() 246 if (nla_put_u64_64bit(reply, OVS_METER_ATTR_USED, meter->used, in ovs_meter_cmd_reply_stats() 250 nla = nla_nest_start_noflag(reply, OVS_METER_ATTR_BANDS); in ovs_meter_cmd_reply_stats() 259 band_nla = nla_nest_start_noflag(reply, OVS_BAND_ATTR_UNSPEC); in ovs_meter_cmd_reply_stats() 260 if (!band_nla || nla_put(reply, OVS_BAND_ATTR_STATS, in ovs_meter_cmd_reply_stats() 264 nla_nest_end(reply, band_nla); in ovs_meter_cmd_reply_stats() 266 nla_nest_end(reply, nla); in ovs_meter_cmd_reply_stats() 278 struct sk_buff *reply; in ovs_meter_cmd_features() local 410 struct sk_buff *reply; ovs_meter_cmd_set() local 489 struct sk_buff *reply; ovs_meter_cmd_get() local 542 struct sk_buff *reply; ovs_meter_cmd_del() local [all...] |
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
H A D | hda-ipc.c | 25 * interrupt and send reply msg to dsp in hda_dsp_ipc_host_done() 42 * set DONE bit - tell DSP we have received the reply msg in hda_dsp_ipc_dsp_done() 43 * from DSP, and processed it, don't send more reply to host in hda_dsp_ipc_dsp_done() 71 struct sof_ipc_reply reply; in hda_dsp_ipc_get_reply() local 76 * Sometimes, there is unexpected reply ipc arriving. The reply in hda_dsp_ipc_get_reply() 89 * memory windows are powered off before sending IPC reply, in hda_dsp_ipc_get_reply() 93 reply.error = 0; in hda_dsp_ipc_get_reply() 94 reply.hdr.cmd = SOF_IPC_GLB_REPLY; in hda_dsp_ipc_get_reply() 95 reply in hda_dsp_ipc_get_reply() 277 hda_ipc_pcm_params(struct snd_sof_dev *sdev, struct snd_pcm_substream *substream, const struct sof_ipc_pcm_params_reply *reply) hda_ipc_pcm_params() argument [all...] |
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | icm.c | 442 struct icm_fr_pkg_driver_ready_response reply; in icm_fr_driver_ready() local 448 memset(&reply, 0, sizeof(reply)); in icm_fr_driver_ready() 449 ret = icm_request(tb, &request, sizeof(request), &reply, sizeof(reply), in icm_fr_driver_ready() 455 *security_level = reply.security_level & ICM_FR_SLEVEL_MASK; in icm_fr_driver_ready() 463 struct icm_fr_pkg_approve_device reply; in icm_fr_approve_switch() local 472 memset(&reply, 0, sizeof(reply)); in icm_fr_approve_switch() 474 ret = icm_request(tb, &request, sizeof(request), &reply, sizeo in icm_fr_approve_switch() 490 struct icm_fr_pkg_add_device_key_response reply; icm_fr_add_switch_key() local 518 struct icm_fr_pkg_challenge_device_response reply; icm_fr_challenge_switch_key() local 546 struct icm_fr_pkg_approve_xdomain_response reply; icm_fr_approve_xdomain_paths() local 991 struct icm_tr_pkg_driver_ready_response reply; icm_tr_driver_ready() local 1017 struct icm_tr_pkg_approve_device reply; icm_tr_approve_switch() local 1043 struct icm_tr_pkg_add_device_key_response reply; icm_tr_add_switch_key() local 1072 struct icm_tr_pkg_challenge_device_response reply; icm_tr_challenge_switch_key() local 1102 struct icm_tr_pkg_approve_xdomain_response reply; icm_tr_approve_xdomain_paths() local 1131 struct icm_tr_pkg_disconnect_xdomain_response reply; icm_tr_xdomain_tear_down() local 1455 struct icm_ar_pkg_driver_ready_response reply; icm_ar_driver_ready() local 1480 struct icm_ar_pkg_get_route_response reply; icm_ar_get_route() local 1502 struct icm_ar_pkg_preboot_acl_response reply; icm_ar_get_boot_acl() local 1540 struct icm_ar_pkg_preboot_acl_response reply; icm_ar_set_boot_acl() local 1585 struct icm_tr_pkg_driver_ready_response reply; icm_icl_driver_ready() local [all...] |
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_arp_nd_proxy.c | 184 /* its our local ip, so don't proxy reply in br_do_proxy_suppress_arp() 255 struct sk_buff *reply; in br_nd_send() local 270 reply = alloc_skb(len, GFP_ATOMIC); in br_nd_send() 271 if (!reply) in br_nd_send() 274 reply->protocol = htons(ETH_P_IPV6); in br_nd_send() 275 reply->dev = dev; in br_nd_send() 276 skb_reserve(reply, LL_RESERVED_SPACE(dev)); in br_nd_send() 277 skb_push(reply, sizeof(struct ethhdr)); in br_nd_send() 278 skb_set_mac_header(reply, 0); in br_nd_send() 287 kfree_skb(reply); in br_nd_send() [all...] |
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_arp_nd_proxy.c | 184 /* its our local ip, so don't proxy reply in br_do_proxy_suppress_arp() 255 struct sk_buff *reply; in br_nd_send() local 270 reply = alloc_skb(len, GFP_ATOMIC); in br_nd_send() 271 if (!reply) in br_nd_send() 274 reply->protocol = htons(ETH_P_IPV6); in br_nd_send() 275 reply->dev = dev; in br_nd_send() 276 skb_reserve(reply, LL_RESERVED_SPACE(dev)); in br_nd_send() 277 skb_push(reply, sizeof(struct ethhdr)); in br_nd_send() 278 skb_set_mac_header(reply, 0); in br_nd_send() 287 kfree_skb(reply); in br_nd_send() [all...] |
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | icm.c | 54 * @reply: Reply from ICM firmware is placed here 59 struct icm_usb4_switch_op_response reply; member 458 struct icm_fr_pkg_driver_ready_response reply; in icm_fr_driver_ready() local 464 memset(&reply, 0, sizeof(reply)); in icm_fr_driver_ready() 465 ret = icm_request(tb, &request, sizeof(request), &reply, sizeof(reply), in icm_fr_driver_ready() 471 *security_level = reply.security_level & ICM_FR_SLEVEL_MASK; in icm_fr_driver_ready() 479 struct icm_fr_pkg_approve_device reply; in icm_fr_approve_switch() local 488 memset(&reply, in icm_fr_approve_switch() 506 struct icm_fr_pkg_add_device_key_response reply; icm_fr_add_switch_key() local 534 struct icm_fr_pkg_challenge_device_response reply; icm_fr_challenge_switch_key() local 564 struct icm_fr_pkg_approve_xdomain_response reply; icm_fr_approve_xdomain_paths() local 1015 struct icm_tr_pkg_driver_ready_response reply; icm_tr_driver_ready() local 1044 struct icm_tr_pkg_approve_device reply; icm_tr_approve_switch() local 1070 struct icm_tr_pkg_add_device_key_response reply; icm_tr_add_switch_key() local 1099 struct icm_tr_pkg_challenge_device_response reply; icm_tr_challenge_switch_key() local 1131 struct icm_tr_pkg_approve_xdomain_response reply; icm_tr_approve_xdomain_paths() local 1160 struct icm_tr_pkg_disconnect_xdomain_response reply; icm_tr_xdomain_tear_down() local 1491 struct icm_ar_pkg_driver_ready_response reply; icm_ar_driver_ready() local 1516 struct icm_ar_pkg_get_route_response reply; icm_ar_get_route() local 1538 struct icm_ar_pkg_preboot_acl_response reply; icm_ar_get_boot_acl() local 1576 struct icm_ar_pkg_preboot_acl_response reply; icm_ar_set_boot_acl() local 1621 struct icm_tr_pkg_driver_ready_response reply; icm_icl_driver_ready() local 2262 struct icm_usb4_switch_op_response reply; icm_usb4_switch_op() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | wmi.c | 2041 u16 reply_id, void *reply, u16 reply_size, int to_msec) in wmi_call() 2052 wil->reply_buf = reply; in wmi_call() 2136 } __packed reply = { in wmi_led_cfg() local 2154 WMI_LED_CFG_DONE_EVENTID, &reply, sizeof(reply), in wmi_led_cfg() 2159 if (reply.evt.status) { in wmi_led_cfg() 2161 led_id, le32_to_cpu(reply.evt.status)); in wmi_led_cfg() 2181 } __packed reply = { in wmi_rbufcap_cfg() local 2186 WMI_RBUFCAP_CFG_EVENTID, &reply, sizeof(reply), in wmi_rbufcap_cfg() 2040 wmi_call(struct wil6210_priv *wil, u16 cmdid, u8 mid, void *buf, u16 len, u16 reply_id, void *reply, u16 reply_size, int to_msec) wmi_call() argument 2223 } __packed reply = { wmi_pcp_start() local 2299 } __packed reply; wmi_get_ssid() local 2338 } __packed reply; wmi_get_channel() local 2368 } __packed reply = { wmi_p2p_cfg() local 2391 } __packed reply = { wmi_start_listen() local 2415 } __packed reply = { wmi_start_search() local 2588 } __packed reply = { wmi_rxon() local 2688 } __packed reply; wmi_get_temperature() local 2720 } __packed reply; wmi_get_all_temperatures() local 2758 } __packed reply; wmi_disconnect_sta() local 2857 } __packed reply = { wmi_addba_rx_resp() local 2913 } __packed reply = { wmi_addba_rx_resp_edma() local 2948 } __packed reply = { wmi_ps_dev_profile_cfg() local 2983 } __packed reply = { wmi_set_mgmt_retry() local 3015 } __packed reply; wmi_get_mgmt_retry() local 3109 } __packed reply = { wmi_suspend() local 3196 } __packed reply = { wmi_resume() local 3226 } __packed reply = { wmi_port_allocate() local 3279 } __packed reply = { wmi_port_delete() local 3552 } __packed reply = { wmi_start_sched_scan() local 3593 } __packed reply = { wmi_stop_sched_scan() local 3731 } __packed reply = { wil_wmi_tx_sring_cfg() local 3772 } __packed reply = { wil_wmi_cfg_def_rx_offload() local 3812 } __packed reply = { wil_wmi_rx_sring_add() local 3853 } __packed reply = { wil_wmi_rx_desc_ring_add() local 3904 } __packed reply = { wil_wmi_tx_desc_ring_add() local 3949 } __packed reply = { wil_wmi_bcast_desc_ring_add() local 3990 } __packed reply = { wmi_link_stats_cfg() local 4031 } __packed reply = { wmi_set_cqm_rssi_config() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | wmi.c | 2042 u16 reply_id, void *reply, u16 reply_size, int to_msec) in wmi_call() 2053 wil->reply_buf = reply; in wmi_call() 2137 } __packed reply = { in wmi_led_cfg() local 2155 WMI_LED_CFG_DONE_EVENTID, &reply, sizeof(reply), in wmi_led_cfg() 2160 if (reply.evt.status) { in wmi_led_cfg() 2162 led_id, le32_to_cpu(reply.evt.status)); in wmi_led_cfg() 2182 } __packed reply = { in wmi_rbufcap_cfg() local 2187 WMI_RBUFCAP_CFG_EVENTID, &reply, sizeof(reply), in wmi_rbufcap_cfg() 2041 wmi_call(struct wil6210_priv *wil, u16 cmdid, u8 mid, void *buf, u16 len, u16 reply_id, void *reply, u16 reply_size, int to_msec) wmi_call() argument 2224 } __packed reply = { wmi_pcp_start() local 2300 } __packed reply; wmi_get_ssid() local 2339 } __packed reply; wmi_get_channel() local 2369 } __packed reply = { wmi_p2p_cfg() local 2392 } __packed reply = { wmi_start_listen() local 2416 } __packed reply = { wmi_start_search() local 2589 } __packed reply = { wmi_rxon() local 2689 } __packed reply; wmi_get_temperature() local 2721 } __packed reply; wmi_get_all_temperatures() local 2759 } __packed reply; wmi_disconnect_sta() local 2858 } __packed reply = { wmi_addba_rx_resp() local 2914 } __packed reply = { wmi_addba_rx_resp_edma() local 2949 } __packed reply = { wmi_ps_dev_profile_cfg() local 2984 } __packed reply = { wmi_set_mgmt_retry() local 3016 } __packed reply; wmi_get_mgmt_retry() local 3110 } __packed reply = { wmi_suspend() local 3197 } __packed reply = { wmi_resume() local 3227 } __packed reply = { wmi_port_allocate() local 3280 } __packed reply = { wmi_port_delete() local 3553 } __packed reply = { wmi_start_sched_scan() local 3594 } __packed reply = { wmi_stop_sched_scan() local 3732 } __packed reply = { wil_wmi_tx_sring_cfg() local 3773 } __packed reply = { wil_wmi_cfg_def_rx_offload() local 3813 } __packed reply = { wil_wmi_rx_sring_add() local 3854 } __packed reply = { wil_wmi_rx_desc_ring_add() local 3905 } __packed reply = { wil_wmi_tx_desc_ring_add() local 3950 } __packed reply = { wil_wmi_bcast_desc_ring_add() local 3991 } __packed reply = { wmi_link_stats_cfg() local 4032 } __packed reply = { wmi_set_cqm_rssi_config() local [all...] |
/kernel/linux/linux-6.6/tools/net/ynl/ |
H A D | ethtool.py | 39 def print_field(reply, *desc): 41 Pretty-print a set of fields from the reply. desc specifies the 45 return print_field(reply, *zip(reply.keys(), reply.keys())) 54 value = reply.get(field, None) 90 reply = ynl.dump(op_name, { 'header': {} } | extra) 91 if not reply: 94 for msg in reply: 223 reply [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | cmsg.c | 58 struct cmsg_reply_map_simple *reply) in nfp_bpf_ctrl_rc_to_errno() 72 rc = be32_to_cpu(reply->rc); in nfp_bpf_ctrl_rc_to_errno() 84 struct cmsg_reply_map_alloc_tbl *reply; in nfp_bpf_ctrl_alloc_map() local 102 sizeof(*reply)); in nfp_bpf_ctrl_alloc_map() 106 reply = (void *)skb->data; in nfp_bpf_ctrl_alloc_map() 107 err = nfp_bpf_ctrl_rc_to_errno(bpf, &reply->reply_hdr); in nfp_bpf_ctrl_alloc_map() 111 tid = be32_to_cpu(reply->tid); in nfp_bpf_ctrl_alloc_map() 122 struct cmsg_reply_map_free_tbl *reply; in nfp_bpf_ctrl_free_map() local 137 sizeof(*reply)); in nfp_bpf_ctrl_free_map() 143 reply in nfp_bpf_ctrl_free_map() 57 nfp_bpf_ctrl_rc_to_errno(struct nfp_app_bpf *bpf, struct cmsg_reply_map_simple *reply) nfp_bpf_ctrl_rc_to_errno() argument 166 nfp_bpf_ctrl_reply_key(struct nfp_app_bpf *bpf, struct cmsg_reply_map_op *reply, unsigned int n) nfp_bpf_ctrl_reply_key() argument 173 nfp_bpf_ctrl_reply_val(struct nfp_app_bpf *bpf, struct cmsg_reply_map_op *reply, unsigned int n) nfp_bpf_ctrl_reply_val() argument 205 struct cmsg_reply_map_op *reply; nfp_bpf_ctrl_op_cache_get() local 299 struct cmsg_reply_map_op *reply; nfp_bpf_ctrl_entry_op() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | cmsg.c | 58 struct cmsg_reply_map_simple *reply) in nfp_bpf_ctrl_rc_to_errno() 72 rc = be32_to_cpu(reply->rc); in nfp_bpf_ctrl_rc_to_errno() 84 struct cmsg_reply_map_alloc_tbl *reply; in nfp_bpf_ctrl_alloc_map() local 102 sizeof(*reply)); in nfp_bpf_ctrl_alloc_map() 106 reply = (void *)skb->data; in nfp_bpf_ctrl_alloc_map() 107 err = nfp_bpf_ctrl_rc_to_errno(bpf, &reply->reply_hdr); in nfp_bpf_ctrl_alloc_map() 111 tid = be32_to_cpu(reply->tid); in nfp_bpf_ctrl_alloc_map() 122 struct cmsg_reply_map_free_tbl *reply; in nfp_bpf_ctrl_free_map() local 137 sizeof(*reply)); in nfp_bpf_ctrl_free_map() 143 reply in nfp_bpf_ctrl_free_map() 57 nfp_bpf_ctrl_rc_to_errno(struct nfp_app_bpf *bpf, struct cmsg_reply_map_simple *reply) nfp_bpf_ctrl_rc_to_errno() argument 166 nfp_bpf_ctrl_reply_key(struct nfp_app_bpf *bpf, struct cmsg_reply_map_op *reply, unsigned int n) nfp_bpf_ctrl_reply_key() argument 173 nfp_bpf_ctrl_reply_val(struct nfp_app_bpf *bpf, struct cmsg_reply_map_op *reply, unsigned int n) nfp_bpf_ctrl_reply_val() argument 205 struct cmsg_reply_map_op *reply; nfp_bpf_ctrl_op_cache_get() local 299 struct cmsg_reply_map_op *reply; nfp_bpf_ctrl_entry_op() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_msg.c | 198 * @reply: Pointer to buffer holding reply. 199 * @reply_len: Length of the reply. 204 static unsigned long vmw_port_hb_in(struct rpc_channel *channel, char *reply, in vmw_port_hb_in() argument 214 di = (uintptr_t) reply; in vmw_port_hb_in() 243 memcpy(reply, &ebx, bytes); in vmw_port_hb_in() 245 reply += bytes; in vmw_port_hb_in() 316 char *reply; in vmw_recv_msg() local 338 DRM_ERROR("Failed to get reply size for host message.\n"); in vmw_recv_msg() 342 /* No reply availabl in vmw_recv_msg() 422 char *msg, *reply = NULL; vmw_host_get_guestinfo() local 571 char *reply = NULL; vmw_msg_ioctl() local [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | cec-funcs.h | 59 int reply) in cec_msg_request_active_source() 64 msg->reply = reply ? CEC_MSG_ACTIVE_SOURCE : 0; in cec_msg_request_active_source() 84 int reply, in cec_msg_routing_change() 95 msg->reply = reply ? CEC_MSG_ROUTING_INFORMATION : 0; in cec_msg_routing_change() 131 static inline void cec_msg_record_off(struct cec_msg *msg, int reply) in cec_msg_record_off() argument 135 msg->reply = reply ? CEC_MSG_RECORD_STATUS : 0; in cec_msg_record_off() 293 int reply, in cec_msg_record_on() 58 cec_msg_request_active_source(struct cec_msg *msg, int reply) cec_msg_request_active_source() argument 83 cec_msg_routing_change(struct cec_msg *msg, int reply, __u16 orig_phys_addr, __u16 new_phys_addr) cec_msg_routing_change() argument 292 cec_msg_record_on(struct cec_msg *msg, int reply, const struct cec_op_record_src *rec_src) cec_msg_record_on() argument 359 cec_msg_record_tv_screen(struct cec_msg *msg, int reply) cec_msg_record_tv_screen() argument 433 cec_msg_clear_analogue_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ana_bcast_type, __u16 ana_freq, __u8 bcast_system) cec_msg_clear_analogue_timer() argument 488 cec_msg_clear_digital_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, const struct cec_op_digital_service_id *digital) cec_msg_clear_digital_timer() argument 534 cec_msg_clear_ext_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ext_src_spec, __u8 plug, __u16 phys_addr) cec_msg_clear_ext_timer() argument 589 cec_msg_set_analogue_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ana_bcast_type, __u16 ana_freq, __u8 bcast_system) cec_msg_set_analogue_timer() argument 644 cec_msg_set_digital_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, const struct cec_op_digital_service_id *digital) cec_msg_set_digital_timer() argument 690 cec_msg_set_ext_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ext_src_spec, __u8 plug, __u16 phys_addr) cec_msg_set_ext_timer() argument 782 cec_msg_get_cec_version(struct cec_msg *msg, int reply) cec_msg_get_cec_version() argument 808 cec_msg_give_physical_addr(struct cec_msg *msg, int reply) cec_msg_give_physical_addr() argument 832 cec_msg_get_menu_language(struct cec_msg *msg, int reply) cec_msg_get_menu_language() argument 882 cec_msg_give_features(struct cec_msg *msg, int reply) cec_msg_give_features() argument 919 cec_msg_give_deck_status(struct cec_msg *msg, int reply, __u8 status_req) cec_msg_give_deck_status() argument 1024 cec_msg_give_tuner_device_status(struct cec_msg *msg, int reply, __u8 status_req) cec_msg_give_tuner_device_status() argument 1108 cec_msg_give_device_vendor_id(struct cec_msg *msg, int reply) cec_msg_give_device_vendor_id() argument 1244 cec_msg_give_osd_name(struct cec_msg *msg, int reply) cec_msg_give_osd_name() argument 1268 cec_msg_menu_request(struct cec_msg *msg, int reply, __u8 menu_req) cec_msg_menu_request() argument 1380 cec_msg_give_device_power_status(struct cec_msg *msg, int reply) cec_msg_give_device_power_status() argument 1440 cec_msg_give_audio_status(struct cec_msg *msg, int reply) cec_msg_give_audio_status() argument 1462 cec_msg_system_audio_mode_request(struct cec_msg *msg, int reply, __u16 phys_addr) cec_msg_system_audio_mode_request() argument 1497 cec_msg_give_system_audio_mode_status(struct cec_msg *msg, int reply) cec_msg_give_system_audio_mode_status() argument 1537 cec_msg_request_short_audio_descriptor(struct cec_msg *msg, int reply, __u8 num_descriptors, const __u8 *audio_format_id, const __u8 *audio_format_code) cec_msg_request_short_audio_descriptor() argument 1595 cec_msg_initiate_arc(struct cec_msg *msg, int reply) cec_msg_initiate_arc() argument 1603 cec_msg_request_arc_initiation(struct cec_msg *msg, int reply) cec_msg_request_arc_initiation() argument 1617 cec_msg_terminate_arc(struct cec_msg *msg, int reply) cec_msg_terminate_arc() argument 1625 cec_msg_request_arc_termination(struct cec_msg *msg, int reply) cec_msg_request_arc_termination() argument 1671 cec_msg_request_current_latency(struct cec_msg *msg, int reply, __u16 phys_addr) cec_msg_request_current_latency() argument [all...] |
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | cec-funcs.h | 59 int reply) in cec_msg_request_active_source() 64 msg->reply = reply ? CEC_MSG_ACTIVE_SOURCE : 0; in cec_msg_request_active_source() 84 int reply, in cec_msg_routing_change() 95 msg->reply = reply ? CEC_MSG_ROUTING_INFORMATION : 0; in cec_msg_routing_change() 131 static inline void cec_msg_record_off(struct cec_msg *msg, int reply) in cec_msg_record_off() argument 135 msg->reply = reply ? CEC_MSG_RECORD_STATUS : 0; in cec_msg_record_off() 293 int reply, in cec_msg_record_on() 58 cec_msg_request_active_source(struct cec_msg *msg, int reply) cec_msg_request_active_source() argument 83 cec_msg_routing_change(struct cec_msg *msg, int reply, __u16 orig_phys_addr, __u16 new_phys_addr) cec_msg_routing_change() argument 292 cec_msg_record_on(struct cec_msg *msg, int reply, const struct cec_op_record_src *rec_src) cec_msg_record_on() argument 359 cec_msg_record_tv_screen(struct cec_msg *msg, int reply) cec_msg_record_tv_screen() argument 433 cec_msg_clear_analogue_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ana_bcast_type, __u16 ana_freq, __u8 bcast_system) cec_msg_clear_analogue_timer() argument 488 cec_msg_clear_digital_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, const struct cec_op_digital_service_id *digital) cec_msg_clear_digital_timer() argument 534 cec_msg_clear_ext_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ext_src_spec, __u8 plug, __u16 phys_addr) cec_msg_clear_ext_timer() argument 589 cec_msg_set_analogue_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ana_bcast_type, __u16 ana_freq, __u8 bcast_system) cec_msg_set_analogue_timer() argument 644 cec_msg_set_digital_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, const struct cec_op_digital_service_id *digital) cec_msg_set_digital_timer() argument 690 cec_msg_set_ext_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ext_src_spec, __u8 plug, __u16 phys_addr) cec_msg_set_ext_timer() argument 782 cec_msg_get_cec_version(struct cec_msg *msg, int reply) cec_msg_get_cec_version() argument 808 cec_msg_give_physical_addr(struct cec_msg *msg, int reply) cec_msg_give_physical_addr() argument 832 cec_msg_get_menu_language(struct cec_msg *msg, int reply) cec_msg_get_menu_language() argument 882 cec_msg_give_features(struct cec_msg *msg, int reply) cec_msg_give_features() argument 919 cec_msg_give_deck_status(struct cec_msg *msg, int reply, __u8 status_req) cec_msg_give_deck_status() argument 1024 cec_msg_give_tuner_device_status(struct cec_msg *msg, int reply, __u8 status_req) cec_msg_give_tuner_device_status() argument 1108 cec_msg_give_device_vendor_id(struct cec_msg *msg, int reply) cec_msg_give_device_vendor_id() argument 1244 cec_msg_give_osd_name(struct cec_msg *msg, int reply) cec_msg_give_osd_name() argument 1268 cec_msg_menu_request(struct cec_msg *msg, int reply, __u8 menu_req) cec_msg_menu_request() argument 1380 cec_msg_give_device_power_status(struct cec_msg *msg, int reply) cec_msg_give_device_power_status() argument 1440 cec_msg_give_audio_status(struct cec_msg *msg, int reply) cec_msg_give_audio_status() argument 1462 cec_msg_system_audio_mode_request(struct cec_msg *msg, int reply, __u16 phys_addr) cec_msg_system_audio_mode_request() argument 1497 cec_msg_give_system_audio_mode_status(struct cec_msg *msg, int reply) cec_msg_give_system_audio_mode_status() argument 1537 cec_msg_request_short_audio_descriptor(struct cec_msg *msg, int reply, __u8 num_descriptors, const __u8 *audio_format_id, const __u8 *audio_format_code) cec_msg_request_short_audio_descriptor() argument 1609 cec_msg_initiate_arc(struct cec_msg *msg, int reply) cec_msg_initiate_arc() argument 1617 cec_msg_request_arc_initiation(struct cec_msg *msg, int reply) cec_msg_request_arc_initiation() argument 1631 cec_msg_terminate_arc(struct cec_msg *msg, int reply) cec_msg_terminate_arc() argument 1639 cec_msg_request_arc_termination(struct cec_msg *msg, int reply) cec_msg_request_arc_termination() argument 1685 cec_msg_request_current_latency(struct cec_msg *msg, int reply, __u16 phys_addr) cec_msg_request_current_latency() argument [all...] |
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | cec-funcs.h | 46 int reply) in cec_msg_request_active_source() 51 msg->reply = reply ? CEC_MSG_ACTIVE_SOURCE : 0; in cec_msg_request_active_source() 68 int reply, in cec_msg_routing_change() 79 msg->reply = reply ? CEC_MSG_ROUTING_INFORMATION : 0; in cec_msg_routing_change() 106 static inline void cec_msg_record_off(struct cec_msg *msg, int reply) in cec_msg_record_off() argument 110 msg->reply = reply ? CEC_MSG_RECORD_STATUS : 0; in cec_msg_record_off() 254 int reply, in cec_msg_record_on() 45 cec_msg_request_active_source(struct cec_msg *msg, int reply) cec_msg_request_active_source() argument 67 cec_msg_routing_change(struct cec_msg *msg, int reply, __u16 orig_phys_addr, __u16 new_phys_addr) cec_msg_routing_change() argument 253 cec_msg_record_on(struct cec_msg *msg, int reply, const struct cec_op_record_src *rec_src) cec_msg_record_on() argument 316 cec_msg_record_tv_screen(struct cec_msg *msg, int reply) cec_msg_record_tv_screen() argument 383 cec_msg_clear_analogue_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ana_bcast_type, __u16 ana_freq, __u8 bcast_system) cec_msg_clear_analogue_timer() argument 436 cec_msg_clear_digital_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, const struct cec_op_digital_service_id *digital) cec_msg_clear_digital_timer() argument 480 cec_msg_clear_ext_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ext_src_spec, __u8 plug, __u16 phys_addr) cec_msg_clear_ext_timer() argument 533 cec_msg_set_analogue_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ana_bcast_type, __u16 ana_freq, __u8 bcast_system) cec_msg_set_analogue_timer() argument 586 cec_msg_set_digital_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, const struct cec_op_digital_service_id *digital) cec_msg_set_digital_timer() argument 630 cec_msg_set_ext_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ext_src_spec, __u8 plug, __u16 phys_addr) cec_msg_set_ext_timer() argument 713 cec_msg_get_cec_version(struct cec_msg *msg, int reply) cec_msg_get_cec_version() argument 736 cec_msg_give_physical_addr(struct cec_msg *msg, int reply) cec_msg_give_physical_addr() argument 757 cec_msg_get_menu_language(struct cec_msg *msg, int reply) cec_msg_get_menu_language() argument 795 cec_msg_give_features(struct cec_msg *msg, int reply) cec_msg_give_features() argument 826 cec_msg_give_deck_status(struct cec_msg *msg, int reply, __u8 status_req) cec_msg_give_deck_status() argument 920 cec_msg_give_tuner_device_status(struct cec_msg *msg, int reply, __u8 status_req) cec_msg_give_tuner_device_status() argument 992 cec_msg_give_device_vendor_id(struct cec_msg *msg, int reply) cec_msg_give_device_vendor_id() argument 1105 cec_msg_give_osd_name(struct cec_msg *msg, int reply) cec_msg_give_osd_name() argument 1124 cec_msg_menu_request(struct cec_msg *msg, int reply, __u8 menu_req) cec_msg_menu_request() argument 1225 cec_msg_give_device_power_status(struct cec_msg *msg, int reply) cec_msg_give_device_power_status() argument 1274 cec_msg_give_audio_status(struct cec_msg *msg, int reply) cec_msg_give_audio_status() argument 1293 cec_msg_system_audio_mode_request(struct cec_msg *msg, int reply, __u16 phys_addr) cec_msg_system_audio_mode_request() argument 1323 cec_msg_give_system_audio_mode_status(struct cec_msg *msg, int reply) cec_msg_give_system_audio_mode_status() argument 1358 cec_msg_request_short_audio_descriptor(struct cec_msg *msg, int reply, __u8 num_descriptors, const __u8 *audio_format_id, const __u8 *audio_format_code) cec_msg_request_short_audio_descriptor() argument 1405 cec_msg_initiate_arc(struct cec_msg *msg, int reply) cec_msg_initiate_arc() argument 1412 cec_msg_request_arc_initiation(struct cec_msg *msg, int reply) cec_msg_request_arc_initiation() argument 1424 cec_msg_terminate_arc(struct cec_msg *msg, int reply) cec_msg_terminate_arc() argument 1431 cec_msg_request_arc_termination(struct cec_msg *msg, int reply) cec_msg_request_arc_termination() argument 1471 cec_msg_request_current_latency(struct cec_msg *msg, int reply, __u16 phys_addr) cec_msg_request_current_latency() argument [all...] |
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | sof-client-probes-ipc3.c | 107 struct sof_ipc_probe_info_params *reply; in ipc3_probes_info() local 114 reply = kzalloc(max_msg_size, GFP_KERNEL); in ipc3_probes_info() 115 if (!reply) in ipc3_probes_info() 120 ret = sof_client_ipc_tx_message(cdev, &msg, reply, max_msg_size); in ipc3_probes_info() 121 if (ret < 0 || reply->rhdr.error < 0) in ipc3_probes_info() 124 if (!reply->num_elems) in ipc3_probes_info() 128 bytes = sizeof(reply->dma[0]); in ipc3_probes_info() 130 bytes = sizeof(reply->desc[0]); in ipc3_probes_info() 131 bytes *= reply->num_elems; in ipc3_probes_info() 132 *params = kmemdup(&reply in ipc3_probes_info() [all...] |
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | mconsole_user.c | 40 static int mconsole_reply_v0(struct mc_request *req, char *reply) in mconsole_reply_v0() argument 45 iov.iov_base = reply; in mconsole_reply_v0() 46 iov.iov_len = strlen(reply); in mconsole_reply_v0() 134 struct mconsole_reply reply; in mconsole_reply_len() local 138 reply.err = err; in mconsole_reply_len() 145 if (len == total) reply.more = more; in mconsole_reply_len() 146 else reply.more = 1; in mconsole_reply_len() 148 memcpy(reply.data, str, len); in mconsole_reply_len() 149 reply.data[len] = '\0'; in mconsole_reply_len() 152 reply in mconsole_reply_len() [all...] |
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | mconsole_user.c | 40 static int mconsole_reply_v0(struct mc_request *req, char *reply) in mconsole_reply_v0() argument 45 iov.iov_base = reply; in mconsole_reply_v0() 46 iov.iov_len = strlen(reply); in mconsole_reply_v0() 134 struct mconsole_reply reply; in mconsole_reply_len() local 138 reply.err = err; in mconsole_reply_len() 145 if (len == total) reply.more = more; in mconsole_reply_len() 146 else reply.more = 1; in mconsole_reply_len() 148 memcpy(reply.data, str, len); in mconsole_reply_len() 149 reply.data[len] = '\0'; in mconsole_reply_len() 152 reply in mconsole_reply_len() [all...] |
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | eeprom.c | 54 struct eeprom_reply_data *reply) in eeprom_fallback() 56 struct net_device *dev = reply->base.dev; in eeprom_fallback() 78 reply->data = data; in eeprom_fallback() 79 reply->length = eeprom.len; in eeprom_fallback() 107 struct eeprom_reply_data *reply = MODULE_EEPROM_REPDATA(reply_base); in eeprom_prepare_data() local 130 reply->length = ret; in eeprom_prepare_data() 131 reply->data = page_data.data; in eeprom_prepare_data() 142 return eeprom_fallback(request, reply); in eeprom_prepare_data() 203 struct eeprom_reply_data *reply = MODULE_EEPROM_REPDATA(reply_base); in eeprom_fill_reply() local 205 return nla_put(skb, ETHTOOL_A_MODULE_EEPROM_DATA, reply in eeprom_fill_reply() 53 eeprom_fallback(struct eeprom_req_info *request, struct eeprom_reply_data *reply) eeprom_fallback() argument 210 struct eeprom_reply_data *reply = MODULE_EEPROM_REPDATA(reply_base); eeprom_cleanup_data() local [all...] |
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | rave-sp.c | 95 * @length: Expected reply length 96 * @data: Buffer to store reply payload in 97 * @code: Expected reply code 98 * @ackid: Expected reply ACK ID 99 * @received: Successful reply reception completion 177 * @ackid: ACK ID used in last reply sent to the device 179 * @reply_lock: Lock protecting @reply 180 * @reply: Pointer to memory to store reply payload 194 struct rave_sp_reply *reply; member 346 struct rave_sp_reply reply = { rave_sp_exec() local 407 struct rave_sp_reply *reply; rave_sp_receive_reply() local [all...] |
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | rave-sp.c | 95 * @length: Expected reply length 96 * @data: Buffer to store reply payload in 97 * @code: Expected reply code 98 * @ackid: Expected reply ACK ID 99 * @received: Successful reply reception completion 177 * @ackid: ACK ID used in last reply sent to the device 179 * @reply_lock: Lock protecting @reply 180 * @reply: Pointer to memory to store reply payload 194 struct rave_sp_reply *reply; member 346 struct rave_sp_reply reply = { rave_sp_exec() local 407 struct rave_sp_reply *reply; rave_sp_receive_reply() local [all...] |
/kernel/linux/linux-5.10/sound/soc/intel/catpt/ |
H A D | messages.c | 17 struct catpt_ipc_msg request = {{0}}, reply; in catpt_ipc_get_fw_version() local 21 reply.size = sizeof(*version); in catpt_ipc_get_fw_version() 22 reply.data = version; in catpt_ipc_get_fw_version() 24 ret = catpt_dsp_send_msg(cdev, request, &reply); in catpt_ipc_get_fw_version() 58 struct catpt_ipc_msg request, reply; in catpt_ipc_alloc_stream() local 94 reply.size = sizeof(*sinfo); in catpt_ipc_alloc_stream() 95 reply.data = sinfo; in catpt_ipc_alloc_stream() 97 ret = catpt_dsp_send_msg(cdev, request, &reply); in catpt_ipc_alloc_stream() 146 struct catpt_ipc_msg request, reply; in catpt_ipc_enter_dxstate() local 152 reply in catpt_ipc_enter_dxstate() 166 struct catpt_ipc_msg request = {{0}}, reply; catpt_ipc_get_mixer_stream_info() local [all...] |
H A D | ipc.c | 45 struct catpt_ipc_msg *reply) in catpt_ipc_msg_init() 50 ipc->rx.size = reply ? reply->size : 0; in catpt_ipc_msg_init() 79 /* wait for delayed reply */ in catpt_wait_msg_completion() 87 struct catpt_ipc_msg *reply, int timeout) in catpt_dsp_do_send_msg() 96 (reply && reply->size > ipc->config.outbox_size)) in catpt_dsp_do_send_msg() 100 catpt_ipc_msg_init(ipc, reply); in catpt_dsp_do_send_msg() 114 if (reply) { in catpt_dsp_do_send_msg() 115 reply in catpt_dsp_do_send_msg() 44 catpt_ipc_msg_init(struct catpt_ipc *ipc, struct catpt_ipc_msg *reply) catpt_ipc_msg_init() argument 85 catpt_dsp_do_send_msg(struct catpt_dev *cdev, struct catpt_ipc_msg request, struct catpt_ipc_msg *reply, int timeout) catpt_dsp_do_send_msg() argument 124 catpt_dsp_send_msg_timeout(struct catpt_dev *cdev, struct catpt_ipc_msg request, struct catpt_ipc_msg *reply, int timeout) catpt_dsp_send_msg_timeout() argument 138 catpt_dsp_send_msg(struct catpt_dev *cdev, struct catpt_ipc_msg request, struct catpt_ipc_msg *reply) catpt_dsp_send_msg() argument [all...] |