Home
last modified time | relevance | path

Searched refs:response_type (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dvub300.c67 u8 response_type; member
896 u8 response_type; in send_command() local
900 response_type = SDRT_1; in send_command()
912 response_type = SDRT_1; in send_command()
916 response_type = SDRT_1; in send_command()
920 response_type = SDRT_1; in send_command()
924 response_type = SDRT_3; in send_command()
928 response_type = SDRT_1; in send_command()
932 response_type = SDRT_1; in send_command()
936 response_type = SDRT_1; in send_command()
[all …]
/OK3568_Linux_fs/kernel/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c34 struct response_type { struct
936 struct response_type *resp_type = in zcrypt_msgtype6_receive()
937 (struct response_type *) msg->private; in zcrypt_msgtype6_receive()
983 struct response_type *resp_type = in zcrypt_msgtype6_receive_ep11()
984 (struct response_type *)msg->private; in zcrypt_msgtype6_receive_ep11()
1023 struct response_type resp_type = { in zcrypt_msgtype6_modexpo()
1070 struct response_type resp_type = { in zcrypt_msgtype6_modexpo_crt()
1118 struct response_type resp_type = { in get_cprb_fc()
1146 struct response_type *rtype = (struct response_type *)(ap_msg->private); in zcrypt_msgtype6_send_cprb()
1175 struct response_type resp_type = { in get_ep11cprb_fc()
[all …]
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c259 uint32_t response_type = xev->response_type & 0x7f; in ephyr_glamor_process_event() local
268 wire_to_event = XESetWireToEvent(dpy, response_type, NULL); in ephyr_glamor_process_event()
275 XESetWireToEvent(dpy, response_type, wire_to_event); in ephyr_glamor_process_event()
H A Dephyr.c1137 switch (xev->response_type & 0x7f) { in ephyrXcbProcessEvents()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-amd-mp2.h90 enum response_type { enum
127 enum response_type response : 2;
H A Di2c-amd-mp2-pci.c140 enum response_type res = i2c_common->eventval.r.response; in __amd_mp2_process_event()
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Ddma_port.c72 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 Dctl.c750 if (pkg->frame.eof != req->response_type) in tb_cfg_match()
774 res = parse_header(pkg, req->response_size, req->response_type, in tb_cfg_copy()
813 req->response_type = TB_CFG_PKG_RESET; in tb_cfg_reset()
862 req->response_type = TB_CFG_PKG_READ; in tb_cfg_read_raw()
927 req->response_type = TB_CFG_PKG_WRITE; in tb_cfg_write_raw()
H A Dctl.h85 enum tb_cfg_pkg_type response_type; member
H A Dxdomain.c133 size_t response_size, enum tb_cfg_pkg_type response_type, in __tb_xdomain_request() argument
150 req->response_type = response_type; in __tb_xdomain_request()
179 enum tb_cfg_pkg_type response_type, unsigned int timeout_msec) in tb_xdomain_request() argument
183 response_type, timeout_msec); in tb_xdomain_request()
H A Dicm.c260 if (pkg->frame.eof != req->response_type) in icm_match()
304 req->response_type = TB_CFG_PKG_ICM_RESP; in icm_request()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dwacom_w8001.c91 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()
/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/
H A Dicp_qat_fw_pke.h43 __u8 response_type; member
H A Dicp_qat_fw.h101 __u8 response_type; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/upm/upm/
H A D0001-initialize-local-variables-before-use.patch29 KXTJ3_INTERRUPT_RESPONSE_T response_type)
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowwm.c507 e.response_type = XCB_CLIENT_MESSAGE; in SendXMessage()
971 if ((event->response_type & ~0x80) == 0) { in winMultiWindowWMProc()
1172 type = event->response_type & ~0x80; in winMultiWindowXMsgProc()
1173 send_event = event->response_type & 0x80; in winMultiWindowXMsgProc()
1236 event_send.response_type = ReparentNotify; in winMultiWindowXMsgProc()
/OK3568_Linux_fs/kernel/include/linux/
H A Dthunderbolt.h307 enum tb_cfg_pkg_type response_type,
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsm_make_chunk.c2981 __be16 response_type; in sctp_add_asconf_response() local
2984 response_type = SCTP_PARAM_SUCCESS_REPORT; in sctp_add_asconf_response()
2986 response_type = SCTP_PARAM_ERR_CAUSE; in sctp_add_asconf_response()
2994 ack_param.param_hdr.type = response_type; in sctp_add_asconf_response()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/
H A D0001-Adapt-to-OpenSSL-1.1.1.patch65 pamsshagentauth_buffer_put_int(&buffer, response_type);
/OK3568_Linux_fs/external/xserver/
H A DChangeLog46919 int type = ev->response_type;