| /linux/drivers/mmc/host/ |
| H A D | vub300.c | 67 u8 response_type; member 894 u8 response_type; in send_command() local 898 response_type = SDRT_1; in send_command() 910 response_type = SDRT_1; in send_command() 914 response_type = SDRT_1; in send_command() 918 response_type = SDRT_1; in send_command() 922 response_type = SDRT_3; in send_command() 926 response_type = SDRT_1; in send_command() 930 response_type = SDRT_1; in send_command() 934 response_type = SDRT_1; in send_command() [all …]
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-amd-mp2.h | 90 enum response_type { enum 127 enum response_type response : 2;
|
| H A D | i2c-amd-mp2-pci.c | 139 enum response_type res = i2c_common->eventval.r.response; in __amd_mp2_process_event()
|
| /linux/drivers/thunderbolt/ |
| H A D | dma_port.c | 72 if (pkg->frame.eof != req->response_type) in dma_port_match() 116 req->response_type = TB_CFG_PKG_READ; in dma_port_read() 159 req->response_type = TB_CFG_PKG_WRITE; in dma_port_write()
|
| H A D | ctl.c | 864 if (pkg->frame.eof != req->response_type) in tb_cfg_match() 888 res = parse_header(pkg, req->response_size, req->response_type, in tb_cfg_copy() 931 req->response_type = TB_CFG_PKG_RESET; in tb_cfg_reset() 991 req->response_type = TB_CFG_PKG_READ; in tb_cfg_read_raw() 1067 req->response_type = TB_CFG_PKG_WRITE; in tb_cfg_write_raw()
|
| H A D | ctl.h | 85 enum tb_cfg_pkg_type response_type; member
|
| H A D | xdomain.c | 174 size_t response_size, enum tb_cfg_pkg_type response_type, in __tb_xdomain_request() argument 191 req->response_type = response_type; in __tb_xdomain_request() 220 enum tb_cfg_pkg_type response_type, unsigned int timeout_msec) in tb_xdomain_request() argument 224 response_type, timeout_msec); in tb_xdomain_request()
|
| H A D | icm.c | 278 if (pkg->frame.eof != req->response_type) in icm_match() 321 req->response_type = TB_CFG_PKG_ICM_RESP; in icm_request() 2273 req->response_type = TB_CFG_PKG_ICM_RESP; in icm_usb4_switch_nvm_authenticate()
|
| /linux/include/linux/firmware/qcom/ |
| H A D | qcom_scm.h | 194 u64 *result, u64 *response_type); 196 u64 *result, u64 *response_type);
|
| /linux/drivers/input/touchscreen/ |
| H A D | wacom_w8001.c | 91 unsigned char response_type; member 336 w8001->response_type = W8001_QUERY_PACKET; in w8001_interrupt() 364 w8001->response_type = 0; in w8001_command() 371 if (w8001->response_type != W8001_QUERY_PACKET) in w8001_command()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | icp_qat_fw_pke.h | 43 __u8 response_type; member
|
| H A D | icp_qat_fw.h | 101 __u8 response_type; member
|
| /linux/drivers/firmware/qcom/ |
| H A D | qcom_scm.c | 2401 u64 *result, u64 *response_type) in qcom_scm_qtee_invoke_smc() argument 2421 if (response_type) in qcom_scm_qtee_invoke_smc() 2422 *response_type = res.result[0]; in qcom_scm_qtee_invoke_smc() 2443 u64 *result, u64 *response_type) in qcom_scm_qtee_callback_response() argument 2460 if (response_type) in qcom_scm_qtee_callback_response() 2461 *response_type = res.result[0]; in qcom_scm_qtee_callback_response() 2480 u64 result, response_type; in qcom_scm_qtee_init() local 2488 ret = qcom_scm_qtee_invoke_smc(0, 0, 0, 0, &result, &response_type); in qcom_scm_qtee_init()
|
| /linux/include/linux/ |
| H A D | thunderbolt.h | 355 enum tb_cfg_pkg_type response_type,
|
| /linux/net/sctp/ |
| H A D | sm_make_chunk.c | 2989 __be16 response_type; in sctp_add_asconf_response() local 2992 response_type = SCTP_PARAM_SUCCESS_REPORT; in sctp_add_asconf_response() 2994 response_type = SCTP_PARAM_ERR_CAUSE; in sctp_add_asconf_response() 3002 ack_param.param_hdr.type = response_type; in sctp_add_asconf_response()
|