/linux-4.1.27/arch/s390/pci/ |
D | pci_clp.c | 60 struct clp_rsp_query_pci_grp *response) in clp_store_query_pci_fngrp() argument 62 zdev->tlb_refresh = response->refresh; in clp_store_query_pci_fngrp() 63 zdev->dma_mask = response->dasm; in clp_store_query_pci_fngrp() 64 zdev->msi_addr = response->msia; in clp_store_query_pci_fngrp() 65 zdev->max_msi = response->noi; in clp_store_query_pci_fngrp() 66 zdev->fmb_update = response->mui; in clp_store_query_pci_fngrp() 68 switch (response->version) { in clp_store_query_pci_fngrp() 90 rrb->response.hdr.len = sizeof(rrb->response); in clp_query_pci_fngrp() 94 if (!rc && rrb->response.hdr.rsp == CLP_RC_OK) in clp_query_pci_fngrp() 95 clp_store_query_pci_fngrp(zdev, &rrb->response); in clp_query_pci_fngrp() [all …]
|
/linux-4.1.27/arch/s390/kernel/ |
D | cpcmd.c | 37 static int diag8_response(int cmdlen, char *response, int *rlen) in diag8_response() argument 40 register unsigned long reg3 asm ("3") = (addr_t) response; in diag8_response() 62 int __cpcmd(const char *cmd, char *response, int rlen, int *response_code) in __cpcmd() argument 73 if (response) { in __cpcmd() 74 memset(response, 0, rlen); in __cpcmd() 76 rc = diag8_response(cmdlen, response, &rlen); in __cpcmd() 77 EBCASC(response, response_len); in __cpcmd() 87 int cpcmd(const char *cmd, char *response, int rlen, int *response_code) in cpcmd() argument 93 if ((virt_to_phys(response) != (unsigned long) response) || in cpcmd() 94 (((unsigned long)response + rlen) >> 31)) { in cpcmd() [all …]
|
D | early.c | 86 int response; in create_kernel_nss() local 140 __cpcmd(defsys_cmd, NULL, 0, &response); in create_kernel_nss() 142 if (response != 0) { in create_kernel_nss() 144 response); in create_kernel_nss() 151 response = savesys_ipl_nss(savesys_cmd, len); in create_kernel_nss() 159 if (response > SAVESYS_CMD_SIZE || response == 1) { in create_kernel_nss() 161 response); in create_kernel_nss()
|
/linux-4.1.27/drivers/isdn/gigaset/ |
D | i4l.c | 120 isdn_ctrl response; in gigaset_skb_sent() local 133 response.driver = bcs->cs->myid; in gigaset_skb_sent() 134 response.command = ISDN_STAT_BSENT; in gigaset_skb_sent() 135 response.arg = bcs->channel; in gigaset_skb_sent() 136 response.parm.length = len; in gigaset_skb_sent() 137 iif->statcallb(&response); in gigaset_skb_sent() 170 isdn_ctrl response; in gigaset_isdn_rcv_err() local 183 response.driver = bcs->cs->myid; in gigaset_isdn_rcv_err() 184 response.command = ISDN_STAT_L1ERR; in gigaset_isdn_rcv_err() 185 response.arg = bcs->channel; in gigaset_isdn_rcv_err() [all …]
|
D | ev-layer.c | 354 char *response; member 470 for (rt = resp_type; rt->response; ++rt) { in gigaset_handle_modem_response() 471 eoc = skip_prefix(cs->respdata, rt->response); in gigaset_handle_modem_response() 475 if (!rt->response) { in gigaset_handle_modem_response() 520 for (rt = resp_type; rt->response; ++rt) { in gigaset_handle_modem_response() 521 psep = skip_prefix(eoc, rt->response); in gigaset_handle_modem_response()
|
/linux-4.1.27/drivers/s390/char/ |
D | vmcp.c | 41 session->response = NULL; in vmcp_open() 54 free_pages((unsigned long)session->response, get_order(session->bufsize)); in vmcp_release() 69 if (!session->response) { in vmcp_read() 75 session->response, size); in vmcp_read() 104 if (!session->response) in vmcp_write() 105 session->response = (char *)__get_free_pages(GFP_KERNEL in vmcp_write() 108 if (!session->response) { in vmcp_write() 114 session->resp_size = cpcmd(cmd, session->response, session->bufsize, in vmcp_write() 154 free_pages((unsigned long)session->response, in vmcp_ioctl() 156 session->response=NULL; in vmcp_ioctl()
|
D | sclp_cpi_sys.c | 130 int response; in cpi_req() local 163 response = ((struct cpi_sccb *) req->sccb)->header.response_code; in cpi_req() 164 if (response != 0x0020) { in cpi_req() 166 response); in cpi_req()
|
D | vmcp.h | 24 char *response; member
|
/linux-4.1.27/include/uapi/rdma/ |
D | ib_user_verbs.h | 140 __u64 response; member 147 __u64 response; member 157 __u64 response; member 228 __u64 response; member 259 __u64 response; member 272 __u64 response; member 287 __u64 response; member 303 __u64 response; member 323 __u64 response; member 339 __u64 response; member [all …]
|
D | rdma_user_cm.h | 83 __u64 response; member 94 __u64 response; member 104 __u64 response; member 145 __u64 response; member 230 __u64 response; member 241 __u64 response; /* rdma_ucm_create_id_resp */ member 248 __u64 response; /* rdma_ucma_create_id_resp */ member 257 __u64 response; member 294 __u64 response; member
|
D | ib_user_cm.h | 76 __u64 response; member 84 __u64 response; member 94 __u64 response; member 107 __u64 response; member 224 __u64 response; member
|
/linux-4.1.27/drivers/hid/ |
D | hid-logitech-hidpp.c | 172 struct hidpp_report *response) in hidpp_send_message_sync() argument 178 hidpp->send_receive_buf = response; in hidpp_send_message_sync() 185 *response = *message; in hidpp_send_message_sync() 191 memset(response, 0, sizeof(struct hidpp_report)); in hidpp_send_message_sync() 198 memset(response, 0, sizeof(struct hidpp_report)); in hidpp_send_message_sync() 202 if (response->report_id == REPORT_ID_HIDPP_SHORT && in hidpp_send_message_sync() 203 response->rap.sub_id == HIDPP_ERROR) { in hidpp_send_message_sync() 204 ret = response->rap.params[1]; in hidpp_send_message_sync() 209 if (response->report_id == REPORT_ID_HIDPP_LONG && in hidpp_send_message_sync() 210 response->fap.feature_index == HIDPP20_ERROR) { in hidpp_send_message_sync() [all …]
|
D | hid-hyperv.c | 137 struct synthhid_protocol_response response; member 387 struct mousevsc_prt_msg *response; in mousevsc_connect_to_vsp() local 414 response = &input_dev->protocol_resp; in mousevsc_connect_to_vsp() 416 if (!response->response.approved) { in mousevsc_connect_to_vsp()
|
/linux-4.1.27/drivers/s390/cio/ |
D | chsc.c | 42 int chsc_error_from_response(int response) in chsc_error_from_response() argument 44 switch (response) { in chsc_error_from_response() 78 struct chsc_header response; member 116 ret = chsc_error_from_response(ssd_area->response.code); in chsc_get_ssd_info() 120 ssd_area->response.code); in chsc_get_ssd_info() 168 return chsc_error_from_response(ssqd->response.code); in chsc_ssqd() 204 return chsc_error_from_response(scssc->response.code); in chsc_sadc() 334 struct chsc_header response; member 556 if (sei->response.code != 0x0001) { in chsc_process_event_information() 558 sei->response.code, sei->ntsm); in chsc_process_event_information() [all …]
|
D | chsc_sch.c | 477 struct chsc_header response; in chsc_ioctl_info_channel_path() member 506 if (scpcd_area->response.code != 0x0001) { in chsc_ioctl_info_channel_path() 509 scpcd_area->response.code); in chsc_ioctl_info_channel_path() 512 memcpy(&cd->cpcb, &scpcd_area->response, scpcd_area->response.length); in chsc_ioctl_info_channel_path() 539 struct chsc_header response; in chsc_ioctl_info_cu() member 568 if (scucd_area->response.code != 0x0001) { in chsc_ioctl_info_cu() 571 scucd_area->response.code); in chsc_ioctl_info_cu() 574 memcpy(&cd->cucb, &scucd_area->response, scucd_area->response.length); in chsc_ioctl_info_cu() 602 struct chsc_header response; in chsc_ioctl_info_sch_cu() member 632 if (sscud_area->response.code != 0x0001) { in chsc_ioctl_info_sch_cu() [all …]
|
D | chsc.h | 76 struct chsc_header response; member 97 struct chsc_header response; member 114 struct chsc_header response; member 143 int chsc_error_from_response(int response); 165 struct chsc_header response; member 214 struct chsc_header response; member
|
D | scm.c | 238 num = (scm_info->response.length - in scm_update_information() 240 offsetof(struct chsc_scm_info, response)) in scm_update_information()
|
D | qdio_main.c | 1771 int cnc, u16 *response, in qdio_pnso_brinfo() argument 1790 if (rr->response.code != 1) { in qdio_pnso_brinfo() 1800 elems = (rr->response.length - in qdio_pnso_brinfo() 1832 } while (rr->response.code == 0x0107 || /* channel busy */ in qdio_pnso_brinfo() 1833 (rr->response.code == 1 && /* list stored */ in qdio_pnso_brinfo() 1836 (*response) = rr->response.code; in qdio_pnso_brinfo()
|
D | qdio_thinint.c | 232 scssc->response.code); in set_subchannel_ind()
|
/linux-4.1.27/drivers/staging/unisys/visorchipset/ |
D | visorchipset.h | 182 void (*bus_create)(ulong bus_no, int response); 183 void (*bus_destroy)(ulong bus_no, int response); 184 void (*device_create)(ulong bus_no, ulong dev_no, int response); 185 void (*device_destroy)(ulong bus_no, ulong dev_no, int response); 186 void (*device_pause)(ulong bus_no, ulong dev_no, int response); 187 void (*device_resume)(ulong bus_no, ulong dev_no, int response); 218 int response);
|
D | visorchipset_main.c | 225 static void bus_create_response(ulong bus_no, int response); 226 static void bus_destroy_response(ulong bus_no, int response); 227 static void device_create_response(ulong bus_no, ulong dev_no, int response); 228 static void device_destroy_response(ulong bus_no, ulong dev_no, int response); 229 static void device_resume_response(ulong bus_no, ulong dev_no, int response); 343 int response); 345 struct controlvm_message_header *msg_hdr, int response, 348 struct controlvm_message_header *msg_hdr, int response, 656 struct controlvm_message_header *msg_hdr, int response) in controlvm_init_response() argument 663 if (response < 0) { in controlvm_init_response() [all …]
|
/linux-4.1.27/drivers/firewire/ |
D | core-transaction.c | 623 struct fw_packet response; member 635 request = container_of(packet, struct fw_request, response); in free_response_callback() 674 void fw_fill_response(struct fw_packet *response, u32 *request_header, in fw_fill_response() argument 685 response->header[0] = in fw_fill_response() 689 response->header[1] = in fw_fill_response() 692 response->header[2] = 0; in fw_fill_response() 697 response->header[0] |= HEADER_TCODE(TCODE_WRITE_RESPONSE); in fw_fill_response() 698 response->header_length = 12; in fw_fill_response() 699 response->payload_length = 0; in fw_fill_response() 703 response->header[0] |= in fw_fill_response() [all …]
|
D | sbp2.c | 292 struct sbp2_pointer response; member 297 __be32 response[4]; member 562 int lun_or_login_id, void *response) in sbp2_send_management_orb() argument 578 dma_map_single(device->card->device, &orb->response, in sbp2_send_management_orb() 579 sizeof(orb->response), DMA_FROM_DEVICE); in sbp2_send_management_orb() 583 orb->request.response.high = 0; in sbp2_send_management_orb() 584 orb->request.response.low = cpu_to_be32(orb->response_bus); in sbp2_send_management_orb() 591 MANAGEMENT_ORB_RESPONSE_LENGTH(sizeof(orb->response))); in sbp2_send_management_orb() 649 sizeof(orb->response), DMA_FROM_DEVICE); in sbp2_send_management_orb() 651 if (response) in sbp2_send_management_orb() [all …]
|
D | core.h | 245 void fw_fill_response(struct fw_packet *response, u32 *request_header,
|
D | core-cdev.c | 183 struct fw_cdev_event_response response; member 552 struct fw_cdev_event_response *rsp = &e->response; in complete_transaction() 608 e->response.length = request->length; in init_request() 609 e->response.closure = request->closure; in init_request() 612 copy_from_user(e->response.data, in init_request() 625 speed, request->offset, e->response.data, in init_request()
|
D | ohci.c | 1528 struct fw_packet response; in handle_local_rom() local 1539 fw_fill_response(&response, packet->header, in handle_local_rom() 1542 fw_fill_response(&response, packet->header, in handle_local_rom() 1545 fw_fill_response(&response, packet->header, RCODE_COMPLETE, in handle_local_rom() 1549 fw_core_handle_response(&ohci->card, &response); in handle_local_rom() 1555 struct fw_packet response; in handle_local_lock() local 1573 fw_fill_response(&response, packet->header, in handle_local_lock() 1587 fw_fill_response(&response, packet->header, in handle_local_lock() 1594 fw_fill_response(&response, packet->header, RCODE_BUSY, NULL, 0); in handle_local_lock() 1597 fw_core_handle_response(&ohci->card, &response); in handle_local_lock()
|
/linux-4.1.27/drivers/mmc/host/ |
D | mvsdio.c | 251 unsigned int response[8], i; in mvsd_finish_cmd() local 253 response[i] = mvsd_read(MVSD_RSP(i)); in mvsd_finish_cmd() 254 cmd->resp[0] = ((response[0] & 0x03ff) << 22) | in mvsd_finish_cmd() 255 ((response[1] & 0xffff) << 6) | in mvsd_finish_cmd() 256 ((response[2] & 0xfc00) >> 10); in mvsd_finish_cmd() 257 cmd->resp[1] = ((response[2] & 0x03ff) << 22) | in mvsd_finish_cmd() 258 ((response[3] & 0xffff) << 6) | in mvsd_finish_cmd() 259 ((response[4] & 0xfc00) >> 10); in mvsd_finish_cmd() 260 cmd->resp[2] = ((response[4] & 0x03ff) << 22) | in mvsd_finish_cmd() 261 ((response[5] & 0xffff) << 6) | in mvsd_finish_cmd() [all …]
|
D | wmt-sdmmc.c | 231 u32 response; in wmt_mci_read_response() local 236 response = 0; in wmt_mci_read_response() 243 response |= (tmp_resp << (idx2 * 8)); in wmt_mci_read_response() 245 priv->cmd->resp[idx1] = cpu_to_be32(response); in wmt_mci_read_response()
|
D | ushc.c | 79 __le32 response; member 247 req->cmd->resp[0] = le32_to_cpu(ushc->csw->response); in csw_callback()
|
D | vub300.c | 161 struct sd_response_header response; member 295 unsigned response:8; member 557 vub300->sdio_register[i].response = in add_offloaded_reg() 1723 u8 *r = vub300->resp.response.command_response; in construct_request_response() 1882 u8 rsp2 = vub300->sdio_register[i].response; in satisfy_request_from_offloaded_data()
|
/linux-4.1.27/fs/cifs/ |
D | cifsencrypt.c | 101 server->session_key.response, server->session_key.len); in cifs_calc_signature() 274 ses->auth_key.response = kmalloc(temp_len, GFP_KERNEL); in setup_ntlm_response() 275 if (!ses->auth_key.response) in setup_ntlm_response() 281 ses->auth_key.response + CIFS_SESS_KEY_SIZE, nls_cp); in setup_ntlm_response() 295 rc = mdfour(ses->auth_key.response, temp_key, CIFS_SESS_KEY_SIZE); in setup_ntlm_response() 370 ses->auth_key.response = kzalloc(ses->auth_key.len, GFP_KERNEL); in build_avpair_blob() 371 if (!ses->auth_key.response) { in build_avpair_blob() 376 blobptr = ses->auth_key.response; in build_avpair_blob() 411 if (!ses->auth_key.len || !ses->auth_key.response) in find_domain_name() 414 blobptr = ses->auth_key.response; in find_domain_name() [all …]
|
D | sess.c | 318 ses->auth_key.response = kmemdup(bcc_ptr + tioffset, tilen, in decode_ntlmssp_challenge() 320 if (!ses->auth_key.response) { in decode_ntlmssp_challenge() 409 memcpy(tmp, ses->auth_key.response + CIFS_SESS_KEY_SIZE, in build_ntlmssp_auth_blob() 605 ses->server->session_key.response = in sess_establish_session() 606 kmemdup(ses->auth_key.response, in sess_establish_session() 608 if (!ses->server->session_key.response) { in sess_establish_session() 799 memcpy(bcc_ptr, ses->auth_key.response + CIFS_SESS_KEY_SIZE, in sess_auth_ntlm() 802 memcpy(bcc_ptr, ses->auth_key.response + CIFS_SESS_KEY_SIZE, in sess_auth_ntlm() 868 kfree(ses->auth_key.response); in sess_auth_ntlm() 869 ses->auth_key.response = NULL; in sess_auth_ntlm() [all …]
|
D | smb2pdu.c | 549 kfree(ses->auth_key.response); in SMB2_sess_setup() 550 ses->auth_key.response = NULL; in SMB2_sess_setup() 616 ses->auth_key.response = kmemdup(msg->data, msg->sesskey_len, in SMB2_sess_setup() 618 if (!ses->auth_key.response) { in SMB2_sess_setup() 755 kfree(ses->auth_key.response); in SMB2_sess_setup() 756 ses->auth_key.response = NULL; in SMB2_sess_setup() 779 kfree(ses->auth_key.response); in SMB2_sess_setup() 780 ses->auth_key.response = NULL; in SMB2_sess_setup()
|
D | smb2transport.c | 162 ses->auth_key.response, SMB2_NTLMV2_SESSKEY_SIZE); in smb2_calc_signature() 245 ses->auth_key.response, SMB2_NTLMV2_SESSKEY_SIZE); in generate_smb3signingkey()
|
/linux-4.1.27/drivers/net/wireless/prism54/ |
D | oid_mgt.c | 421 struct islpci_mgmtframe *response = NULL; in mgt_set_request() local 455 _data, dlen, &response); in mgt_set_request() 457 response_op = response->header->operation; in mgt_set_request() 458 islpci_mgt_release(response); in mgt_set_request() 483 struct islpci_mgmtframe *response; in mgt_set_varlen() local 497 data, dlen + extra_len, &response); in mgt_set_varlen() 499 response_op = response->header->operation; in mgt_set_varlen() 500 islpci_mgt_release(response); in mgt_set_varlen() 521 struct islpci_mgmtframe *response = NULL; in mgt_get_request() local 547 oid, data, dlen, &response); in mgt_get_request() [all …]
|
D | isl_ioctl.c | 2591 struct islpci_mgmtframe *response; in prism54_debug_get_oid() local 2601 &response); in prism54_debug_get_oid() 2603 if (ret || !response in prism54_debug_get_oid() 2604 || response->header->operation == PIMFOR_OP_ERROR) { in prism54_debug_get_oid() 2605 if (response) { in prism54_debug_get_oid() 2606 islpci_mgt_release(response); in prism54_debug_get_oid() 2612 data->length = response->header->length; in prism54_debug_get_oid() 2613 memcpy(extra, response->data, data->length); in prism54_debug_get_oid() 2614 islpci_mgt_release(response); in prism54_debug_get_oid() 2627 struct islpci_mgmtframe *response; in prism54_debug_set_oid() local [all …]
|
/linux-4.1.27/drivers/isdn/sc/ |
D | packet.c | 111 if (!(skb = dev_alloc_skb(rcvmsg->msg_data.response.msg_len))) { in rcvpkt() 116 skb_put(skb, rcvmsg->msg_data.response.msg_len); in rcvpkt() 119 rcvmsg->msg_data.response.buff_offset); in rcvpkt() 121 skb_put(skb, rcvmsg->msg_data.response.msg_len), in rcvpkt() 122 (char *)rcvmsg->msg_data.response.buff_offset, in rcvpkt() 123 rcvmsg->msg_data.response.msg_len); in rcvpkt() 134 newll.buff_offset = rcvmsg->msg_data.response.buff_offset; in rcvpkt()
|
D | interrupt.c | 73 rcvmsg.msg_data.response.msg_len, in interrupt_handler() 74 rcvmsg.msg_data.response.buff_offset); in interrupt_handler()
|
D | message.h | 221 LLData response; member
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | io.h | 52 u32 response; in wl1251_read_elp() local 55 wl->if_ops->read_elp(wl, addr, &response); in wl1251_read_elp() 57 wl->if_ops->read(wl, addr, &response, sizeof(u32)); in wl1251_read_elp() 59 return response; in wl1251_read_elp()
|
/linux-4.1.27/net/rxrpc/ |
D | rxkad.c | 679 static void rxkad_calc_response_checksum(struct rxkad_response *response) in rxkad_calc_response_checksum() argument 683 u8 *p = (u8 *) response; in rxkad_calc_response_checksum() 685 for (loop = sizeof(*response); loop > 0; loop--) in rxkad_calc_response_checksum() 688 response->encrypted.checksum = htonl(csum); in rxkad_calc_response_checksum() 1002 struct rxkad_response response in rxkad_verify_response() local 1015 if (skb_copy_bits(skb, 0, &response, sizeof(response)) < 0) in rxkad_verify_response() 1017 if (!pskb_pull(skb, sizeof(response))) in rxkad_verify_response() 1020 version = ntohl(response.version); in rxkad_verify_response() 1021 ticket_len = ntohl(response.ticket_len); in rxkad_verify_response() 1022 kvno = ntohl(response.kvno); in rxkad_verify_response() [all …]
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | psb_intel_sdvo.c | 484 void *response, int response_len) in psb_intel_sdvo_read_response() argument 526 &((u8 *)response)[i])) in psb_intel_sdvo_read_response() 528 DRM_DEBUG_KMS(" %02X", ((u8 *)response)[i]); in psb_intel_sdvo_read_response() 590 struct psb_intel_sdvo_get_trained_inputs_response response; in psb_intel_sdvo_get_trained_inputs() local 592 BUILD_BUG_ON(sizeof(response) != 1); in psb_intel_sdvo_get_trained_inputs() 594 &response, sizeof(response))) in psb_intel_sdvo_get_trained_inputs() 597 *input_1 = response.input0_trained; in psb_intel_sdvo_get_trained_inputs() 598 *input_2 = response.input1_trained; in psb_intel_sdvo_get_trained_inputs() 1253 u8 response[2]; 1264 &response, 2) && response[0]; [all …]
|
/linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
D | enic_pp.c | 322 int request, u16 *response) in enic_process_get_pp_request() argument 348 *response = PORT_PROFILE_RESPONSE_SUCCESS; in enic_process_get_pp_request() 351 *response = PORT_PROFILE_RESPONSE_INVALID; in enic_process_get_pp_request() 354 *response = PORT_PROFILE_RESPONSE_BADSTATE; in enic_process_get_pp_request() 357 *response = PORT_PROFILE_RESPONSE_INSUFFICIENT_RESOURCES; in enic_process_get_pp_request() 360 *response = PORT_PROFILE_RESPONSE_INPROGRESS; in enic_process_get_pp_request() 363 *response = PORT_PROFILE_RESPONSE_ERROR; in enic_process_get_pp_request()
|
D | enic_pp.h | 33 int request, u16 *response);
|
/linux-4.1.27/arch/s390/include/asm/ |
D | cpcmd.h | 15 extern int __cpcmd(const char *cmd, char *response, int rlen, int *response_code); 30 extern int cpcmd(const char *cmd, char *response, int rlen, int *response_code);
|
D | pci_clp.h | 168 struct clp_rsp_list_pci response; member 173 struct clp_rsp_set_pci response; member 178 struct clp_rsp_query_pci response; member 183 struct clp_rsp_query_pci_grp response; member
|
D | eadm.h | 73 struct arsb response; member
|
D | qdio.h | 425 int cnc, u16 *response,
|
/linux-4.1.27/fs/notify/fanotify/ |
D | fanotify_user.c | 172 int response = response_struct->response; in process_access_response() local 175 fd, response); in process_access_response() 181 switch (response) { in process_access_response() 196 event->response = response; in process_access_response() 308 FANOTIFY_PE(kevent)->response = FAN_DENY; in fanotify_read() 331 struct fanotify_response response = { .fd = -1, .response = -1 }; in fanotify_write() local 337 if (count > sizeof(response)) in fanotify_write() 338 count = sizeof(response); in fanotify_write() 342 if (copy_from_user(&response, buf, count)) in fanotify_write() 345 ret = process_access_response(group, &response); in fanotify_write() [all …]
|
D | fanotify.c | 70 wait_event(group->fanotify_data.access_waitq, event->response || in fanotify_get_response() 73 if (!event->response) { /* bypass_perm set */ in fanotify_get_response() 84 switch (event->response) { in fanotify_get_response() 92 event->response = 0; in fanotify_get_response() 167 pevent->response = 0; in fanotify_alloc_event()
|
D | fanotify.h | 33 int response; /* userspace answer to question */ member
|
/linux-4.1.27/drivers/usb/misc/ |
D | ezusb.c | 60 int response = ezusb_writememory(dev, cpucs_reg, &reset_bit, 1, WRITE_INT_RAM); in ezusb_set_reset() local 61 if (response < 0) in ezusb_set_reset() 63 __func__, reset_bit, response); in ezusb_set_reset() 64 return response; in ezusb_set_reset()
|
D | emi26.c | 62 int response; in emi26_set_reset() local 65 response = emi26_writememory (dev, CPUCS_REG, &reset_bit, 1, 0xa0); in emi26_set_reset() 66 if (response < 0) { in emi26_set_reset() 69 return response; in emi26_set_reset()
|
D | emi62.c | 71 int response; in emi62_set_reset() local 74 response = emi62_writememory (dev, CPUCS_REG, &reset_bit, 1, 0xa0); in emi62_set_reset() 75 if (response < 0) in emi62_set_reset() 77 return response; in emi62_set_reset()
|
D | ftdi-elan.c | 191 u8 response[4 + 1024]; member 870 ftdi_elan_do_callback(ftdi, target, 4 + ftdi->response, in have_ed_set_response() 875 return ftdi->response; in have_ed_set_response() 886 ftdi_elan_do_callback(ftdi, target, 4 + ftdi->response, in have_ed_set_response() 891 return ftdi->response; in have_ed_set_response() 901 ftdi_elan_do_callback(ftdi, target, 4 + ftdi->response, in have_ed_set_response() 906 return ftdi->response; in have_ed_set_response() 910 ftdi_elan_do_callback(ftdi, target, 4 + ftdi->response, in have_ed_set_response() 915 return ftdi->response; in have_ed_set_response() 935 return ftdi->response; in have_ed_get_response() [all …]
|
/linux-4.1.27/drivers/usb/serial/ |
D | io_edgeport.c | 287 int response; in update_edgeport_E2PROM() local 300 response = request_ihex_firmware(&fw, fw_name, in update_edgeport_E2PROM() 302 if (response) { in update_edgeport_E2PROM() 304 fw_name, response); in update_edgeport_E2PROM() 340 response = rom_write(edge_serial->serial, in update_edgeport_E2PROM() 345 if (response < 0) { in update_edgeport_E2PROM() 802 int response; in edge_open() local 851 response = usb_submit_urb(edge_serial->interrupt_read_urb, in edge_open() 853 if (response) { in edge_open() 855 __func__, response); in edge_open() [all …]
|
D | whiteheat.c | 201 int response; in whiteheat_firmware_download() local 203 response = ezusb_fx1_ihex_firmware_download(serial->dev, "whiteheat_loader.fw"); in whiteheat_firmware_download() 204 if (response >= 0) { in whiteheat_firmware_download() 205 response = ezusb_fx1_ihex_firmware_download(serial->dev, "whiteheat.fw"); in whiteheat_firmware_download() 206 if (response >= 0) in whiteheat_firmware_download()
|
D | mos7840.c | 847 int response; in mos7840_open() local 1043 response = in mos7840_open() 1046 if (response) { in mos7840_open() 1048 "interrupt urb\n", __func__, response); in mos7840_open() 1088 response = usb_submit_urb(mos7840_port->read_urb, GFP_KERNEL); in mos7840_open() 1089 if (response) { in mos7840_open() 1091 __func__, response); in mos7840_open()
|
D | keyspan_pda.c | 660 int response; in keyspan_pda_fake_startup() local 664 response = ezusb_fx1_set_reset(serial->dev, 1); in keyspan_pda_fake_startup()
|
D | mos7720.c | 998 int response; in mos7720_open() local 1076 response = usb_submit_urb(port->read_urb, GFP_KERNEL); in mos7720_open() 1077 if (response) in mos7720_open() 1079 __func__, response); in mos7720_open()
|
/linux-4.1.27/drivers/target/iscsi/ |
D | iscsi_target_auth.c | 180 unsigned char type, response[MD5_SIGNATURE_SIZE * 2 + 2]; in chap_server_compute_md5() local 197 memset(response, 0, MD5_SIGNATURE_SIZE * 2 + 2); in chap_server_compute_md5() 295 chap_binaryhex_to_asciihex(response, server_digest, MD5_SIGNATURE_SIZE); in chap_server_compute_md5() 296 pr_debug("[server] MD5 Server Digest: %s\n", response); in chap_server_compute_md5() 436 chap_binaryhex_to_asciihex(response, digest, MD5_SIGNATURE_SIZE); in chap_server_compute_md5() 438 response); in chap_server_compute_md5() 440 pr_debug("[server] Sending CHAP_R=0x%s\n", response); in chap_server_compute_md5()
|
D | iscsi_target.c | 1866 se_tmr->response = ISCSI_TMF_RSP_NO_LUN; in iscsit_handle_task_mgt_cmd() 1873 se_tmr->response = iscsit_tmr_abort_task(cmd, buf); in iscsit_handle_task_mgt_cmd() 1874 if (se_tmr->response) in iscsit_handle_task_mgt_cmd() 1884 se_tmr->response = ISCSI_TMF_RSP_AUTH_FAILED; in iscsit_handle_task_mgt_cmd() 1890 se_tmr->response = ISCSI_TMF_RSP_AUTH_FAILED; in iscsit_handle_task_mgt_cmd() 1895 se_tmr->response = iscsit_tmr_task_reassign(cmd, buf); in iscsit_handle_task_mgt_cmd() 1900 if (se_tmr->response) in iscsit_handle_task_mgt_cmd() 1910 se_tmr->response = ISCSI_TMF_RSP_NOT_SUPPORTED; in iscsit_handle_task_mgt_cmd() 1915 (se_tmr->response == ISCSI_TMF_RSP_COMPLETE)) in iscsit_handle_task_mgt_cmd() 2834 hdr->response = cmd->logout_response; in iscsit_build_logout_rsp() [all …]
|
/linux-4.1.27/include/uapi/linux/ |
D | virtio_scsi.h | 71 __u8 response; /* Response values */ member 84 __u8 response; member 96 __u8 response; member
|
D | bsg.h | 34 __u64 response; /* [i], [*o] {SCSI: (auto)sense data} */ member
|
D | fanotify.h | 96 __u32 response; member
|
D | firewire-cdev.h | 383 struct fw_cdev_event_response response; member
|
/linux-4.1.27/drivers/block/ |
D | nvme-scsi.c | 1395 u8 *response; in nvme_trans_mode_page_create() local 1414 response = kzalloc(resp_size, GFP_KERNEL); in nvme_trans_mode_page_create() 1415 if (response == NULL) { in nvme_trans_mode_page_create() 1420 res = nvme_trans_fill_mode_parm_hdr(&response[0], mph_size, cdb10, in nvme_trans_mode_page_create() 1426 &response[blk_desc_offset], in nvme_trans_mode_page_create() 1431 res = mode_page_fill_func(ns, hdr, &response[mode_pages_offset_1], in nvme_trans_mode_page_create() 1437 res = nvme_trans_copy_to_user(hdr, response, xfer_len); in nvme_trans_mode_page_create() 1440 kfree(response); in nvme_trans_mode_page_create() 1447 static void nvme_trans_fill_read_cap(u8 *response, struct nvme_id_ns *id_ns, in nvme_trans_fill_read_cap() argument 1469 memcpy(response, &tmp_rlba_32, sizeof(u32)); in nvme_trans_fill_read_cap() [all …]
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_sdvo.c | 523 void *response, int response_len) in intel_sdvo_read_response() argument 582 &((u8 *)response)[i])) in intel_sdvo_read_response() 584 BUF_PRINT(" %02X", ((u8 *)response)[i]); in intel_sdvo_read_response() 650 struct intel_sdvo_get_trained_inputs_response response; in intel_sdvo_get_trained_inputs() local 652 BUILD_BUG_ON(sizeof(response) != 1); in intel_sdvo_get_trained_inputs() 654 &response, sizeof(response))) in intel_sdvo_get_trained_inputs() 657 *input_1 = response.input0_trained; in intel_sdvo_get_trained_inputs() 658 *input_2 = response.input1_trained; in intel_sdvo_get_trained_inputs() 1746 uint16_t response; in intel_sdvo_detect() local 1756 &response, 2)) in intel_sdvo_detect() [all …]
|
/linux-4.1.27/drivers/infiniband/core/ |
D | ucma.c | 334 if (copy_to_user((void __user *)(unsigned long)cmd.response, in ucma_get_event() 401 if (copy_to_user((void __user *)(unsigned long)cmd.response, in ucma_create_id() 508 if (copy_to_user((void __user *)(unsigned long)cmd.response, in ucma_destroy_id() 747 if (copy_to_user((void __user *)(unsigned long)cmd.response, in ucma_query_route() 768 void __user *response, int out_len) in ucma_query_addr() argument 789 if (copy_to_user(response, &resp, sizeof(resp))) in ucma_query_addr() 796 void __user *response, int out_len) in ucma_query_path() argument 819 if (copy_to_user(response, resp, in ucma_query_path() 828 void __user *response, int out_len) in ucma_query_gid() argument 867 if (copy_to_user(response, &resp, sizeof(resp))) in ucma_query_gid() [all …]
|
D | uverbs_cmd.c | 313 (unsigned long) cmd.response + sizeof resp, in ib_uverbs_get_context() 364 if (copy_to_user((void __user *) (unsigned long) cmd.response, in ib_uverbs_get_context() 471 if (copy_to_user((void __user *) (unsigned long) cmd.response, in ib_uverbs_query_device() 521 if (copy_to_user((void __user *) (unsigned long) cmd.response, in ib_uverbs_query_port() 546 (unsigned long) cmd.response + sizeof resp, in ib_uverbs_alloc_pd() 575 if (copy_to_user((void __user *) (unsigned long) cmd.response, in ib_uverbs_alloc_pd() 743 (unsigned long) cmd.response + sizeof resp, in ib_uverbs_open_xrcd() 815 if (copy_to_user((void __user *) (unsigned long) cmd.response, in ib_uverbs_open_xrcd() 955 (unsigned long) cmd.response + sizeof resp, in ib_uverbs_reg_mr() 1013 if (copy_to_user((void __user *) (unsigned long) cmd.response, in ib_uverbs_reg_mr() [all …]
|
D | mad.c | 1928 struct ib_mad_private *response) in generate_unmatched_resp() argument 1932 memcpy(response, recv, sizeof *response); in generate_unmatched_resp() 1933 response->header.recv_wc.wc = &response->header.wc; in generate_unmatched_resp() 1934 response->header.recv_wc.recv_buf.mad = &response->mad.mad; in generate_unmatched_resp() 1935 response->header.recv_wc.recv_buf.grh = &response->grh; in generate_unmatched_resp() 1936 response->mad.mad.mad_hdr.method = IB_MGMT_METHOD_GET_RESP; in generate_unmatched_resp() 1937 response->mad.mad.mad_hdr.status = in generate_unmatched_resp() 1940 response->mad.mad.mad_hdr.status |= IB_SMP_DIRECTION; in generate_unmatched_resp() 1952 struct ib_mad_private *recv, *response = NULL; in ib_mad_recv_done_handler() local 1985 response = kmem_cache_alloc(ib_mad_cache, GFP_KERNEL); in ib_mad_recv_done_handler() [all …]
|
D | uverbs_main.c | 698 if (ex_hdr.response) { in ib_uverbs_write() 703 (void __user *) (unsigned long) ex_hdr.response, in ib_uverbs_write() 711 INIT_UDATA_BUF_OR_NULL(&ucore, buf, (unsigned long) ex_hdr.response, in ib_uverbs_write() 716 (unsigned long) ex_hdr.response + ucore.outlen, in ib_uverbs_write()
|
D | ucm.c | 428 if (copy_to_user((void __user *)(unsigned long)cmd.response, in ib_ucm_event() 500 if (copy_to_user((void __user *)(unsigned long)cmd.response, in ib_ucm_create_id() 554 if (copy_to_user((void __user *)(unsigned long)cmd.response, in ib_ucm_destroy_id() 586 if (copy_to_user((void __user *)(unsigned long)cmd.response, in ib_ucm_attr_id() 623 if (copy_to_user((void __user *)(unsigned long)cmd.response, in ib_ucm_init_qp_attr()
|
/linux-4.1.27/Documentation/misc-devices/mei/ |
D | mei-amt-version.c | 413 struct amt_host_if_resp_header *response = NULL; in amt_get_code_versions() local 419 (uint8_t **)&response, in amt_get_code_versions() 425 status = amt_verify_code_versions(response); in amt_get_code_versions() 429 memcpy(versions, response->data, sizeof(struct amt_code_versions)); in amt_get_code_versions() 431 if (response != NULL) in amt_get_code_versions() 432 free(response); in amt_get_code_versions()
|
/linux-4.1.27/drivers/media/usb/hdpvr/ |
D | hdpvr-core.c | 122 char *response; in device_authorization() local 176 response = dev->usbc_buf+38; in device_authorization() 179 response); in device_authorization() 181 challenge(response); in device_authorization() 184 response); in device_authorization() 192 response, 8, in device_authorization()
|
/linux-4.1.27/drivers/hv/ |
D | hv_fcopy.c | 318 int response = 0; in fcopy_write() local 323 if (copy_from_user(&response, buf, sizeof(int))) in fcopy_write() 327 if (fcopy_handle_handshake(response)) in fcopy_write() 337 fcopy_respond_to_host(response); in fcopy_write()
|
D | channel_mgmt.c | 557 memcpy(&msginfo->response.open_result, in vmbus_onopen_result() 604 memcpy(&msginfo->response.gpadl_created, in vmbus_ongpadl_created() 649 memcpy(&msginfo->response.gpadl_torndown, in vmbus_ongpadl_torndown() 686 memcpy(&msginfo->response.version_response, in vmbus_onversion_response()
|
D | connection.c | 116 if (msginfo->response.version_response.version_supported) { in vmbus_negotiate_version()
|
D | channel.c | 182 if (open_info->response.open_result.status) in vmbus_open() 183 err = open_info->response.open_result.status; in vmbus_open()
|
/linux-4.1.27/drivers/platform/x86/ |
D | dell-wmi-aio.c | 88 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; in dell_wmi_aio_notify() local 93 status = wmi_get_event_data(value, &response); in dell_wmi_aio_notify() 99 obj = (union acpi_object *)response.pointer; in dell_wmi_aio_notify()
|
D | msi-wmi.c | 185 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; in msi_wmi_notify() local 190 status = wmi_get_event_data(value, &response); in msi_wmi_notify() 196 obj = (union acpi_object *)response.pointer; in msi_wmi_notify() 236 kfree(response.pointer); in msi_wmi_notify()
|
D | dell-wmi.c | 169 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; in dell_wmi_notify() local 176 status = wmi_get_event_data(value, &response); in dell_wmi_notify() 182 obj = (union acpi_object *)response.pointer; in dell_wmi_notify()
|
D | wmi.c | 486 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; in wmi_notify_debug() local 490 status = wmi_get_event_data(value, &response); in wmi_notify_debug() 496 obj = (union acpi_object *)response.pointer; in wmi_notify_debug()
|
D | hp-wmi.c | 533 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; in hp_wmi_notify() local 540 status = wmi_get_event_data(value, &response); in hp_wmi_notify() 546 obj = (union acpi_object *)response.pointer; in hp_wmi_notify()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-driver-ppi | 31 What: /sys/devices/pnp0/00:<bus-num>/ppi/response 35 This attribute shows the response to the most recent operation 36 request it acted upon. The format is "<request> <response num> 37 : <response description>".
|
D | debugfs-olpc | 14 To read the response (if any), read from the generic node after executing
|
D | sysfs-platform-chipidea-usb-otg | 10 be set to 1 by kernel in response to remote wakeup signaling
|
/linux-4.1.27/arch/s390/mm/ |
D | extmem.c | 673 int i, response; in segment_save() local 694 response = 0; in segment_save() 695 cpcmd(cmd1, NULL, 0, &response); in segment_save() 696 if (response) { in segment_save() 698 "%i\n", response); in segment_save() 701 cpcmd(cmd2, NULL, 0, &response); in segment_save() 702 if (response) { in segment_save() 704 "%i\n", response); in segment_save()
|
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/ |
D | rtw_android.c | 171 goto response; in rtw_android_priv_cmd() 173 goto response; in rtw_android_priv_cmd() 246 response: in rtw_android_priv_cmd()
|
/linux-4.1.27/sound/firewire/ |
D | fcp.c | 225 void *response, unsigned int response_size, in fcp_avc_transaction() argument 232 t.response_buffer = response; in fcp_avc_transaction() 314 const void *response, size_t length) in is_matching_response() argument 319 p1 = response; in is_matching_response()
|
D | fcp.h | 29 void *response, unsigned int response_size,
|
/linux-4.1.27/fs/ocfs2/dlm/ |
D | dlmdomain.c | 792 union dlm_query_join_response response; in dlm_query_join_packet_to_wire() local 794 response.packet = *packet; in dlm_query_join_packet_to_wire() 795 *wire = be32_to_cpu(response.intval); in dlm_query_join_packet_to_wire() 801 union dlm_query_join_response response; in dlm_query_join_wire_to_packet() local 803 response.intval = cpu_to_be32(wire); in dlm_query_join_wire_to_packet() 804 *packet = response.packet; in dlm_query_join_wire_to_packet() 815 u32 response; in dlm_query_join_handler() local 923 dlm_query_join_packet_to_wire(&packet, &response); in dlm_query_join_handler() 924 return response; in dlm_query_join_handler() 1432 enum dlm_query_join_response_code *response) in dlm_request_join() argument [all …]
|
D | dlmmaster.c | 1340 int ret, response=0, resend; in dlm_do_master_request() local 1352 sizeof(request), to, &response); in dlm_do_master_request() 1382 switch (response) { in dlm_do_master_request() 1403 response = 0; in dlm_do_master_request() 1406 mlog(ML_ERROR, "bad response! %u\n", response); in dlm_do_master_request() 1432 u8 response = DLM_MASTER_RESP_MAYBE; in dlm_master_request_handler() local 1448 response = DLM_MASTER_RESP_NO; in dlm_master_request_handler() 1457 response = DLM_IVBUFLEN; in dlm_master_request_handler() 1486 response = DLM_MASTER_RESP_ERROR; in dlm_master_request_handler() 1495 response = DLM_MASTER_RESP_YES; in dlm_master_request_handler() [all …]
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | hif.h | 58 void *response, u32 *response_len); 127 void *response, u32 *response_len) in ath10k_hif_exchange_bmi_msg() argument 130 response, response_len); in ath10k_hif_exchange_bmi_msg()
|
/linux-4.1.27/drivers/input/mouse/ |
D | vmmouse.c | 350 u32 response, version, dummy1, dummy2; in vmmouse_detect() local 364 response = ~VMMOUSE_PROTO_MAGIC; in vmmouse_detect() 365 VMMOUSE_CMD(GETVERSION, 0, version, response, dummy1, dummy2); in vmmouse_detect() 366 if (response != VMMOUSE_PROTO_MAGIC || version == 0xffffffffU) { in vmmouse_detect()
|
/linux-4.1.27/sound/soc/intel/atom/sst/ |
D | sst_pvt.c | 232 bool large, bool fill_dsp, bool sync, bool response) in sst_prepare_and_post_msg() argument 243 if (response) in sst_prepare_and_post_msg() 280 if (response) { in sst_prepare_and_post_msg() 296 if (response) in sst_prepare_and_post_msg()
|
D | sst_stream.c | 42 struct snd_sst_alloc_response *response; in sst_alloc_stream_mrfld() local 119 response = (struct snd_sst_alloc_response *)data; in sst_alloc_stream_mrfld() 120 ret = response->str_type.result; in sst_alloc_stream_mrfld()
|
D | sst.h | 521 bool large, bool fill_dsp, bool sync, bool response);
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | jeilinj.c | 117 static void jlj_read1(struct gspca_dev *gspca_dev, unsigned char *response) in jlj_read1() argument 126 *response = gspca_dev->usb_buf[0]; in jlj_read1() 220 u8 response = 0xff; in jlj_start() local 263 jlj_read1(gspca_dev, &response); in jlj_start()
|
/linux-4.1.27/drivers/misc/ibmasm/ |
D | command.c | 175 void ibmasm_receive_command_response(struct service_processor *sp, void *response, size_t size) in ibmasm_receive_command_response() argument 182 memcpy_fromio(cmd->buffer, response, min(size, cmd->buffer_size)); in ibmasm_receive_command_response()
|
D | ibmasm.h | 171 void ibmasm_receive_command_response(struct service_processor *sp, void *response, size_t size);
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | wacom_w8001.c | 89 unsigned char response[W8001_MAX_LENGTH]; member 335 memcpy(w8001->response, w8001->data, W8001_MAX_LENGTH); in w8001_interrupt() 410 parse_pen_data(w8001->response, &coord); in w8001_setup() 434 if (!error && w8001->response[1]) { in w8001_setup() 438 parse_touchquery(w8001->response, &touch); in w8001_setup()
|
D | elo.c | 65 unsigned char response[ELO10_PACKET_LEN]; member 113 memcpy(elo->response, &elo->data[1], ELO10_PACKET_LEN); in elo_process_data_10() 253 memcpy(packet, elo->response, ELO10_PACKET_LEN); in elo_command_10()
|
/linux-4.1.27/drivers/usb/class/ |
D | cdc-wdm.c | 80 struct urb *response; member 276 rv = usb_submit_urb(desc->response, GFP_ATOMIC); in wdm_int_callback() 307 usb_kill_urb(desc->response); in kill_urbs() 313 usb_free_urb(desc->response); in free_urbs() 456 rv = usb_submit_urb(desc->response, GFP_KERNEL); in clear_wdm_read_flag() 742 rv = usb_submit_urb(desc->response, GFP_KERNEL); in wdm_rxwork() 792 desc->response = usb_alloc_urb(0, GFP_KERNEL); in wdm_create() 793 if (!desc->response) in wdm_create() 830 desc->response, in wdm_create()
|
/linux-4.1.27/drivers/thunderbolt/ |
D | ctl.c | 201 static struct tb_cfg_result decode_error(struct ctl_pkg *response) in decode_error() argument 203 struct cfg_error_pkg *pkg = response->buffer; in decode_error() 207 res.err = check_header(response, sizeof(*pkg), TB_CFG_PKG_ERROR, in decode_error() 370 struct ctl_pkg *response) in tb_ctl_handle_plug_event() argument 372 struct cfg_event_pkg *pkg = response->buffer; in tb_ctl_handle_plug_event() 375 if (check_header(response, sizeof(*pkg), TB_CFG_PKG_EVENT, route)) { in tb_ctl_handle_plug_event()
|
/linux-4.1.27/include/uapi/linux/mmc/ |
D | ioctl.h | 15 __u32 response[4]; /* CMD response */ member
|
/linux-4.1.27/drivers/scsi/aacraid/ |
D | commctrl.c | 438 struct revision response; in check_revision() local 442 response.compat = 1; in check_revision() 447 response.version = cpu_to_le32(version); in check_revision() 449 response.build = cpu_to_le32(AAC_DRIVER_BUILD); in check_revision() 451 response.build = cpu_to_le32(9999); in check_revision() 454 if (copy_to_user(arg, &response, sizeof(response))) in check_revision()
|
/linux-4.1.27/drivers/input/serio/ |
D | hyperv-keyboard.c | 289 struct synth_kbd_protocol_response *response; in hv_kbd_connect_to_vsp() local 309 response = &kbd_dev->protocol_resp; in hv_kbd_connect_to_vsp() 310 proto_status = __le32_to_cpu(response->proto_status); in hv_kbd_connect_to_vsp()
|
/linux-4.1.27/Documentation/networking/ |
D | xfrm_sync.txt | 124 The response is a XFRM_MSG_NEWAE which is formatted based on what 126 The response will always have XFRMA_LTIME_VAL and XFRMA_REPLAY_VAL TLVs. 136 A response is issued back to the sender in user space to indicate success 141 ii) kernel->user direction as a response to XFRM_MSG_GETAE 142 The response will always have XFRMA_LTIME_VAL and XFRMA_REPLAY_VAL TLVs.
|
D | mac80211-auth-assoc-deauth.txt | 32 driver->mac80211: RX probe response 60 driver->mac80211: RX assoc response
|
D | secid.txt | 8 the incoming packet this flow is being generated as a response to (e.g. tcp
|
D | nfc.txt | 64 * data_exchange - send data and receive the response (transceive operation) 126 The first received package is the response to the first sent package and so
|
D | lapb-module.txt | 226 LAPB_TIMEDOUT No response was received in N2 tries from the remote 234 returned in response to a lapb_connect_request (see above) if the remote 241 LAPB_TIMEDOUT No response was received in N2 tries from the remote
|
/linux-4.1.27/include/linux/netfilter/ |
D | nf_conntrack_sip.h | 47 int (*response)(struct sk_buff *skb, unsigned int protoff, member 58 .response = (__response), \
|
/linux-4.1.27/drivers/target/ |
D | target_core_tmr.c | 198 tmr->response = TMR_FUNCTION_COMPLETE; in core_tmr_abort_task() 206 tmr->response = TMR_TASK_DOES_NOT_EXIST; in core_tmr_abort_task() 289 tmr_p->function, tmr_p->response, cmd->t_state); in core_tmr_drain_tmr_list()
|
D | target_core_transport.c | 1538 se_cmd->se_tmr_req->response = TMR_LUN_DOES_NOT_EXIST; in target_complete_tmr_failure() 3130 tmr->response = TMR_FUNCTION_REJECTED; in target_tmr_work() 3143 tmr->response = TMR_TASK_MGMT_FUNCTION_NOT_SUPPORTED; in target_tmr_work() 3147 tmr->response = (!ret) ? TMR_FUNCTION_COMPLETE : in target_tmr_work() 3151 tmr->response = TMR_FUNCTION_REJECTED; in target_tmr_work() 3154 tmr->response = TMR_FUNCTION_REJECTED; in target_tmr_work() 3159 tmr->response = TMR_FUNCTION_REJECTED; in target_tmr_work()
|
/linux-4.1.27/drivers/media/firewire/ |
D | firedtv-avc.c | 86 u8 response; member 283 switch (r->response) { in avc_recv() 294 "remote control result = %d\n", r->response); in avc_recv() 739 if ((r->response != AVC_RESPONSE_STABLE && in avc_identify_subunit() 740 r->response != AVC_RESPONSE_ACCEPTED) || in avc_identify_subunit() 779 if (r->response != AVC_RESPONSE_STABLE && in avc_tuner_status() 780 r->response != AVC_RESPONSE_ACCEPTED) { in avc_tuner_status() 869 if (r->response != AVC_RESPONSE_ACCEPTED) { in avc_lnb_control() 1218 if (r->response != AVC_RESPONSE_ACCEPTED) { in avc_ca_pmt() 1220 "CA PMT failed with response 0x%x\n", r->response); in avc_ca_pmt()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | init.c | 286 struct htc_service_connect_resp response; in ath6kl_connectservice() local 288 memset(&response, 0, sizeof(response)); in ath6kl_connectservice() 290 status = ath6kl_htc_conn_service(ar->htc_target, con_req, &response); in ath6kl_connectservice() 300 ath6kl_wmi_set_control_ep(ar->wmi, response.endpoint); in ath6kl_connectservice() 301 ar->ctrl_ep = response.endpoint; in ath6kl_connectservice() 304 set_ac2_ep_map(ar, WMM_AC_BE, response.endpoint); in ath6kl_connectservice() 307 set_ac2_ep_map(ar, WMM_AC_BK, response.endpoint); in ath6kl_connectservice() 310 set_ac2_ep_map(ar, WMM_AC_VI, response.endpoint); in ath6kl_connectservice() 313 set_ac2_ep_map(ar, WMM_AC_VO, response.endpoint); in ath6kl_connectservice()
|
/linux-4.1.27/drivers/atm/ |
D | solos-pci.c | 146 struct sk_buff *response; member 220 prm.response = NULL; in solos_param_show() 229 wait_event_timeout(card->param_wq, prm.response, 5 * HZ); in solos_param_show() 235 if (!prm.response) in solos_param_show() 238 buflen = prm.response->len; in solos_param_show() 239 memcpy(buf, prm.response->data, buflen); in solos_param_show() 240 kfree_skb(prm.response); in solos_param_show() 276 prm.response = NULL; in solos_param_store() 285 wait_event_timeout(card->param_wq, prm.response, 5 * HZ); in solos_param_store() 291 skb = prm.response; in solos_param_store() [all …]
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_hw4.h | 872 } response; member 1047 } response; member 1060 } response; member 1075 } response; member 1128 } response; member 1143 } response; member 1210 } response; member 1225 } response; member 1298 } response; member 1313 } response; member [all …]
|
D | lpfc_sli.c | 4972 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); in lpfc_sli4_retrieve_pport_name() 4973 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); in lpfc_sli4_retrieve_pport_name() 5008 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); in lpfc_sli4_retrieve_pport_name() 5009 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); in lpfc_sli4_retrieve_pport_name() 5024 &get_port_name->u.response); in lpfc_sli4_retrieve_pport_name() 5029 &get_port_name->u.response); in lpfc_sli4_retrieve_pport_name() 5034 &get_port_name->u.response); in lpfc_sli4_retrieve_pport_name() 5039 &get_port_name->u.response); in lpfc_sli4_retrieve_pport_name() 5153 &rsrc_info->header.cfg_shdr.response)) { in lpfc_sli4_get_avail_extnt_rsrc() 5158 &rsrc_info->header.cfg_shdr.response), in lpfc_sli4_get_avail_extnt_rsrc() [all …]
|
/linux-4.1.27/sound/pci/asihpi/ |
D | hpi6205.h | 80 struct hpi_response response; member
|
D | hpi6205.c | 2147 if (interface->u.response_buffer.response.size <= phr->size) in message_response_sequence() 2149 interface->u.response_buffer.response.size); in message_response_sequence() 2153 interface->u.response_buffer.response.size, in message_response_sequence() 2159 interface->u.response_buffer.response.size; in message_response_sequence()
|
/linux-4.1.27/include/uapi/sound/ |
D | firewire.h | 40 __be32 response[0]; /* some responses */ member
|
/linux-4.1.27/drivers/nfc/pn544/ |
D | i2c.c | 436 struct pn544_i2c_fw_frame_response response; in pn544_hci_i2c_fw_read_status() local 439 r = i2c_master_recv(client, (char *) &response, sizeof(response)); in pn544_hci_i2c_fw_read_status() 440 if (r != sizeof(response)) { in pn544_hci_i2c_fw_read_status() 447 switch (response.status) { in pn544_hci_i2c_fw_read_status() 451 return response.status; in pn544_hci_i2c_fw_read_status()
|
/linux-4.1.27/drivers/mfd/ |
D | si476x-i2c.c | 477 u8 response; in si476x_core_get_status() local 479 &response, sizeof(response)); in si476x_core_get_status() 481 return (err < 0) ? err : response; in si476x_core_get_status()
|
/linux-4.1.27/drivers/media/common/siano/ |
D | Kconfig | 29 statistics response packets via debugfs. Currently, works
|
/linux-4.1.27/Documentation/devicetree/bindings/iommu/ |
D | ti,omap-iommu.txt | 16 back a bus error response on MMU faults.
|
D | arm,smmu.txt | 7 The SMMU may also raise interrupts in response to various fault
|
/linux-4.1.27/drivers/video/fbdev/exynos/ |
D | exynos_mipi_dsi_common.c | 346 u8 response = 0; in exynos_mipi_dsi_rd_data() local 363 response = exynos_mipi_dsi_response_size(req_size); in exynos_mipi_dsi_rd_data() 394 if ((u8)(rx_data & 0xff) != response) { in exynos_mipi_dsi_rd_data() 397 rx_data, response); in exynos_mipi_dsi_rd_data()
|
/linux-4.1.27/drivers/scsi/be2iscsi/ |
D | be_mgmt.h | 135 struct iscsi_invalidate_connection_params_out response; member 155 struct invalidate_commands_params_out response; member
|
/linux-4.1.27/include/scsi/ |
D | iscsi_proto.h | 197 uint8_t response; member 318 uint8_t response; /* see Response values below */ member 562 uint8_t response; /* see Logout response values below */ member
|
/linux-4.1.27/Documentation/input/ |
D | alps.txt | 36 report" sequence: E8-E7-E7-E7-E9. The response is the model signature and is 41 versions, the response from the "Enter Command Mode" sequence must be 45 seem to be better differentiated by the EC Command Mode response. 65 PSMOUSE_CMD_GETINFO (E9). The first two bytes of the response contains the 71 mode. The response in the new ALPS touchpads is significantly different, 76 of the EC response.
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_vfpf.c | 1442 goto response; in bnx2x_vf_mbx_setup_q() 1552 goto response; in bnx2x_vf_mbx_setup_q() 1554 response: in bnx2x_vf_mbx_setup_q() 1735 goto response; in bnx2x_filters_validate_mac() 1745 goto response; in bnx2x_filters_validate_mac() 1749 response: in bnx2x_filters_validate_mac() 1771 goto response; in bnx2x_filters_validate_vlan() 1779 goto response; in bnx2x_filters_validate_vlan() 1782 response: in bnx2x_filters_validate_vlan() 1795 goto response; in bnx2x_vf_mbx_set_q_filters() [all …]
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-impedance-analyzer-ad5933 | 30 to perform a conversion sequence of the response signal.
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | wm8960.txt | 21 enabled and disabled together with HP_L and HP_R pins in response to jack
|
/linux-4.1.27/Documentation/usb/ |
D | error-codes.txt | 96 b) no response packet received within the 101 b) no response packet received within the 111 -ETIME (**) No response packet received within the prescribed
|
/linux-4.1.27/Documentation/nfc/ |
D | nfc-hci.txt | 21 context blocks waiting for response) or asynchronously (the response is returned 194 Serializes execution of HCI commands. Completes execution in case of response 214 the response. 224 able to complete the command with a timeout error if no response arrive. 230 form complete HCI frames, which can be a response, command, or event.
|
/linux-4.1.27/drivers/scsi/bnx2i/ |
D | 57xx_iscsi_hsi.h | 321 u8 response; member 325 u8 response; 1049 u8 response; member 1053 u8 response; 1411 u8 response; member 1415 u8 response;
|
/linux-4.1.27/drivers/target/sbp/ |
D | sbp_target.c | 303 struct sbp_login_response_block *response; in sbp_management_request_login() local 467 response = kzalloc(sizeof(*response), GFP_KERNEL); in sbp_management_request_login() 468 if (!response) { in sbp_management_request_login() 481 12, sizeof(*response)); in sbp_management_request_login() 482 response->misc = cpu_to_be32( in sbp_management_request_login() 485 response->reconnect_hold = cpu_to_be32(sess->reconnect_hold & 0xffff); in sbp_management_request_login() 487 &response->command_block_agent); in sbp_management_request_login() 491 sbp2_pointer_to_addr(&req->orb.ptr2), response, in sbp_management_request_login() 496 kfree(response); in sbp_management_request_login() 505 kfree(response); in sbp_management_request_login()
|
/linux-4.1.27/drivers/scsi/mvsas/ |
D | mv_sas.c | 387 slot->response = buf_tmp; in mvs_task_prep_smp() 529 slot->response = buf_tmp; in mvs_task_prep_ata() 644 slot->response = buf_tmp; in mvs_task_prep_ssp() 1666 u32 err_dw0 = le32_to_cpu(*(u32 *)slot->response); in mvs_slot_err() 1667 u32 err_dw1 = le32_to_cpu(*((u32 *)slot->response + 1)); in mvs_slot_err() 1682 struct ssp_response_iu *iu = slot->response + in mvs_slot_err() 1767 && (*((u32 *)slot->response) in mvs_slot_complete() 1768 || *(((u32 *)slot->response) + 1)))) { in mvs_slot_complete() 1771 rx_desc, get_unaligned_le64(slot->response)); in mvs_slot_complete() 1786 struct ssp_response_iu *iu = slot->response + in mvs_slot_complete() [all …]
|
/linux-4.1.27/drivers/scsi/ |
D | qla1280.h | 568 struct response { struct 930 #define RESPONSE_ENTRY_SIZE (sizeof(struct response)) 1051 struct response *response_ring; /* Base virtual address */ 1052 struct response *response_ring_ptr; /* Current address. */
|
D | virtio_scsi.c | 158 sc, resp->response, resp->status, resp->sense_len); in virtscsi_complete_cmd() 162 switch (resp->response) { in virtscsi_complete_cmd() 192 resp->response); in virtscsi_complete_cmd() 648 if (cmd->resp.tmf.response == VIRTIO_SCSI_S_OK || in virtscsi_tmf() 649 cmd->resp.tmf.response == VIRTIO_SCSI_S_FUNCTION_SUCCEEDED) in virtscsi_tmf()
|
D | 3w-sas.c | 530 u32 response; in twl_poll_response() local 544 response = (u32)mfa; in twl_poll_response() 546 if (TW_RESID_OUT(response) == request_id) in twl_poll_response() 1129 u32 reg, regl, regh, response, request_id = 0; in twl_interrupt() local 1166 response = (u32)mfa; in twl_interrupt() 1169 if (!TW_NOTMFA_OUT(response)) { in twl_interrupt() 1190 request_id = TW_RESID_OUT(response); in twl_interrupt()
|
D | qla1280.c | 448 static void qla1280_status_entry(struct scsi_qla_host *, struct response *, 450 static void qla1280_error_entry(struct scsi_qla_host *, struct response *, 1321 qla1280_return_status(struct response * sts, struct scsi_cmnd *cp) in qla1280_return_status() 3417 struct response *pkt; in qla1280_isr() 3671 qla1280_status_entry(struct scsi_qla_host *ha, struct response *pkt, in qla1280_status_entry() 3769 qla1280_error_entry(struct scsi_qla_host *ha, struct response *pkt, in qla1280_error_entry() 4295 ((RESPONSE_ENTRY_CNT + 1) * sizeof(struct response)), in qla1280_probe_one() 4379 ((RESPONSE_ENTRY_CNT + 1) * sizeof(struct response)), in qla1280_probe_one() 4416 ((RESPONSE_ENTRY_CNT + 1) * (sizeof(struct response))), in qla1280_remove_one()
|
/linux-4.1.27/drivers/s390/block/ |
D | scm_blk.c | 378 SCM_LOG_HEX(1, &aob->response, sizeof(aob->response)); in __scmrq_log_error() 411 switch (scmrq->aob->response.eqc) { in scm_blk_handle_error()
|
/linux-4.1.27/drivers/scsi/isci/ |
D | task.c | 77 enum service_response response, in isci_task_refuse() argument 85 __func__, task, response, status); in isci_task_refuse() 89 task->task_status.resp = response; in isci_task_refuse()
|
D | request.c | 2743 enum service_response response = SAS_TASK_UNDELIVERED; in isci_request_io_request_complete() local 2785 response = task->task_status.resp; in isci_request_io_request_complete() 2792 response = SAS_TASK_COMPLETE; in isci_request_io_request_complete() 2830 response = SAS_TASK_UNDELIVERED; in isci_request_io_request_complete() 2845 task, &response, in isci_request_io_request_complete() 2862 response = SAS_TASK_UNDELIVERED; in isci_request_io_request_complete() 2871 response = SAS_TASK_UNDELIVERED; in isci_request_io_request_complete() 2888 response = SAS_TASK_UNDELIVERED; in isci_request_io_request_complete() 2939 task->task_status.resp = response; in isci_request_io_request_complete()
|
/linux-4.1.27/Documentation/ABI/obsolete/ |
D | sysfs-bus-usb | 19 free to wake up in response to I/O requests, you should
|
/linux-4.1.27/drivers/scsi/ufs/ |
D | ufshcd.c | 816 struct ufs_query_res *query_res = &hba->dev_cmd.query.response; in ufshcd_copy_query_response() 1391 struct ufs_query_res *query_res = &hba->dev_cmd.query.response; in ufshcd_check_query_response() 1394 query_res->response = ufshcd_get_rsp_upiu_result(lrbp->ucd_rsp_ptr) >> in ufshcd_check_query_response() 1396 return query_res->response; in ufshcd_check_query_response() 1565 struct ufs_query_req **request, struct ufs_query_res **response, in ufshcd_init_query() argument 1569 *response = &hba->dev_cmd.query.response; in ufshcd_init_query() 1571 memset(*response, 0, sizeof(struct ufs_query_res)); in ufshcd_init_query() 1591 struct ufs_query_res *response = NULL; in ufshcd_query_flag() local 1598 ufshcd_init_query(hba, &request, &response, opcode, idn, index, in ufshcd_query_flag() 1635 *flag_res = (be32_to_cpu(response->upiu_res.value) & in ufshcd_query_flag() [all …]
|
D | ufs.h | 449 u8 response; member
|
D | ufshcd.h | 188 struct ufs_query_res response; member
|
/linux-4.1.27/tools/firewire/ |
D | nosy-dump.h | 166 struct subaction *request, *response; member
|
D | nosy-dump.c | 245 if (t->response) in handle_transaction() 246 decode_link_packet(&t->response->packet, t->request->length, in handle_transaction() 573 t->response = sa; in handle_response_packet()
|
/linux-4.1.27/Documentation/arm64/ |
D | tagged-pointers.txt | 25 One exception to this rule is for signals raised in response
|
/linux-4.1.27/Documentation/spi/ |
D | spidev | 141 The example shows one half-duplex RPC-style request and response message. 143 the request and response. Several such requests could be chained into 145 each response. (Other protocol options include changing the word size
|
/linux-4.1.27/net/dccp/ |
D | Kconfig | 47 state in response to incoming packets. It is used for debugging
|
/linux-4.1.27/kernel/ |
D | Kconfig.hz | 12 a fast response for user interaction and that may experience bus
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | README | 24 requests are converted into a request/response pair of messages. (See
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_bsg.c | 709 uint16_t response[MAILBOX_REGISTER_COUNT]; in qla2x00_process_loopback() local 797 rval = qla2x00_echo_test(vha, &elreq, response); in qla2x00_process_loopback() 842 rval = qla2x00_loopback_test(vha, &elreq, response); in qla2x00_process_loopback() 844 if (response[0] == MBS_COMMAND_ERROR && in qla2x00_process_loopback() 845 response[1] == MBS_LB_RESET) { in qla2x00_process_loopback() 890 rval = qla2x00_loopback_test(vha, &elreq, response); in qla2x00_process_loopback() 911 sizeof(response) + sizeof(uint8_t); in qla2x00_process_loopback() 914 memcpy(fw_sts_ptr, response, sizeof(response)); in qla2x00_process_loopback() 915 fw_sts_ptr += sizeof(response); in qla2x00_process_loopback()
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | README | 141 last_cmd_resp_index = <0 based last command response index> 157 cmd_resp_received = <0/1, no cmd response to process/response received and yet to process>
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | fsmc-nand.txt | 27 NAND flash in response to SMWAITn. Zero means 1 cycle,
|
/linux-4.1.27/drivers/i2c/muxes/ |
D | Kconfig | 14 response mechanism where masters have to claim the bus by asserting
|
/linux-4.1.27/drivers/s390/net/ |
D | qeth_l2_main.c | 1889 static int qeth_anset_makerc(struct qeth_card *card, int pnso_rc, u16 response) in qeth_anset_makerc() argument 1894 switch (response) { in qeth_anset_makerc() 1916 QETH_CARD_TEXT_(card, 2, "SBPr%04x", response); in qeth_anset_makerc() 1955 u16 response; in qeth_bridgeport_an_set() local 1968 rc = qdio_pnso_brinfo(schid, 1, &response, in qeth_bridgeport_an_set() 1971 rc = qdio_pnso_brinfo(schid, 0, &response, NULL, NULL); in qeth_bridgeport_an_set() 1972 return qeth_anset_makerc(card, rc, response); in qeth_bridgeport_an_set()
|
/linux-4.1.27/drivers/target/tcm_fc/ |
D | tfc_cmd.c | 421 switch (tmr->response) { in ft_queue_tm_resp() 438 tmr->function, tmr->response, code); in ft_queue_tm_resp()
|
/linux-4.1.27/Documentation/hwmon/ |
D | adt7462 | 27 response to the measured temperatures without further host intervention. This
|
D | adt7470 | 27 response to the measured temperatures with further host intervention. This
|
D | adt7475 | 50 response to the measured temperatures without further host intervention.
|
D | lm85 | 74 response to the measured temperatures without further host intervention. 98 To smooth the response of fans to changes in temperature, the LM85 has an
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | rpc-cache.txt | 163 write a response 185 request/response format 191 Each request or response record should be printable ASCII
|
/linux-4.1.27/drivers/media/radio/si4713/ |
D | si4713.c | 208 u8 response[], const int respn, const int usecs) in si4713_send_command() argument 242 err = i2c_master_recv(client, response, respn); in si4713_send_command() 250 DBG_BUFFER(&sdev->sd, "Response", response, respn); in si4713_send_command() 251 if (!check_command_failed(response[0])) in si4713_send_command()
|
/linux-4.1.27/security/tomoyo/ |
D | Kconfig | 26 such programs in "learning mode" dulls the system response
|
/linux-4.1.27/drivers/staging/iio/ |
D | TODO | 7 Major changes not expected except in response to comments
|
/linux-4.1.27/Documentation/ |
D | IPMI.txt | 200 here) or the response. Note that the completion code of a response is 270 passed back when the response for the message is returned. You may 295 command. If the response is not receive in the IPMI-specified 5 296 seconds, it will generate a response automatically saying the command 297 timed out. If an unsolicited response comes in (if it was after 5 298 seconds, for instance), that response will be ignored. 525 message as a block write to the I2C bus and waits for a response.
|
D | lockup-watchdogs.txt | 63 between fast response to lockups and detection overhead.
|
D | dcdbas.txt | 41 4) Read system management command response from smi_data.
|
/linux-4.1.27/net/sctp/ |
D | Kconfig | 45 state in response to incoming packets. It is used for debugging
|
/linux-4.1.27/Documentation/isdn/ |
D | README | 190 Bit 0: 0 = Suppress response messages. 191 1 = Show response messages. 192 Bit 1: 0 = English response messages. 193 1 = Numeric response messages. 215 Bit 3: 0 = Standard response messages 216 1 = Extended response messages
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-arb-gpio-challenge.txt | 3 This uses GPIO lines and a challenge & response mechanism to arbitrate who is
|
/linux-4.1.27/Documentation/infiniband/ |
D | user_verbs.txt | 25 The structs for commands that require a response from the kernel
|
D | user_mad.txt | 104 request/response pairs. The upper 32 bits are reserved for use by
|
/linux-4.1.27/Documentation/accounting/ |
D | taskstats.txt | 31 The response contains statistics for a task (if pid is specified) or the sum of 92 2. Response for a command: sent from the kernel in response to a userspace
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | altera_tse.txt | 16 "rx_resp": MSGDMA Rx dispatcher response space region
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | gr_udc.c | 866 static inline int gr_ep0_respond_u16(struct gr_udc *dev, u16 response) in gr_ep0_respond_u16() argument 868 __le16 le_response = cpu_to_le16(response); in gr_ep0_respond_u16() 910 u16 response; in gr_device_request() local 925 response = 0x0001 | (dev->remote_wakeup ? 0x0002 : 0); in gr_device_request() 926 return gr_ep0_respond_u16(dev, response); in gr_device_request()
|
/linux-4.1.27/sound/pci/hda/ |
D | patch_ca0132.c | 763 unsigned int response; in codec_send_command() local 764 response = snd_hda_codec_read(codec, nid, 0, verb, parm); in codec_send_command() 765 *res = response; in codec_send_command() 767 return ((response == -1) ? -1 : 0); in codec_send_command() 2434 unsigned int response; in dspxfr_image() local 2462 hda_format, &response); in dspxfr_image() 2496 WIDGET_CHIP_CTRL, stream_id, 0, &response); in dspxfr_image() 2528 WIDGET_CHIP_CTRL, 0, 0, &response); in dspxfr_image()
|
/linux-4.1.27/drivers/char/tpm/ |
D | tpm_ppi.c | 320 static DEVICE_ATTR(response, S_IRUGO, tpm_show_ppi_response, NULL);
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | firewire-cdev | 37 an address range, asynchronous response transmission
|
/linux-4.1.27/Documentation/dvb/ |
D | bt8xx.txt | 55 The autodetected values are determined by the cards' "response string".
|
/linux-4.1.27/block/ |
D | Kconfig | 59 with bidirectional data transfers and generic request/response
|
D | bsg.c | 410 if (rq->sense_len && hdr->response) { in blk_complete_sgv4_hdr_rq() 414 ret = copy_to_user((void __user *)(unsigned long)hdr->response, in blk_complete_sgv4_hdr_rq()
|
/linux-4.1.27/Documentation/hid/ |
D | uhid.txt | 69 the response via UHID_GET_REPORT_REPLY and UHID_SET_REPORT_REPLY to the kernel. 177 timed out, the kernel will ignore the response silently. The "id" field is
|
/linux-4.1.27/drivers/media/radio/wl128x/ |
D | fmdrv_common.c | 460 unsigned int payload_len, void *response, int *response_len) in fmc_send_cmd() argument 497 if (response != NULL && response_len != NULL && evt_hdr->dlen) { in fmc_send_cmd() 500 memcpy(response, skb->data, evt_hdr->dlen); in fmc_send_cmd()
|
/linux-4.1.27/Documentation/scsi/ |
D | ufs.txt | 103 and prepares the controller to transfer commands/response between
|
/linux-4.1.27/Documentation/w1/ |
D | w1.generic | 38 2. reading. This will issue reading eeprom response.
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-bwc.txt | 121 response at the expense of burst capacity.
|
/linux-4.1.27/Documentation/power/ |
D | pm_qos_interface.txt | 96 Values are updated in response to changes of the request list. 210 automatically updating the device's latency tolerance in response to its power
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 3590 int response; in ahc_parse_msg() local 3594 response = FALSE; in ahc_parse_msg() 3624 response = ahc_handle_msg_reject(ahc, devinfo); in ahc_parse_msg() 3709 response = TRUE; in ahc_parse_msg() 3779 response = TRUE; in ahc_parse_msg() 3805 response = TRUE; in ahc_parse_msg() 3902 response = TRUE; in ahc_parse_msg() 3992 response = TRUE; in ahc_parse_msg() 3995 if (done != MSGLOOP_IN_PROG && !response) in ahc_parse_msg() 4019 int response = 0; in ahc_handle_msg_reject() local [all …]
|
/linux-4.1.27/Documentation/networking/caif/ |
D | Linux-CAIF.txt | 92 response messages.
|
/linux-4.1.27/Documentation/timers/ |
D | NO_HZ.txt | 86 Therefore, systems with aggressive real-time response constraints often 110 for applications with aggressive real-time response constraints because 111 it allows them to improve their worst-case response times by the maximum
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
D | ql4_init.c | 69 struct response *pkt; in qla4xxx_init_response_q_entries() 71 pkt = (struct response *)ha->response_ptr; in qla4xxx_init_response_q_entries()
|