Searched refs:resp_type (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/s390/crypto/ |
| A D | zcrypt_msgtype6.c | 930 struct response_type *resp_type = in zcrypt_msgtype6_receive() local 941 switch (resp_type->type) { in zcrypt_msgtype6_receive() 966 complete(&(resp_type->work)); in zcrypt_msgtype6_receive() 985 struct response_type *resp_type = in zcrypt_msgtype6_receive_ep11() local 996 switch (resp_type->type) { in zcrypt_msgtype6_receive_ep11() 1013 complete(&(resp_type->work)); in zcrypt_msgtype6_receive_ep11() 1041 ap_msg->private = &resp_type; in zcrypt_msgtype6_modexpo() 1089 ap_msg->private = &resp_type; in zcrypt_msgtype6_modexpo_crt() 1137 ap_msg->private = kmemdup(&resp_type, sizeof(resp_type), GFP_KERNEL); in get_cprb_fc() 1195 ap_msg->private = kmemdup(&resp_type, sizeof(resp_type), GFP_KERNEL); in get_ep11cprb_fc() [all …]
|
| /linux/drivers/mmc/host/ |
| A D | rtsx_pci_sdmmc.c | 133 static int sd_status_index(int resp_type) in sd_status_index() argument 135 if (resp_type == SD_RSP_TYPE_R0) in sd_status_index() 137 else if (resp_type == SD_RSP_TYPE_R2) in sd_status_index() 441 int resp_type; in sd_read_long_data() local 447 resp_type = sd_response_type(cmd); in sd_read_long_data() 448 if (resp_type < 0) in sd_read_long_data() 449 return resp_type; in sd_read_long_data() 471 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, SD_CFG2, 0xFF, cfg2 | resp_type); in sd_read_long_data()
|
| A D | cqhci-core.c | 537 u8 resp_type; in cqhci_prep_dcmd_desc() local 544 resp_type = 0x0; in cqhci_prep_dcmd_desc() 548 resp_type = 0x3; in cqhci_prep_dcmd_desc() 551 resp_type = 0x2; in cqhci_prep_dcmd_desc() 564 CQHCI_CMD_TIMING(timing) | CQHCI_RESP_TYPE(resp_type)); in cqhci_prep_dcmd_desc() 570 mmc_hostname(mmc), mrq->cmd->opcode, timing, resp_type); in cqhci_prep_dcmd_desc()
|
| /linux/drivers/gpu/drm/virtio/ |
| A D | virtgpu_vq.c | 1124 uint32_t resp_type = le32_to_cpu(resp->hdr.type); in virtio_gpu_cmd_resource_uuid_cb() local 1129 if (resp_type == VIRTIO_GPU_RESP_OK_RESOURCE_UUID && in virtio_gpu_cmd_resource_uuid_cb() 1180 uint32_t resp_type = le32_to_cpu(resp->hdr.type); in virtio_gpu_cmd_resource_map_cb() local 1184 if (resp_type == VIRTIO_GPU_RESP_OK_MAP_INFO) { in virtio_gpu_cmd_resource_map_cb()
|
| /linux/drivers/slimbus/ |
| A D | qcom-ngd-ctrl.c | 216 enum slimbus_resp_enum_type_v01 resp_type; member 314 resp_type),
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| A D | mt76_connac_mcu.h | 995 u8 resp_type; member
|
| A D | mt76_connac_mcu.c | 1668 .resp_type = 0, in mt76_connac_mcu_chip_config() 1681 .resp_type = 0, in mt76_connac_mcu_set_deep_sleep()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| A D | wmi.h | 5582 __le32 resp_type; /* %WMI_VDEV_RESP_ */ member 6862 __le32 resp_type; /* %WMI_VDEV_RESP_ */ member
|
| A D | wmi-tlv.c | 1044 arg->resp_type = ev->resp_type; in ath10k_wmi_tlv_op_pull_vdev_start_ev()
|
| A D | wmi.c | 3432 arg->resp_type = ev->resp_type; in ath10k_wmi_op_pull_vdev_start_ev()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| A D | wmi.c | 4452 vdev_rsp->resp_type = ev->resp_type; in ath11k_pull_vdev_start_resp_tlv()
|
| A D | wmi.h | 3994 enum wmi_start_event_param resp_type; member
|
Completed in 126 milliseconds