| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | vub300.c | 67 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 D | zcrypt_msgtype6.c | 34 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 D | ephyr_glamor_glx.c | 259 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 D | ephyr.c | 1137 switch (xev->response_type & 0x7f) { in ephyrXcbProcessEvents()
|
| /OK3568_Linux_fs/kernel/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 | 140 enum response_type res = i2c_common->eventval.r.response; in __amd_mp2_process_event()
|
| /OK3568_Linux_fs/kernel/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 | 750 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 D | ctl.h | 85 enum tb_cfg_pkg_type response_type; member
|
| H A D | xdomain.c | 133 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 D | icm.c | 260 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 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()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/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
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/upm/upm/ |
| H A D | 0001-initialize-local-variables-before-use.patch | 29 KXTJ3_INTERRUPT_RESPONSE_T response_type)
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winmultiwindowwm.c | 507 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 D | thunderbolt.h | 307 enum tb_cfg_pkg_type response_type,
|
| /OK3568_Linux_fs/kernel/net/sctp/ |
| H A D | sm_make_chunk.c | 2981 __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 D | 0001-Adapt-to-OpenSSL-1.1.1.patch | 65 pamsshagentauth_buffer_put_int(&buffer, response_type);
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 46919 int type = ev->response_type;
|