/linux-2.4.37.9/arch/s390/kernel/ |
D | cpcmd.c | 15 void cpcmd(char *cmd, char *response, int rlen) in cpcmd() argument 25 if (response != NULL && rlen > 0) { in cpcmd() 34 "a" (response), "d" (rlen), "m" (mask) in cpcmd() 36 EBCASC(response, rlen); in cpcmd()
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | cpcmd.c | 18 void cpcmd(char *cmd, char *response, int rlen) in cpcmd() argument 29 if (response != NULL && rlen > 0) { in cpcmd() 40 "a" (response), "d" (rlen), "m" (mask) in cpcmd() 42 EBCASC(response, rlen); in cpcmd()
|
/linux-2.4.37.9/drivers/net/wireless/prism54/ |
D | oid_mgt.c | 424 struct islpci_mgmtframe *response = NULL; in mgt_set_request() local 458 _data, dlen, &response); in mgt_set_request() 460 response_op = response->header->operation; in mgt_set_request() 461 islpci_mgt_release(response); in mgt_set_request() 486 struct islpci_mgmtframe *response; in mgt_set_varlen() local 500 data, dlen + extra_len, &response); in mgt_set_varlen() 502 response_op = response->header->operation; in mgt_set_varlen() 503 islpci_mgt_release(response); in mgt_set_varlen() 524 struct islpci_mgmtframe *response = NULL; in mgt_get_request() local 550 oid, data, dlen, &response); in mgt_get_request() [all …]
|
D | isl_ioctl.c | 2413 struct islpci_mgmtframe *response; in prism54_debug_get_oid() local 2423 &response); in prism54_debug_get_oid() 2425 if (ret || !response in prism54_debug_get_oid() 2426 || response->header->operation == PIMFOR_OP_ERROR) { in prism54_debug_get_oid() 2427 if (response) { in prism54_debug_get_oid() 2428 islpci_mgt_release(response); in prism54_debug_get_oid() 2434 data->length = response->header->length; in prism54_debug_get_oid() 2435 memcpy(extra, response->data, data->length); in prism54_debug_get_oid() 2436 islpci_mgt_release(response); in prism54_debug_get_oid() 2449 struct islpci_mgmtframe *response; in prism54_debug_set_oid() local [all …]
|
/linux-2.4.37.9/drivers/usb/serial/ |
D | whiteheat.c | 509 int response; in whiteheat_fake_startup() local 514 response = ezusb_set_reset (serial, 1); in whiteheat_fake_startup() 518 response = ezusb_writememory (serial, record->address, in whiteheat_fake_startup() 520 if (response < 0) { in whiteheat_fake_startup() 522 __FUNCTION__, response, record->address, record->data, record->data_size); in whiteheat_fake_startup() 528 response = ezusb_set_reset (serial, 0); in whiteheat_fake_startup() 535 response = ezusb_writememory (serial, record->address, in whiteheat_fake_startup() 537 if (response < 0) { in whiteheat_fake_startup() 539 __FUNCTION__, response, record->address, record->data, record->data_size); in whiteheat_fake_startup() 545 response = ezusb_set_reset (serial, 1); in whiteheat_fake_startup() [all …]
|
D | visor.c | 741 int response; in visor_startup() local 765 response = usb_control_msg (serial->dev, in visor_startup() 771 if (response < 0) { in visor_startup() 820 response = usb_control_msg (serial->dev, usb_rcvctrlpipe(serial->dev, 0), in visor_startup() 824 if (response < 0) { in visor_startup() 826 __FUNCTION__, response); in visor_startup() 836 …response = usb_control_msg (serial->dev, usb_rcvctrlpipe(serial->dev, 0), VISOR_REQUEST_BYTES_AVAI… in visor_startup() 838 if (response < 0) { in visor_startup() 893 int response; in clie_5_startup() local 910 response = usb_control_msg(serial->dev, usb_rcvctrlpipe(serial->dev, 0), in clie_5_startup() [all …]
|
D | keyspan_pda.c | 727 int response; in keyspan_pda_fake_startup() local 731 response = ezusb_set_reset(serial, 1); in keyspan_pda_fake_startup() 748 response = ezusb_writememory(serial, record->address, in keyspan_pda_fake_startup() 751 if (response < 0) { in keyspan_pda_fake_startup() 754 response, in keyspan_pda_fake_startup() 762 response = ezusb_set_reset(serial, 0); in keyspan_pda_fake_startup()
|
D | io_edgeport.c | 516 int response; in update_edgeport_E2PROM() local 571 …response = rom_write (edge_serial->serial, le16_to_cpu(record->ExtAddr), le16_to_cpu(record->Addr)… in update_edgeport_E2PROM() 572 if (response < 0) { in update_edgeport_E2PROM() 979 int response; in edge_open() local 1034 response = usb_submit_urb (edge_serial->interrupt_read_urb); in edge_open() 1035 if (response) { in edge_open() 1036 err("%s - Error %d submitting control urb", __FUNCTION__, response); in edge_open() 1057 response = send_iosp_ext_cmd (edge_port, IOSP_CMD_OPEN_PORT, 0); in edge_open() 1059 if (response < 0) { in edge_open() 2824 int response; in get_manufacturing_desc() local [all …]
|
D | keyspan.c | 1179 int response; in keyspan_fake_startup() local 1268 response = ezusb_set_reset(serial, 1); in keyspan_fake_startup() 1271 response = ezusb_writememory(serial, record->address, in keyspan_fake_startup() 1274 if (response < 0) { in keyspan_fake_startup() 1277 response, in keyspan_fake_startup() 1285 response = ezusb_set_reset(serial, 0); in keyspan_fake_startup()
|
D | usbserial.c | 600 int response; in ezusb_set_reset() local 602 response = ezusb_writememory (serial, CPUCS_REG, &reset_bit, 1, 0xa0); in ezusb_set_reset() 603 if (response < 0) { in ezusb_set_reset() 606 return response; in ezusb_set_reset()
|
/linux-2.4.37.9/drivers/isdn/sc/ |
D | packet.c | 117 if (!(skb = dev_alloc_skb(rcvmsg->msg_data.response.msg_len))) { in rcvpkt() 122 skb_put(skb, rcvmsg->msg_data.response.msg_len); in rcvpkt() 124 adapter[card]->devicename,rcvmsg->msg_data.response.buff_offset); in rcvpkt() 126 skb_put(skb, rcvmsg->msg_data.response.msg_len), in rcvpkt() 127 (char *)rcvmsg->msg_data.response.buff_offset, in rcvpkt() 128 rcvmsg->msg_data.response.msg_len); in rcvpkt() 138 newll.buff_offset = rcvmsg->msg_data.response.buff_offset; in rcvpkt()
|
D | interrupt.c | 92 rcvmsg.msg_data.response.msg_len, in interrupt_handler() 93 rcvmsg.msg_data.response.buff_offset); in interrupt_handler()
|
D | message.h | 221 LLData response; member
|
/linux-2.4.37.9/drivers/usb/ |
D | emi26.c | 71 int response; in emi26_set_reset() local 74 response = emi26_writememory (dev, CPUCS_REG, &reset_bit, 1, 0xa0); in emi26_set_reset() 75 if (response < 0) { in emi26_set_reset() 78 return response; in emi26_set_reset()
|
/linux-2.4.37.9/drivers/scsi/aacraid/ |
D | commctrl.c | 371 struct revision response; in check_revision() local 373 response.compat = 1; in check_revision() 374 response.version = AAC_DRIVER_VERSION; in check_revision() 375 response.build = 9999; in check_revision() 377 if (copy_to_user(arg, &response, sizeof(response))) in check_revision()
|
/linux-2.4.37.9/include/asm-s390/ |
D | cpcmd.h | 12 extern void cpcmd(char *cmd, char *response, int rlen);
|
/linux-2.4.37.9/include/asm-s390x/ |
D | cpcmd.h | 12 extern void cpcmd(char *cmd, char *response, int rlen);
|
/linux-2.4.37.9/Documentation/ |
D | IPMI.txt | 118 here) or the response. Note that the completion code of a response is 188 passed back when the response for the message is returned. You may 213 command. If the response is not receive in the IPMI-specified 5 214 seconds, it will generate a response automatically saying the command 215 timed out. If an unsolicited response comes in (if it was after 5 216 seconds, for instance), that response will be ignored.
|
/linux-2.4.37.9/drivers/ieee1394/ |
D | raw1394.h | 116 struct arm_response *response; member
|
/linux-2.4.37.9/drivers/scsi/ |
D | qla1280.h | 560 struct response { struct 922 #define RESPONSE_ENTRY_SIZE (sizeof(struct response)) 1064 struct response *response_ring; /* Base virtual address */ 1065 struct response *response_ring_ptr; /* Current address. */
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | mf.c | 322 struct VspRspData response; in signalVspInstruction() local 324 response.xSemaphore = &Semaphore; in signalVspInstruction() 325 response.xResponse = vspCmd; in signalVspInstruction() 332 newElement->event.xUnion.xVspCmd.xTokenUnion.ptr = &response; in signalVspInstruction()
|
/linux-2.4.37.9/drivers/cdrom/ |
D | sbpcd.c | 3652 u_char response[N_RESPO]; in check_card() local 3665 for (k=0;k<N_RESPO;k++) response[k]=0; in check_card() 3671 response[k]=inb(port+0); in check_card() 3676 sprintf(&msgbuf[i*3], " %02X", response[i]); in check_card() 3681 for (k=0;k<N_RESPO;k++) response[k]=0xFF; in check_card() 3687 response[k]=inb(port+0); in check_card() 3692 sprintf(&msgbuf[i*3], " %02X", response[i]); in check_card() 3696 if (response[0]==0xAA) in check_card() 3697 if (response[1]==0x55) in check_card() 3705 for (k=0;k<N_RESPO;k++) response[k]=0; in check_card() [all …]
|
D | sonycd535.c | 203 Byte * response, int n_response, int ignoreStatusBit7); 535 Byte * response, int n_response, int ignore_status_bit7) in do_sony_cmd() argument 564 if (read_result_reg(response + i) != 0) in do_sony_cmd()
|
/linux-2.4.37.9/Documentation/networking/ |
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-2.4.37.9/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
|