Searched refs:resp_type (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c826 struct response_type *resp_type = zcrypt_msgtype6_receive() local
837 switch (resp_type->type) { zcrypt_msgtype6_receive()
856 complete(&(resp_type->work)); zcrypt_msgtype6_receive()
875 struct response_type *resp_type = zcrypt_msgtype6_receive_ep11() local
886 switch (resp_type->type) { zcrypt_msgtype6_receive_ep11()
899 complete(&(resp_type->work)); zcrypt_msgtype6_receive_ep11()
915 struct response_type resp_type = { zcrypt_msgtype6_modexpo() local
927 ap_msg.private = &resp_type; zcrypt_msgtype6_modexpo()
931 init_completion(&resp_type.work); zcrypt_msgtype6_modexpo()
933 rc = wait_for_completion_interruptible(&resp_type.work); zcrypt_msgtype6_modexpo()
959 struct response_type resp_type = { zcrypt_msgtype6_modexpo_crt() local
971 ap_msg.private = &resp_type; zcrypt_msgtype6_modexpo_crt()
975 init_completion(&resp_type.work); zcrypt_msgtype6_modexpo_crt()
977 rc = wait_for_completion_interruptible(&resp_type.work); zcrypt_msgtype6_modexpo_crt()
1003 struct response_type resp_type = { zcrypt_msgtype6_send_cprb() local
1015 ap_msg.private = &resp_type; zcrypt_msgtype6_send_cprb()
1019 init_completion(&resp_type.work); zcrypt_msgtype6_send_cprb()
1021 rc = wait_for_completion_interruptible(&resp_type.work); zcrypt_msgtype6_send_cprb()
1045 struct response_type resp_type = { zcrypt_msgtype6_send_ep11_cprb() local
1057 ap_msg.private = &resp_type; zcrypt_msgtype6_send_ep11_cprb()
1061 init_completion(&resp_type.work); zcrypt_msgtype6_send_ep11_cprb()
1063 rc = wait_for_completion_interruptible(&resp_type.work); zcrypt_msgtype6_send_ep11_cprb()
1089 struct response_type resp_type = { zcrypt_msgtype6_rng() local
1101 ap_msg.private = &resp_type; zcrypt_msgtype6_rng()
1103 init_completion(&resp_type.work); zcrypt_msgtype6_rng()
1105 rc = wait_for_completion_interruptible(&resp_type.work); zcrypt_msgtype6_rng()
/linux-4.4.14/drivers/mmc/host/
H A Drtsx_pci_sdmmc.c143 static int sd_status_index(int resp_type) sd_status_index() argument
145 if (resp_type == SD_RSP_TYPE_R0) sd_status_index()
147 else if (resp_type == SD_RSP_TYPE_R2) sd_status_index()
452 int resp_type; sd_read_long_data() local
458 resp_type = sd_response_type(cmd); sd_read_long_data()
459 if (resp_type < 0) sd_read_long_data()
460 return resp_type; sd_read_long_data()
482 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, SD_CFG2, 0xFF, cfg2 | resp_type); sd_read_long_data()
H A Ddavinci_mmc.c329 dev_dbg(mmc_dev(host->mmc), "unknown resp_type %04x\n", mmc_davinci_start_command()
/linux-4.4.14/drivers/isdn/gigaset/
H A Dev-layer.c358 resp_type[] = variable in typeref:struct:resp_type_t
470 for (rt = resp_type; rt->response; ++rt) { gigaset_handle_modem_response()
520 for (rt = resp_type; rt->response; ++rt) { gigaset_handle_modem_response()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.c701 arg->resp_type = ev->resp_type; ath10k_wmi_tlv_op_pull_vdev_start_ev()
H A Dwmi.h4850 __le32 resp_type; /* %WMI_VDEV_RESP_ */ member in struct:wmi_vdev_start_response_event
5974 __le32 resp_type; /* %WMI_VDEV_RESP_ */ member in struct:wmi_vdev_start_ev_arg
H A Dwmi.c2931 arg->resp_type = ev->resp_type; ath10k_wmi_op_pull_vdev_start_ev()

Completed in 632 milliseconds