/linux-2.4.37.9/drivers/scsi/pcmcia/ |
D | nsp_debug.c | 88 static void print_commandk (unsigned char *command) in print_commandk() argument 92 print_opcodek(command[0]); in print_commandk() 94 if ((command[0] >> 5) == 6 || in print_commandk() 95 (command[0] >> 5) == 7 ) { in print_commandk() 98 s = COMMAND_SIZE(command[0]); in print_commandk() 101 printk("%02x ", command[i]); in print_commandk() 107 (((unsigned int)command[1] & 0x0f) << 16) | in print_commandk() 108 ( (unsigned int)command[2] << 8) | in print_commandk() 109 ( (unsigned int)command[3] ), in print_commandk() 110 (unsigned int)command[4] in print_commandk() [all …]
|
/linux-2.4.37.9/drivers/scsi/ |
D | nsp32_debug.c | 86 static void print_commandk (unsigned char *command) in print_commandk() argument 90 print_opcodek(command[0]); in print_commandk() 92 if ((command[0] >> 5) == 6 || in print_commandk() 93 (command[0] >> 5) == 7 ) { in print_commandk() 96 size = COMMAND_SIZE(command[0]); in print_commandk() 100 printk("%02x ", command[i]); in print_commandk() 106 (((unsigned int)command[1] & 0x0f) << 16) | in print_commandk() 107 ( (unsigned int)command[2] << 8) | in print_commandk() 108 ( (unsigned int)command[3] ), in print_commandk() 109 (unsigned int)command[4] in print_commandk() [all …]
|
D | mac53c94.c | 204 regs->command = CMD_SCSI_RESET; /* assert RST */ in mac53c94_reset() 207 regs->command = CMD_RESET; in mac53c94_reset() 211 regs->command = CMD_NOP; in mac53c94_reset() 266 regs->command = CMD_NOP + CMD_DMA_MODE; in mac53c94_start() 269 regs->command = CMD_FLUSH; in mac53c94_start() 284 regs->command = CMD_SELECT; in mac53c94_start() 327 regs->command = CMD_NOP; in mac53c94_interrupt() 345 regs->command = CMD_NOP + CMD_DMA_MODE; in mac53c94_interrupt() 374 regs->command = CMD_NOP; in mac53c94_interrupt() 385 regs->command = CMD_DMA_MODE + CMD_NOP; in mac53c94_interrupt() [all …]
|
/linux-2.4.37.9/include/linux/ |
D | i2c-dev.h | 37 __u8 command; member 52 static inline __s32 i2c_smbus_access(int file, char read_write, __u8 command, in i2c_smbus_access() argument 58 args.command = command; in i2c_smbus_access() 85 static inline __s32 i2c_smbus_read_byte_data(int file, __u8 command) in i2c_smbus_read_byte_data() argument 88 if (i2c_smbus_access(file,I2C_SMBUS_READ,command, in i2c_smbus_read_byte_data() 95 static inline __s32 i2c_smbus_write_byte_data(int file, __u8 command, in i2c_smbus_write_byte_data() argument 100 return i2c_smbus_access(file,I2C_SMBUS_WRITE,command, in i2c_smbus_write_byte_data() 104 static inline __s32 i2c_smbus_read_word_data(int file, __u8 command) in i2c_smbus_read_word_data() argument 107 if (i2c_smbus_access(file,I2C_SMBUS_READ,command, in i2c_smbus_read_word_data() 114 static inline __s32 i2c_smbus_write_word_data(int file, __u8 command, in i2c_smbus_write_word_data() argument [all …]
|
D | i2c.h | 83 char read_write, u8 command, int size, 92 extern s32 i2c_smbus_read_byte_data(struct i2c_client * client, u8 command); 94 u8 command, u8 value); 95 extern s32 i2c_smbus_read_word_data(struct i2c_client * client, u8 command); 97 u8 command, u16 value); 99 u8 command, u16 value); 102 u8 command, u8 *values); 104 u8 command, u8 length, 107 u8 command, u8 length, 140 int (*command)(struct i2c_client *client,unsigned int cmd, void *arg); member [all …]
|
D | ibmtr.h | 268 unsigned char command; member 281 unsigned char command; member 306 unsigned char command; member 328 unsigned char command; member 336 unsigned char command; member 347 unsigned char command; member 365 unsigned char command; member
|
/linux-2.4.37.9/drivers/char/ftape/lowlevel/ |
D | ftape-io.c | 138 static int ft_check_cmd_restrictions(qic117_cmd_t command) in ft_check_cmd_restrictions() argument 143 TRACE(ft_t_flow, "%s", qic117_cmds[command].name); in ft_check_cmd_restrictions() 149 if (qic117_cmds[command].cmd_type == motion && in ft_check_cmd_restrictions() 155 command, ftape_current_command); in ft_check_cmd_restrictions() 161 if (qic117_cmds[command].mask != 0) { in ft_check_cmd_restrictions() 168 difference = ((status ^ qic117_cmds[command].state) & in ft_check_cmd_restrictions() 169 qic117_cmds[command].mask); in ft_check_cmd_restrictions() 176 command); in ft_check_cmd_restrictions() 185 difference = ((status ^ qic117_cmds[command].state) & in ft_check_cmd_restrictions() 186 qic117_cmds[command].mask); in ft_check_cmd_restrictions() [all …]
|
D | ftape-io.h | 63 extern int ftape_command(qic117_cmd_t command); 64 extern int ftape_command_wait(qic117_cmd_t command, 72 qic117_cmd_t command, 86 qic117_cmd_t *command,
|
/linux-2.4.37.9/drivers/ieee1394/ |
D | sbp2.c | 421 struct sbp2_command_info *command; in sbp2util_create_command_orb_pool() local 427 command = (struct sbp2_command_info *) in sbp2util_create_command_orb_pool() 429 if (!command) { in sbp2util_create_command_orb_pool() 433 memset(command, '\0', sizeof(struct sbp2_command_info)); in sbp2util_create_command_orb_pool() 434 command->command_orb_dma = in sbp2util_create_command_orb_pool() 435 pci_map_single (hi->host->pdev, &command->command_orb, in sbp2util_create_command_orb_pool() 439 command->sge_dma = in sbp2util_create_command_orb_pool() 440 pci_map_single (hi->host->pdev, &command->scatter_gather_element, in sbp2util_create_command_orb_pool() 441 sizeof(command->scatter_gather_element), in sbp2util_create_command_orb_pool() 444 INIT_LIST_HEAD(&command->list); in sbp2util_create_command_orb_pool() [all …]
|
/linux-2.4.37.9/drivers/usb/storage/ |
D | sddr09.c | 288 unsigned char *command, in sddr09_send_scsi_command() argument 290 return sddr09_send_command(us, 0, USB_DIR_OUT, command, command_len); in sddr09_send_scsi_command() 429 unsigned char command[6] = { 434 result = sddr09_send_scsi_command(us, command, sizeof(command)); 450 unsigned char command[12] = { 455 result = sddr09_send_scsi_command(us, command, sizeof(command)); 497 unsigned char command[12] = { in sddr09_readX() local 502 command[2] = MSB_of(fromaddress>>16); in sddr09_readX() 503 command[3] = LSB_of(fromaddress>>16); in sddr09_readX() 504 command[4] = MSB_of(fromaddress & 0xFFFF); in sddr09_readX() [all …]
|
D | datafab.c | 180 unsigned char command[8] = { 0, 0, 0, 0, 0, 0xE0, 0x20, 0x01 }; in datafab_read_data() local 203 command[5] += (info->lun << 4); in datafab_read_data() 230 command[0] = 0; in datafab_read_data() 231 command[1] = thistime; in datafab_read_data() 232 command[2] = sector & 0xFF; in datafab_read_data() 233 command[3] = (sector >> 8) & 0xFF; in datafab_read_data() 234 command[4] = (sector >> 16) & 0xFF; in datafab_read_data() 236 command[5] |= (sector >> 24) & 0x0F; in datafab_read_data() 240 datafab_dump_data(command, sizeof(command)); in datafab_read_data() 242 result = datafab_bulk_write(us, command, sizeof(command)); in datafab_read_data() [all …]
|
D | sddr55.c | 216 unsigned char command[8] = { in sddr55_status() local 224 SCSI_DATA_WRITE, command, 8); in sddr55_status() 282 unsigned char command[8] = { in sddr55_read_data() local 345 command[1] = LSB_of(address>>16); in sddr55_read_data() 346 command[2] = LSB_of(address>>8); in sddr55_read_data() 347 command[3] = LSB_of(address); in sddr55_read_data() 349 command[6] = LSB_of(pages << (1 - info->smallpageshift)); in sddr55_read_data() 353 SCSI_DATA_WRITE, command, 8); in sddr55_read_data() 424 unsigned char command[8] = { in sddr55_write_data() local 493 command[4] = 0; in sddr55_write_data() [all …]
|
D | jumpshot.c | 265 unsigned char command[] = { 0, 0, 0, 0, 0, 0xe0, 0x20 }; in jumpshot_read_data() local 307 command[0] = 0; in jumpshot_read_data() 308 command[1] = thistime; in jumpshot_read_data() 309 command[2] = sector & 0xFF; in jumpshot_read_data() 310 command[3] = (sector >> 8) & 0xFF; in jumpshot_read_data() 311 command[4] = (sector >> 16) & 0xFF; in jumpshot_read_data() 313 command[5] |= (sector >> 24) & 0x0F; in jumpshot_read_data() 318 0, 0x20, 0, 1, command, 7); in jumpshot_read_data() 380 unsigned char command[7] = { 0, 0, 0, 0, 0, 0xE0, 0x30 }; in jumpshot_write_data() local 448 command[0] = 0; in jumpshot_write_data() [all …]
|
/linux-2.4.37.9/drivers/net/appletalk/ |
D | ltpc.h | 19 unsigned char command; member 24 unsigned char command; member 31 unsigned char command; member 37 unsigned char command; member 42 unsigned char command; member 48 unsigned char command; member 56 unsigned char command; member
|
/linux-2.4.37.9/net/irda/ |
D | irlap_frame.c | 301 __u8 command, discovery_t *discovery) in irlap_send_discovery_xid_frame() argument 309 command); in irlap_send_discovery_xid_frame() 322 if (command) { in irlap_send_discovery_xid_frame() 333 if (command) in irlap_send_discovery_xid_frame() 364 if (!command || (frame->slotnr == 0xff)) { in irlap_send_discovery_xid_frame() 557 void irlap_send_rr_frame(struct irlap_cb *self, int command) in irlap_send_rr_frame() argument 569 frame[0] |= (command) ? CMD_FRAME : 0; in irlap_send_rr_frame() 608 struct irlap_info *info, int command) in irlap_recv_rr_frame() argument 613 if (command) in irlap_recv_rr_frame() 619 void irlap_send_frmr_frame( struct irlap_cb *self, int command) in irlap_send_frmr_frame() argument [all …]
|
/linux-2.4.37.9/Documentation/isdn/ |
D | INTERFACE | 103 command = event-type. (one of the constants ISDN_STAT_...) 110 int (*command)(isdn_ctrl*); 120 command = command to perform. (one of the constants ISDN_CMD_...) 121 arg = depends on command. 122 num = depends on command. 212 All commands will be performed by calling the function command() described 213 above from within the LL. The field command of the struct-parameter will 214 contain the desired command, the field driver is always set to the 225 This command is intended for performing ioctl-calls for configuring 232 called with the field command set to 1. [all …]
|
/linux-2.4.37.9/Documentation/i2c/ |
D | functionality | 23 I2C_FUNC_SMBUS_QUICK Handles the SMBus write_quick command 24 I2C_FUNC_SMBUS_READ_BYTE Handles the SMBus read_byte command 25 I2C_FUNC_SMBUS_WRITE_BYTE Handles the SMBus write_byte command 26 I2C_FUNC_SMBUS_READ_BYTE_DATA Handles the SMBus read_byte_data command 27 I2C_FUNC_SMBUS_WRITE_BYTE_DATA Handles the SMBus write_byte_data command 28 I2C_FUNC_SMBUS_READ_WORD_DATA Handles the SMBus read_word_data command 29 I2C_FUNC_SMBUS_WRITE_WORD_DATA Handles the SMBus write_byte_data command 30 I2C_FUNC_SMBUS_PROC_CALL Handles the SMBus process_call command 31 I2C_FUNC_SMBUS_READ_BLOCK_DATA Handles the SMBus read_block_data command 32 I2C_FUNC_SMBUS_WRITE_BLOCK_DATA Handles the SMBus write_block_data command [all …]
|
/linux-2.4.37.9/include/net/irda/ |
D | irlap_frame.h | 115 __u8 command, discovery_t *discovery); 123 void irlap_send_rr_frame(struct irlap_cb *self, int command); 129 void irlap_resend_rejected_frames(struct irlap_cb *, int command); 130 void irlap_resend_rejected_frame(struct irlap_cb *self, int command); 132 void irlap_send_i_frame(struct irlap_cb *, struct sk_buff *, int command); 134 __u8 caddr, int command);
|
/linux-2.4.37.9/drivers/net/ |
D | lp486e.c | 217 unsigned short command; member 292 u16 command; /* 2 */ member 395 while (lp->scb.command) { in i596_timeout() 399 lp->scb.status, lp->scb.command); in i596_timeout() 571 lp->scb.command = 0; in i596_scp_setup() 627 lp->scb.command = 0; in init_i596() 630 lp->set_conf.command = CmdConfigure; in init_i596() 634 lp->set_add.command = CmdIASetup; in init_i596() 637 lp->tdr.command = CmdTDR; in init_i596() 640 if (lp->scb.command && i596_timeout(dev, "i82596 init", 200)) in init_i596() [all …]
|
/linux-2.4.37.9/drivers/ide/pci/ |
D | trm290.c | 185 task_ioreg_t command = WIN_NOP; in trm290_ide_dma_write() local 217 command = args->tfRegister[IDE_COMMAND_OFFSET]; in trm290_ide_dma_write() 220 command = /* (lba48) ? WIN_READDMA_EXT : */ WIN_READDMA; in trm290_ide_dma_write() 223 command = args->tfRegister[IDE_COMMAND_OFFSET]; in trm290_ide_dma_write() 227 hwif->OUTB(command, IDE_COMMAND_REG); in trm290_ide_dma_write() 236 task_ioreg_t command = WIN_NOP; in trm290_ide_dma_read() local 261 command = args->tfRegister[IDE_COMMAND_OFFSET]; in trm290_ide_dma_read() 264 command = /* (lba48) ? WIN_WRITEDMA_EXT : */ WIN_WRITEDMA; in trm290_ide_dma_read() 267 command = args->tfRegister[IDE_COMMAND_OFFSET]; in trm290_ide_dma_read() 271 hwif->OUTB(command, IDE_COMMAND_REG); in trm290_ide_dma_read()
|
/linux-2.4.37.9/drivers/usb/host/ |
D | ehci-hcd.c | 191 temp = readl (&ehci->regs->command); in ehci_halt() 193 writel (temp, &ehci->regs->command); in ehci_halt() 200 u32 command = readl (&ehci->regs->command); in ehci_reset() local 202 command |= CMD_RESET; in ehci_reset() 203 dbg_cmd (ehci, "reset", command); in ehci_reset() 204 writel (command, &ehci->regs->command); in ehci_reset() 206 return handshake (&ehci->regs->command, CMD_RESET, 0, 250 * 1000); in ehci_reset() 232 temp = readl (&ehci->regs->command); in ehci_ready() 234 writel (temp, &ehci->regs->command); in ehci_ready() 443 temp = readl (&ehci->regs->command) & 0x0fff; in ehci_start() [all …]
|
/linux-2.4.37.9/arch/mips/jazz/ |
D | kbd-jazz.c | 70 status = jazz_kh->command; in jazz_write_output() 80 status = jazz_kh->command; in jazz_write_command() 82 jazz_kh->command = val; in jazz_write_command() 87 return jazz_kh->command; in jazz_read_status()
|
/linux-2.4.37.9/Documentation/s390/ |
D | 3270.txt | 19 the command "DEF GRAF <hex-address>" This paper presumes you will be 29 workstation. With the DEF GRAF command, an application such as xterm, 70 2. Use the DIAL command in that window. 92 into your vm guest using the command "DIAL <vmguestname>"). 120 the telinit command with the q operand: 139 the command, for example, 149 2. Use the DIAL command instead of the LOGIN command to connect 160 A. Is the driver loaded? Use the lsmod command (no operands) 162 the command "insmod tub3270". Does that command give error 166 above? Use the grep command to find out; for instance, issue [all …]
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | reset.c | 19 void (*_machine_restart)(char *command); 23 void machine_restart(char *command) in machine_restart() argument 25 _machine_restart(command); in machine_restart()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | reset.c | 19 void (*_machine_restart)(char *command); 23 void machine_restart(char *command) in machine_restart() argument 25 _machine_restart(command); in machine_restart()
|