Searched refs:command (Results 151 - 175 of 500) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dcpia_usb.c87 static int cpia_usb_transferCmd(void *privdata, u8 *command, u8 *data);
321 static int cpia_usb_transferCmd(void *privdata, u8 *command, u8 *data) argument
333 if (!command) {
334 DBG("Internal driver error: command is NULL\n");
338 databytes = (((int)command[7])<<8) | command[6];
340 if (command[0] == DATA_IN) {
348 err = ReadPacket(udev, command, buffer, 8);
353 } else if(command[0] == DATA_OUT)
354 WritePacket(udev, command, dat
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Draw.c168 unsigned int command,
179 err = b->bd_op->ioctl(b->bd_inode, NULL, command, arg);
191 unsigned int command,
198 switch (command) {
214 if (command == RAW_SETBIND) {
166 raw_ioctl(struct inode *inode, struct file *flip, unsigned int command, unsigned long arg) argument
189 raw_ctl_ioctl(struct inode *inode, struct file *flip, unsigned int command, unsigned long arg) argument
H A Dsonypi.h257 #define wait_on_command(quiet, command) { \
259 while (--n && (command)) \
262 printk(KERN_WARNING "sonypi command failed at " __FILE__ " : %s (line %d)\n", __FUNCTION__, __LINE__); \
/asus-wl-520gu-7.0.1.45/src/router/busybox/docs/
H A Dautodocifier.pl116 # get command-line options
248 the command expects. This will be displayed when B<-h> is issued to
249 a command. I<REQUIRED>
260 not be printed when a B<-h> is given to a command. To see an example
265 This should be an example of how the command is acutally used.
266 This will not be printed when a B<-h> is given to a command -- it
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/drivers/
H A Dusb-host.c271 printk(" command : 0x%04X\n", in->command);
282 printk(" command : 0x%04X\n", sb->command);
292 printk(" command : 0x%08X\n", ep->command);
313 RxDescList[i].command = 0;
321 RxDescList[i].command = IO_STATE(USB_IN_command, eol, yes);
345 TxCtrlEPList[i].command = IO_FIELD(USB_EP_command, epid, i);
351 TxCtrlEPList[i].command
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/tpam/
H A Dtpam_commands.c40 * Function called when the ISDN link level send a command to the driver.
42 * c: ISDN command.
50 dprintk("TurboPAM(tpam_command) card=%d, command=%d\n",
51 c->driver, c->command);
60 /* dispatch the command */
61 switch (c->command) {
110 c->command);
264 ctrl.command = ISDN_STAT_DISCH;
275 ctrl.command = ISDN_STAT_RUN;
301 * Issue a dial command
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iptables/
H A Diptables.c1 /* Code to take an iptables-style command line and do it. */
392 " --modprobe=<command> try to insert modules using this command\n"
411 generic_opt_check(int command, int options) argument
416 * fact that if an option is legal with *any* command given, it is
423 if (!(command & (1<<j)))
430 "option for this command\n",
441 "Illegal option `-%c' with this command\n",
1645 unsigned int rulenum = 0, options = 0, command = 0; local
1689 add_command(&command, CMD_APPEN
[all...]
H A Dip6tables.c1 /* Code to take an iptables-style command line and do it. */
340 " --modprobe=<command> try to insert modules using this command\n"
359 generic_opt_check(int command, int options) argument
364 * fact that if an option is legal with *any* command given, it is
371 if (!(command & (1<<j)))
378 "option for this command\n",
389 "Illegal option `-%c' with this command\n",
1646 unsigned int rulenum = 0, options = 0, command = 0; local
1691 add_command(&command, CMD_APPEN
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/
H A Dsmbldap-groupmod.pl245 The smbldap-groupmod.pl command modifies the system account files to
246 reflect the changes that are specified on the command line.
247 The options which apply to the smbldap-groupmod command are
H A Dsmbldap-userdel.pl111 The smbldap-userdel.pl command modifies the system
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/isdnloop/
H A Disdnloop.c73 cmd.command = ISDN_STAT_L1ERR;
77 cmd.command = ISDN_STAT_BSENT;
151 int command; member in struct:isdnloop_stat
197 cmd.command = s->command;
257 cmd.command = ISDN_STAT_DHUP;
261 cmd.command = ISDN_STAT_BHUP;
267 cmd.command = ISDN_STAT_DHUP;
369 cmd.command = ISDN_STAT_STAVAIL;
782 * Parse an ICN-type command strin
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/net/
H A Dether3.c133 ether3_outw(priv->regs.command | CMD_FIFOWRITE, REG_COMMAND);
146 ether3_outw(priv->regs.command | CMD_FIFOREAD, REG_COMMAND);
148 ether3_outw(priv->regs.command | CMD_FIFOWRITE, REG_COMMAND);
293 priv->regs.command = 0;
321 ether3_outw(priv->regs.command, REG_COMMAND);
347 priv->regs.command = 0;
371 priv->regs.command = CMD_ENINTRX | CMD_ENINTTX;
372 ether3_outw(priv->regs.command | CMD_RXON, REG_COMMAND);
443 priv->regs.command = 0;
564 ether3_outw(priv->regs.command | CMD_TXO
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-disk.c362 printk(KERN_ERR "%s: bad command: %d\n", drive->name, rq->cmd);
412 task_ioreg_t command = get_command(drive, rq->cmd); local
427 taskfile.command = command;
457 task_ioreg_t command = get_command(drive, rq->cmd); local
468 taskfile.command = command;
505 task_ioreg_t command = get_command(drive, rq->cmd); local
527 taskfile.command = command;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dsdla_x25.c118 #define CMD_TIMEOUT 0xFF /* firmware command timed out */
573 * clears the mailbox, so it may appear that the first command was
575 * around this, we execute the first command twice.
828 * Since we have to execute a debugging command,
1064 * Description: Execute adapter interface command.
2220 mbox->cmd.command = X25_READ_MODEM_STATUS;
2240 mbox->cmd.pktType = mbox->cmd.command;
2262 mbox->cmd.command = X25_HDLC_LINK_STATUS;
2395 atomic_read(&chan->common.command) &&
2434 chan->ifstats.tx_compressed = atomic_read(&chan->common.command);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip22/
H A Dip22-reset.c39 static void sgi_machine_restart(char *command) __attribute__((noreturn));
43 static void sgi_machine_restart(char *command) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dmac53c94.h22 command: mac53c94_command, \
45 unsigned char command; member in struct:mac53c94_regs
82 * Bits in command register.
141 #define INTR_ILL_CMD 0x40 /* illegal command */
160 #define SS_NOT_CMD 2 /* Not in command phase */
H A Dgdth_ioctl.h19 #define GDTIOCTL_SCSI (GDTIOCTL_MASK | 9) /* SCSI command */
37 unchar command[512]; /* controller command */ member in struct:__anon2405::__anon2406::__anon2407
58 unchar cmd_len; /* command length */
59 unchar cmd[12]; /* SCSI command */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/lmc/
H A Dlmc_ioctl.h234 int command; member in struct:lmc_st1f_control
247 enum lmc_xilinx_c command; member in struct:lmc_xilinx_control
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinit.c411 static pid_t run(char *command, char *terminal, int get_enter) argument
481 if (strpbrk(command, "~`!$^&*()=|\\{}[];\"'<>?") != NULL) {
485 strncat(buf, command, sizeof(buf) - strlen(buf) - 1);
489 /* Convert command (char*) into cmd (char**, one word per string) */
490 for (tmpCmd = command, i = 0;
491 (tmpCmd = strsep(&command, " \t")) != NULL;) {
506 way if a dash appears at the front of the command path
515 /* find the last component in the command pathname */
548 getpid(), terminal, command);
572 static int waitfor(char *command, cha argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/
H A Dsetup.c61 extern void galileo_machine_restart(char *command);
117 *given by the bios and saves the command line.
168 * command line, memory size etc...
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/simple/
H A Dmisc-spruce.c188 unsigned short command; local
281 PCI_COMMAND, &command);
282 command |= 0x1;
284 PCI_COMMAND, command);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/ospm/include/
H A Dec.h72 * | | | | +------- data Register is command Byte?
113 EC_COMMAND command; member in struct:__anon879
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/include/
H A Dui_command.h7 * command interpreter.
98 int cmd_addcmd(char *command,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Di2c-old.h72 int (*command)(struct i2c_device *device,unsigned int cmd, void *arg); member in struct:i2c_driver
149 /* send a command to a chip using the ioctl-like callback interface */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Di2c-old.h72 int (*command)(struct i2c_device *device,unsigned int cmd, void *arg); member in struct:i2c_driver
149 /* send a command to a chip using the ioctl-like callback interface */

Completed in 308 milliseconds

1234567891011>>