Home
last modified time | relevance | path

Searched defs:resp (Results 301 - 325 of 800) sorted by relevance

1...<<11121314151617181920>>...32

/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
H A DSendShareRequestTest.cpp68 static int32 SAMGR_SendSharedDirectRequestProxy(const Identity *id, const Request *req, const Response *resp, in SAMGR_SendSharedDirectRequestProxy() argument
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
H A Dsendsharerequest_func_test.c71 static int32 SAMGR_SendSharedDirectRequestProxy(const Identity *id, const Request *req, const Response *resp, in SAMGR_SendSharedDirectRequestProxy() argument
/kernel/linux/linux-5.10/drivers/base/regmap/
H A Dregmap-spi-avmm.c530 struct trans_resp_header *resp; in br_wr_trans_rx_parse() local
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec/
H A Dsec_algs.c541 void sec_alg_callback(struct sec_bd_info *resp, void *shadow) in sec_alg_callback() argument
/kernel/linux/linux-5.10/drivers/fsi/
H A Dfsi-master-gpio.c539 fsi_master_gpio_xfer(struct fsi_master_gpio *master, uint8_t slave, struct fsi_gpio_msg *cmd, size_t resp_len, void *resp) fsi_master_gpio_xfer() argument
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dbtrtl.c561 struct hci_rp_read_local_version *resp; in btrtl_initialize() local
/kernel/linux/linux-5.10/arch/um/kernel/
H A Dtime.c61 struct um_timetravel_msg resp = { in time_travel_handle_message() local
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mbx.c13 int resp = abs(errno); in hclge_errno_to_resp() local
38 u16 resp; in hclge_gen_resp_to_vf() local
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H A Dcgx.c44 u64 resp; member
511 static int cgx_fwi_cmd_send(u64 req, u64 *resp, struct lmac *lmac) in cgx_fwi_cmd_send() argument
559 static inline int cgx_fwi_cmd_generic(u64 req, u64 *resp, in cgx_fwi_cmd_generic() argument
772 u64 req = 0, resp; in cgx_get_fwdata_base() local
791 u64 resp; cgx_fwi_link_change() local
801 cgx_fwi_read_version(u64 *resp, struct cgx *cgx) cgx_fwi_read_version() argument
813 u64 resp; cgx_lmac_verify_fwi_version() local
[all...]
/kernel/linux/linux-6.6/arch/um/kernel/
H A Dtime.c65 struct um_timetravel_msg resp = { in time_travel_handle_message() local
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw_qp_rx.c663 struct siw_sqe *resp; in siw_init_rresp() local
[all...]
/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Dsvm.c908 struct qi_desc resp; in prq_event_thread() local
/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dmmc.c70 u32 *resp = card->raw_cid; in mmc_decode_cid() local
137 u32 *resp = card->raw_csd; mmc_decode_csd() local
[all...]
/kernel/linux/linux-5.10/drivers/misc/mei/
H A Dhbm.c435 struct hbm_add_client_response resp; in mei_hbm_add_cl_resp() local
794 struct hbm_client_connect_response resp; in mei_hbm_cl_disconnect_rsp() local
[all...]
/kernel/linux/linux-5.10/drivers/iio/common/cros_ec_sensors/
H A Dcros_ec_sensors_core.c45 struct ec_response_get_cmd_versions resp; in cros_ec_get_host_cmd_version_mask() member
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H A Dqplib_rcfw.c88 __send_message(struct bnxt_qplib_rcfw *rcfw, struct cmdq_base *req, struct creq_base *resp, void *sb, u8 is_block) __send_message() argument
205 bnxt_qplib_rcfw_send_message(struct bnxt_qplib_rcfw *rcfw, struct cmdq_base *req, struct creq_base *resp, void *sb, u8 is_block) bnxt_qplib_rcfw_send_message() argument
459 struct creq_deinitialize_fw_resp resp; bnxt_qplib_deinit_rcfw() local
476 struct creq_initialize_fw_resp resp; bnxt_qplib_init_rcfw() local
[all...]
H A Dqplib_rcfw.h121 struct creq_qp_event *resp; member
/kernel/linux/linux-5.10/drivers/hwmon/occ/
H A Dcommon.c1022 struct occ_response *resp = &occ->resp; in occ_parse_poll_response() local
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H A Dhns_roce_qp.c907 struct hns_roce_ib_create_qp_resp resp = {}; in hns_roce_create_qp_common() local
690 user_qp_has_sdb(struct hns_roce_dev *hr_dev, struct ib_qp_init_attr *init_attr, struct ib_udata *udata, struct hns_roce_ib_create_qp_resp *resp, struct hns_roce_ib_create_qp *ucmd) user_qp_has_sdb() argument
702 user_qp_has_rdb(struct hns_roce_dev *hr_dev, struct ib_qp_init_attr *init_attr, struct ib_udata *udata, struct hns_roce_ib_create_qp_resp *resp) user_qp_has_rdb() argument
719 alloc_qp_db(struct hns_roce_dev *hr_dev, struct hns_roce_qp *hr_qp, struct ib_qp_init_attr *init_attr, struct ib_udata *udata, struct hns_roce_ib_create_qp *ucmd, struct hns_roce_ib_create_qp_resp *resp) alloc_qp_db() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dusb.c632 ath10k_usb_bmi_exchange_msg(struct ath10k *ar, void *req, u32 req_len, void *resp, u32 *resp_len) ath10k_usb_bmi_exchange_msg() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_sriov.c110 struct hwrm_func_qcfg_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_hwrm_func_qcfg_flags() local
1125 struct hwrm_func_qcaps_output *resp = bp->hwrm_cmd_resp_addr; in bnxt_update_vf_mac() local
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dfw.c833 struct iwl_geo_tx_power_profiles_resp *resp; in iwl_mvm_get_sar_geo_profile() local
1268 u32 resp; in iwl_mvm_send_recovery_cmd() local
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dcmdevt.c808 struct host_cmd_ds_command *resp; in mwifiex_process_cmdresp() local
1173 mwifiex_ret_802_11_hs_cfg(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_802_11_hs_cfg() argument
1387 mwifiex_ret_enh_power_mode(struct mwifiex_private *priv, struct host_cmd_ds_command *resp, struct mwifiex_ds_pm_cfg *pm_cfg) mwifiex_ret_enh_power_mode() argument
1491 mwifiex_ret_get_hw_spec(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_get_hw_spec() argument
1675 mwifiex_ret_wakeup_reason(struct mwifiex_private *priv, struct host_cmd_ds_command *resp, struct host_cmd_ds_wakeup_reason *wakeup_reason) mwifiex_ret_wakeup_reason() argument
[all...]
H A D11n_rxreorder.c724 mwifiex_ret_11n_addba_resp(struct mwifiex_private *priv, struct host_cmd_ds_command *resp) mwifiex_ret_11n_addba_resp() argument
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H A Dcmd.c31 lbs_cmd_copyback(struct lbs_private *priv, unsigned long extra, struct cmd_header *resp) lbs_cmd_copyback() argument
54 lbs_cmd_async_callback(struct lbs_private *priv, unsigned long extra, struct cmd_header *resp) lbs_cmd_async_callback() argument
164 lbs_ret_host_sleep_cfg(struct lbs_private *priv, unsigned long dummy, struct cmd_header *resp) lbs_ret_host_sleep_cfg() argument

Completed in 43 milliseconds

1...<<11121314151617181920>>...32