Home
last modified time | relevance | path

Searched refs:resp_type (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c853 struct ap_response_type *resp_type = &msg->response; in zcrypt_msgtype6_receive() local
863 switch (resp_type->type) { in zcrypt_msgtype6_receive()
898 complete(&resp_type->work); in zcrypt_msgtype6_receive()
917 struct ap_response_type *resp_type = &msg->response; in zcrypt_msgtype6_receive_ep11() local
927 switch (resp_type->type) { in zcrypt_msgtype6_receive_ep11()
948 complete(&resp_type->work); in zcrypt_msgtype6_receive_ep11()
968 struct ap_response_type *resp_type = &ap_msg->response; in zcrypt_msgtype6_modexpo() local
977 resp_type->type = CEXXC_RESPONSE_TYPE_ICA; in zcrypt_msgtype6_modexpo()
978 init_completion(&resp_type->work); in zcrypt_msgtype6_modexpo()
982 rc = wait_for_completion_interruptible(&resp_type->work); in zcrypt_msgtype6_modexpo()
[all …]
/linux/drivers/mmc/host/
H A Dcqhci-core.c547 u8 resp_type; in cqhci_prep_dcmd_desc() local
554 resp_type = 0x0; in cqhci_prep_dcmd_desc()
558 resp_type = 0x3; in cqhci_prep_dcmd_desc()
561 resp_type = 0x2; in cqhci_prep_dcmd_desc()
574 CQHCI_CMD_TIMING(timing) | CQHCI_RESP_TYPE(resp_type)); in cqhci_prep_dcmd_desc()
580 mmc_hostname(mmc), mrq->cmd->opcode, timing, resp_type); in cqhci_prep_dcmd_desc()
H A Drtsx_pci_sdmmc.c129 static int sd_status_index(int resp_type) in sd_status_index() argument
131 if (resp_type == SD_RSP_TYPE_R0) in sd_status_index()
133 else if (resp_type == SD_RSP_TYPE_R2) in sd_status_index()
437 int resp_type; in sd_read_long_data() local
443 resp_type = sd_response_type(cmd); in sd_read_long_data()
444 if (resp_type < 0) in sd_read_long_data()
445 return resp_type; in sd_read_long_data()
467 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, SD_CFG2, 0xFF, cfg2 | resp_type); in sd_read_long_data()
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c1315 uint32_t resp_type = le32_to_cpu(resp->hdr.type); in virtio_gpu_cmd_resource_uuid_cb() local
1320 if (resp_type == VIRTIO_GPU_RESP_OK_RESOURCE_UUID && in virtio_gpu_cmd_resource_uuid_cb()
1371 uint32_t resp_type = le32_to_cpu(resp->hdr.type); in virtio_gpu_cmd_resource_map_cb() local
1375 if (resp_type == VIRTIO_GPU_RESP_OK_MAP_INFO) { in virtio_gpu_cmd_resource_map_cb()
/linux/drivers/slimbus/
H A Dqcom-ngd-ctrl.c215 enum slimbus_resp_enum_type_v01 resp_type; member
313 resp_type),
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c1974 .resp_type = 0, in mt76_connac_mcu_chip_config()
1987 .resp_type = 0, in mt76_connac_mcu_set_deep_sleep()
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.c1056 arg->resp_type = ev->resp_type; in ath10k_wmi_tlv_op_pull_vdev_start_ev()
H A Dwmi.c3461 arg->resp_type = ev->resp_type; in ath10k_wmi_op_pull_vdev_start_ev()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c5200 vdev_rsp->resp_type = ev->resp_type; in ath11k_pull_vdev_start_resp_tlv()