Home
last modified time | relevance | path

Searched refs:resp (Results 1 – 25 of 597) sorted by relevance

12345678910>>...24

/linux-6.3-rc2/drivers/mfd/
A Dsi476x-cmd.c449 resp, ARRAY_SIZE(resp), in si476x_core_cmd_set_property()
536 resp, ARRAY_SIZE(resp), in si476x_core_cmd_dig_audio_pin_cfg()
585 resp, ARRAY_SIZE(resp), in si476x_core_cmd_zif_pin_cfg()
642 resp, ARRAY_SIZE(resp), in si476x_core_cmd_ic_link_gpo_ctl_pin_cfg()
670 resp, ARRAY_SIZE(resp), in si476x_core_cmd_ana_audio_pin_cfg()
882 resp, sizeof(resp)); in si476x_core_cmd_fm_seek_start()
1058 resp, sizeof(resp)); in si476x_core_cmd_am_seek_start()
1147 resp, sizeof(resp)); in si476x_core_cmd_am_tune_freq_a10()
1163 resp, sizeof(resp)); in si476x_core_cmd_am_tune_freq_a20()
1351 resp, sizeof(resp)); in si476x_core_cmd_fm_tune_freq_a10()
[all …]
/linux-6.3-rc2/fs/nfsd/
A Dnfs2acl.c41 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsacld_proc_getacl()
53 resp->status = fh_getattr(fh, &resp->stat); in nfsacld_proc_getacl()
104 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_SATTR); in nfsacld_proc_setacl()
129 resp->status = fh_getattr(fh, &resp->stat); in nfsacld_proc_setacl()
157 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsacld_proc_getattr()
160 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsacld_proc_getattr()
179 resp->status = nfsd_access(rqstp, &resp->fh, &resp->access, NULL); in nfsacld_proc_access()
182 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsacld_proc_access()
257 if (!svcxdr_encode_fattr(rqstp, xdr, &resp->fh, &resp->stat)) in nfsaclsvc_encode_getaclres()
282 if (!svcxdr_encode_fattr(rqstp, xdr, &resp->fh, &resp->stat)) in nfsaclsvc_encode_accessres()
[all …]
A Dnfs3proc.c53 resp->status = fh_verify(rqstp, &resp->fh, 0, in nfsd3_proc_getattr()
58 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd3_proc_getattr()
79 resp->status = nfsd_setattr(rqstp, &resp->fh, &attrs, in nfsd3_proc_setattr()
101 resp->status = nfsd_lookup(rqstp, &resp->dirfh, in nfsd3_proc_lookup()
122 resp->status = nfsd_access(rqstp, &resp->fh, &resp->access, NULL); in nfsd3_proc_access()
141 resp->status = nfsd_readlink(rqstp, &resp->fh, in nfsd3_proc_readlink()
142 page_address(*resp->pages), &resp->len); in nfsd3_proc_readlink()
189 resp->status = nfsd_read(rqstp, &resp->fh, argp->offset, in nfsd3_proc_read()
190 rqstp->rq_vec, v, &resp->count, &resp->eof); in nfsd3_proc_read()
222 resp->committed, resp->verf); in nfsd3_proc_write()
[all …]
A Dnfs3xdr.c747 switch (resp->status) { in nfs3svc_encode_getattrres()
749 lease_get_mtime(d_inode(resp->fh.fh_dentry), &resp->stat.mtime); in nfs3svc_encode_getattrres()
750 if (!svcxdr_encode_fattr3(rqstp, xdr, &resp->fh, &resp->stat)) in nfs3svc_encode_getattrres()
776 switch (resp->status) { in nfs3svc_encode_lookupres()
801 switch (resp->status) { in nfs3svc_encode_accessres()
831 xdr_write_pages(xdr, resp->pages, 0, resp->len); in nfs3svc_encode_readlinkres()
863 resp->count); in nfs3svc_encode_readres()
1031 write_bytes_to_xdr_buf(&resp->dirlist, resp->cookie_offset, &cookie, in nfs3svc_encode_cookie3()
1344 fh_put(&resp->fh); in nfs3svc_release_fhandle()
1352 fh_put(&resp->fh1); in nfs3svc_release_fhandle2()
[all …]
A Dnfsproc.c35 resp->status = fh_verify(rqstp, &resp->fh, 0, in nfsd_proc_getattr()
39 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_getattr()
110 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_setattr()
144 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_lookup()
164 page_address(resp->page), &resp->len); in nfsd_proc_readlink()
209 resp->status = nfsd_read(rqstp, &resp->fh, argp->offset, in nfsd_proc_read()
212 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_read()
247 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_write()
350 if (resp->status && resp->status != nfserr_rofs) in nfsd_proc_create()
416 resp->status = fh_getattr(&resp->fh, &resp->stat); in nfsd_proc_create()
[all …]
A Dnfs3acl.c37 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_NOP); in nfsd3_proc_getacl()
38 if (resp->status != nfs_ok) in nfsd3_proc_getacl()
44 resp->status = nfserr_inval; in nfsd3_proc_getacl()
47 resp->mask = argp->mask; in nfsd3_proc_getacl()
59 resp->acl_access = acl; in nfsd3_proc_getacl()
69 resp->acl_default = acl; in nfsd3_proc_getacl()
94 resp->status = fh_verify(rqstp, &resp->fh, 0, NFSD_MAY_SATTR); in nfsd3_proc_setacl()
95 if (resp->status != nfs_ok) in nfsd3_proc_setacl()
117 resp->status = nfserrno(error); in nfsd3_proc_setacl()
178 switch (resp->status) { in nfs3svc_encode_getaclres()
[all …]
A Dnfsxdr.c430 switch (resp->status) { in nfssvc_encode_attrstatres()
432 if (!svcxdr_encode_fattr(rqstp, xdr, &resp->fh, &resp->stat)) in nfssvc_encode_attrstatres()
447 switch (resp->status) { in nfssvc_encode_diropres()
451 if (!svcxdr_encode_fattr(rqstp, xdr, &resp->fh, &resp->stat)) in nfssvc_encode_diropres()
471 xdr_write_pages(xdr, &resp->page, 0, resp->len); in nfssvc_encode_readlinkres()
490 if (!svcxdr_encode_fattr(rqstp, xdr, &resp->fh, &resp->stat)) in nfssvc_encode_readres()
495 resp->count); in nfssvc_encode_readres()
566 write_bytes_to_xdr_buf(&resp->dirlist, resp->cookie_offset, &cookie, in nfssvc_encode_nfscookie()
645 fh_put(&resp->fh); in nfssvc_release_attrstat()
652 fh_put(&resp->fh); in nfssvc_release_diropres()
[all …]
/linux-6.3-rc2/tools/power/x86/intel-speed-select/
A Disst-core.c11 unsigned int req, resp; in isst_write_pm_config() local
20 &resp); in isst_write_pm_config()
31 unsigned int resp; in isst_read_pm_config() local
35 &resp); in isst_read_pm_config()
49 unsigned int resp; in isst_get_ctdp_levels() local
78 unsigned int resp; in isst_get_ctdp_control() local
338 &resp); in isst_get_get_trl()
470 resp); in isst_get_pbf_info()
492 resp); in isst_get_pbf_info()
961 req = resp; in isst_pm_qos_config()
[all …]
/linux-6.3-rc2/drivers/infiniband/sw/rxe/
A Drxe_resp.c311 qp->resp.wqe = &qp->resp.srq_wqe.wqe; in get_srq_wqe()
604 err = rxe_mr_copy(qp->resp.mr, qp->resp.va + qp->resp.offset, in write_data_in()
625 res = &qp->resp.resources[qp->resp.res_head]; in rxe_prepare_res()
634 res->read.va = qp->resp.va + qp->resp.offset; in rxe_prepare_res()
654 res->flush.va = qp->resp.va + qp->resp.offset; in rxe_prepare_res()
700 qp->resp.ack_psn = qp->resp.psn; in process_flush()
721 u64 iova = qp->resp.va + qp->resp.offset; in atomic_reply()
734 qp->resp.ack_psn = qp->resp.psn; in atomic_reply()
762 iova = qp->resp.va + qp->resp.offset; in atomic_write_reply()
773 qp->resp.ack_psn = qp->resp.psn; in atomic_write_reply()
[all …]
/linux-6.3-rc2/net/nfc/
A Ddigital_technology.c224 resp = NULL; in digital_in_recv_ats()
282 resp = NULL; in digital_in_recv_sel_res()
398 resp = NULL; in digital_in_recv_sdd_res()
484 resp = NULL; in digital_in_recv_sens_res()
584 resp = NULL; in digital_in_recv_attrib_res()
655 resp = NULL; in digital_in_recv_sensb_res()
752 resp = NULL; in digital_in_recv_sensf_res()
849 resp = NULL; in digital_in_recv_iso15693_inv_res()
963 resp = NULL; in digital_tg_recv_sel_req()
1029 resp = NULL; in digital_tg_recv_sdd_req()
[all …]
A Ddigital_dep.c267 skb_put_data(ddev->chaining_skb, resp->data, resp->len); in digital_recv_dep_data_gather()
270 resp = NULL; in digital_recv_dep_data_gather()
284 return resp; in digital_recv_dep_data_gather()
304 resp = NULL; in digital_in_recv_psl_res()
410 resp = NULL; in digital_in_recv_atr_res()
698 resp = NULL; in digital_in_recv_dep_res()
799 resp = digital_recv_dep_data_gather(ddev, pfb, resp, in digital_in_recv_dep_res()
812 if (!resp) in digital_in_recv_dep_res()
1087 resp = NULL; in digital_tg_recv_dep_req()
1184 resp = digital_recv_dep_data_gather(ddev, pfb, resp, in digital_tg_recv_dep_req()
[all …]
/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/
A Dsta_cmdresp.c40 resp->command, resp->result); in mwifiex_process_cmdresp_error()
47 pm = &resp->params.psmode_enh; in mwifiex_process_cmdresp_error()
99 &resp->params.rssi_info_rsp; in mwifiex_ret_802_11_rssi_info()
212 &resp->params.get_log; in mwifiex_ret_get_log()
485 &resp->params.mac_addr; in mwifiex_ret_802_11_mac_address()
803 r.mac = &resp->params.mac_reg; in mwifiex_ret_reg_access()
814 r.rf = &resp->params.rf_reg; in mwifiex_ret_reg_access()
824 r.rf = &resp->params.rf_reg; in mwifiex_ret_reg_access()
960 &resp->params.subsc_evt; in mwifiex_ret_subsc_evt()
975 &resp->params.sta_list; in mwifiex_ret_uap_sta_list()
[all …]
/linux-6.3-rc2/drivers/infiniband/hw/efa/
A Defa_com_cmd.c79 sizeof(resp)); in efa_com_modify_qp()
107 sizeof(resp)); in efa_com_query_qp()
116 result->qkey = resp.qkey; in efa_com_query_qp()
118 result->sq_psn = resp.sq_psn; in efa_com_query_qp()
660 sizeof(resp)); in efa_com_alloc_pd()
667 result->pdn = resp.pd; in efa_com_alloc_pd()
687 sizeof(resp)); in efa_com_dealloc_pd()
712 sizeof(resp)); in efa_com_alloc_uar()
719 result->uarn = resp.uar; in efa_com_alloc_uar()
739 sizeof(resp)); in efa_com_dealloc_uar()
[all …]
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_trans_resv.c915 struct xfs_trans_resv *resp) in xfs_trans_resv_calc() argument
924 resp->tr_write.tr_logcount = XFS_WRITE_LOG_COUNT; in xfs_trans_resv_calc()
932 resp->tr_rename.tr_logcount = XFS_RENAME_LOG_COUNT; in xfs_trans_resv_calc()
936 resp->tr_link.tr_logcount = XFS_LINK_LOG_COUNT; in xfs_trans_resv_calc()
940 resp->tr_remove.tr_logcount = XFS_REMOVE_LOG_COUNT; in xfs_trans_resv_calc()
951 resp->tr_create_tmpfile.tr_logres = in xfs_trans_resv_calc()
957 resp->tr_mkdir.tr_logcount = XFS_MKDIR_LOG_COUNT; in xfs_trans_resv_calc()
997 resp->tr_sb.tr_logcount = XFS_DEFAULT_LOG_COUNT; in xfs_trans_resv_calc()
1025 resp->tr_itruncate.tr_logcount += logcount_adj; in xfs_trans_resv_calc()
1026 resp->tr_write.tr_logcount += logcount_adj; in xfs_trans_resv_calc()
[all …]
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/
A Dqmi.c152 if (resp.resp.result != QMI_RESULT_SUCCESS_V01) { in ath10k_qmi_msa_mem_info_send_sync_msg()
225 if (resp.resp.result != QMI_RESULT_SUCCESS_V01) { in ath10k_qmi_msa_ready_send_sync_msg()
299 if (resp.resp.result != QMI_RESULT_SUCCESS_V01 && in ath10k_qmi_bdf_dnld_send_sync()
303 resp.resp.error); in ath10k_qmi_bdf_dnld_send_sync()
366 if (resp.resp.result != QMI_RESULT_SUCCESS_V01) { in ath10k_qmi_send_cal_report_req()
413 if (resp.resp.result != QMI_RESULT_SUCCESS_V01) { in ath10k_qmi_mode_send_sync_msg()
499 if (resp.resp.result != QMI_RESULT_SUCCESS_V01) { in ath10k_qmi_cfg_send_sync_msg()
580 resp = kzalloc(sizeof(*resp), GFP_KERNEL); in ath10k_qmi_cap_send_sync_msg()
690 if (resp.resp.result != QMI_RESULT_SUCCESS_V01 && in ath10k_qmi_host_cap_send_sync()
735 if (resp.resp.result != QMI_RESULT_SUCCESS_V01) { in ath10k_qmi_set_fw_log_mode()
[all …]
/linux-6.3-rc2/fs/ksmbd/mgmt/
A Duser_config.c14 struct ksmbd_login_response *resp; in ksmbd_login_user() local
17 resp = ksmbd_ipc_login_request(account); in ksmbd_login_user()
18 if (!resp) in ksmbd_login_user()
21 if (!(resp->status & KSMBD_USER_FLAG_OK)) in ksmbd_login_user()
24 user = ksmbd_alloc_user(resp); in ksmbd_login_user()
26 kvfree(resp); in ksmbd_login_user()
39 user->flags = resp->status; in ksmbd_alloc_user()
40 user->gid = resp->gid; in ksmbd_alloc_user()
41 user->uid = resp->uid; in ksmbd_alloc_user()
42 user->passkey_sz = resp->hash_sz; in ksmbd_alloc_user()
[all …]
/linux-6.3-rc2/drivers/platform/chrome/
A Dcros_ec_uart.c94 if (!resp->data) { in cros_ec_uart_rx_bytes()
105 if (resp->size + count > resp->max_size) { in cros_ec_uart_rx_bytes()
111 memcpy(resp->data + resp->size, data, count); in cros_ec_uart_rx_bytes()
116 if (resp->size >= sizeof(*host_response) && resp->exp_len == 0) { in cros_ec_uart_rx_bytes()
122 if (resp->size >= sizeof(*host_response) && resp->size == resp->exp_len) { in cros_ec_uart_rx_bytes()
123 resp->status = 1; in cros_ec_uart_rx_bytes()
147 resp->size = 0; in cros_ec_uart_pkt_xfer()
148 resp->exp_len = 0; in cros_ec_uart_pkt_xfer()
149 resp->status = 0; in cros_ec_uart_pkt_xfer()
159 ret = wait_event_timeout(resp->wait_queue, resp->status, in cros_ec_uart_pkt_xfer()
[all …]
/linux-6.3-rc2/drivers/crypto/qat/qat_common/
A Dqat_comp_req.h59 struct icp_qat_fw_comp_resp *qat_resp = resp; in qat_comp_get_consumed_ctr()
66 struct icp_qat_fw_comp_resp *qat_resp = resp; in qat_comp_get_produced_ctr()
73 struct icp_qat_fw_comp_resp *qat_resp = resp; in qat_comp_get_produced_adler32()
78 static inline u64 qat_comp_get_opaque(void *resp) in qat_comp_get_opaque() argument
80 struct icp_qat_fw_comp_resp *qat_resp = resp; in qat_comp_get_opaque()
85 static inline s8 qat_comp_get_cmp_err(void *resp) in qat_comp_get_cmp_err() argument
87 struct icp_qat_fw_comp_resp *qat_resp = resp; in qat_comp_get_cmp_err()
94 struct icp_qat_fw_comp_resp *qat_resp = resp; in qat_comp_get_xlt_err()
101 struct icp_qat_fw_comp_resp *qat_resp = resp; in qat_comp_get_cmp_status()
109 struct icp_qat_fw_comp_resp *qat_resp = resp; in qat_comp_get_xlt_status()
[all …]
/linux-6.3-rc2/drivers/nfc/
A Dport100.c817 struct sk_buff *resp = cmd->resp; in port100_send_async_complete() local
830 skb_put(resp, port100_rx_frame_size(resp->data)); in port100_send_async_complete()
832 skb_trim(resp, resp->len - PORT100_FRAME_TAIL_LEN); in port100_send_async_complete()
859 if (!resp) in port100_send_cmd_async()
870 cmd->resp = resp; in port100_send_cmd_async()
907 arg->resp = resp; in port100_send_sync_complete()
928 return arg.resp; in port100_send_cmd_sync()
991 if (IS_ERR(resp)) in port100_set_command_type()
1012 if (IS_ERR(resp)) in port100_get_command_type_mask()
1037 if (IS_ERR(resp)) in port100_get_firmware_version()
[all …]
/linux-6.3-rc2/fs/lockd/
A Dsvc4proc.c103 resp->cookie = argp->cookie; in __nlm4svc_proc_test()
111 resp->status = nlmsvc_testlock(rqstp, file, host, &argp->lock, &resp->lock, &resp->cookie); in __nlm4svc_proc_test()
112 if (resp->status == nlm_drop_reply) in __nlm4svc_proc_test()
139 resp->cookie = argp->cookie; in __nlm4svc_proc_lock()
153 resp->status = nlm_lck_denied_nolocks; in __nlm4svc_proc_lock()
161 if (resp->status == nlm_drop_reply) in __nlm4svc_proc_lock()
187 resp->cookie = argp->cookie; in __nlm4svc_proc_cancel()
227 resp->cookie = argp->cookie; in __nlm4svc_proc_unlock()
264 resp->cookie = argp->cookie; in __nlm4svc_proc_granted()
374 resp->cookie = argp->cookie; in nlm4svc_proc_share()
[all …]
A Dsvcproc.c124 resp->cookie = argp->cookie; in __nlmsvc_proc_test()
133resp->status = cast_status(nlmsvc_testlock(rqstp, file, host, &argp->lock, &resp->lock, &resp->coo… in __nlmsvc_proc_test()
134 if (resp->status == nlm_drop_reply) in __nlmsvc_proc_test()
138 ntohl(resp->status), rqstp->rq_vers); in __nlmsvc_proc_test()
162 resp->cookie = argp->cookie; in __nlmsvc_proc_lock()
184 if (resp->status == nlm_drop_reply) in __nlmsvc_proc_lock()
211 resp->cookie = argp->cookie; in __nlmsvc_proc_cancel()
252 resp->cookie = argp->cookie; in __nlmsvc_proc_unlock()
289 resp->cookie = argp->cookie; in __nlmsvc_proc_granted()
409 resp->cookie = argp->cookie; in nlmsvc_proc_share()
[all …]
/linux-6.3-rc2/drivers/usb/gadget/function/
A Drndis.c176 rndis_query_cmplt_type *resp; in gen_ndis_query_resp() local
184 if (!resp) return -ENOMEM; in gen_ndis_query_resp()
198 outbuf = (__le32 *)&resp[1]; in gen_ndis_query_resp()
487 rndis_set_cmplt_type *resp; in gen_ndis_set_resp() local
493 if (!resp) in gen_ndis_set_resp()
558 rndis_init_cmplt_type *resp; in rndis_init_response() local
594 rndis_query_cmplt_type *resp; in rndis_query_response() local
623 resp->MessageLength = cpu_to_le32(sizeof *resp); in rndis_query_response()
637 rndis_set_cmplt_type *resp; in rndis_set_response() local
680 rndis_reset_cmplt_type *resp; in rndis_reset_response() local
[all …]
/linux-6.3-rc2/drivers/infiniband/core/
A Duverbs_cmd.c302 ret = uverbs_response(attrs, &resp, sizeof(resp)); in ib_uverbs_get_context()
385 memset(&resp, 0, sizeof resp); in ib_uverbs_query_device()
388 return uverbs_response(attrs, &resp, sizeof(resp)); in ib_uverbs_query_device()
413 memset(&resp, 0, sizeof resp); in ib_uverbs_query_port()
871 memset(&resp, 0, sizeof(resp)); in ib_uverbs_rereg_mr()
1199 memset(&resp, 0, sizeof resp); in ib_uverbs_poll_cq()
1269 memset(&resp, 0, sizeof(resp)); in ib_uverbs_destroy_cq()
1671 memset(&resp, 0, sizeof resp); in ib_uverbs_query_qp()
1969 memset(&resp, 0, sizeof(resp)); in ib_uverbs_destroy_qp()
3549 memset(&resp, 0, sizeof resp); in ib_uverbs_query_srq()
[all …]
A Ducma.c473 &resp, sizeof(resp))) { in ucma_create_id()
619 &resp, sizeof(resp))) in ucma_destroy_id()
837 memset(&resp, 0, sizeof resp); in ucma_query_route()
893 memset(&resp, 0, sizeof resp); in ucma_query_addr()
897 memcpy(&resp.src_addr, addr, resp.src_size); in ucma_query_addr()
901 memcpy(&resp.dst_addr, addr, resp.dst_size); in ucma_query_addr()
960 memset(&resp, 0, sizeof resp); in ucma_query_gid()
1246 &resp, sizeof(resp))) in ucma_init_qp_attr()
1494 &resp, sizeof(resp))) { in ucma_process_join()
1604 &resp, sizeof(resp))) in ucma_leave_multicast()
[all …]
/linux-6.3-rc2/drivers/accel/ivpu/
A Divpu_jsm_msg.c14 struct vpu_jsm_msg resp; in ivpu_jsm_register_db() local
22 ret = ivpu_ipc_send_receive(vdev, &req, VPU_JSM_MSG_REGISTER_DB_DONE, &resp, in ivpu_jsm_register_db()
37 struct vpu_jsm_msg resp; in ivpu_jsm_unregister_db() local
57 struct vpu_jsm_msg resp; in ivpu_jsm_get_heartbeat() local
72 *heartbeat = resp.payload.query_engine_hb_done.heartbeat; in ivpu_jsm_get_heartbeat()
79 struct vpu_jsm_msg resp; in ivpu_jsm_reset_engine() local
98 struct vpu_jsm_msg resp; in ivpu_jsm_preempt_engine() local
118 struct vpu_jsm_msg resp; in ivpu_jsm_dyndbg_control() local
136 struct vpu_jsm_msg resp; in ivpu_jsm_trace_get_capability() local
156 struct vpu_jsm_msg resp; in ivpu_jsm_trace_set_config() local
[all …]

Completed in 68 milliseconds

12345678910>>...24