Searched refs:command (Results 1 - 25 of 500) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dcmdedit.h4 int cmdedit_read_input(char* promptStr, char* command);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/
H A Dcntmr.c37 unsigned int command = 1; local
47 command = command << countNum * 2;
48 value = value | command;
49 command = command << 1;
52 value = value | command;
55 value = value & ~command;
76 unsigned int command = 1; local
84 command
118 unsigned int command = 1; local
145 unsigned int command = 1; local
180 unsigned int command = 1; local
[all...]
H A Ddma.c23 * dmaCommand - Write a command to a DMA channel
26 * unsigned int command - The command to be written to the control register.
30 bool dmaCommand(DMA_ENGINE channel, unsigned int command) argument
34 GT_REG_WRITE(CHANNEL0CONTROL + channel * 4, command);
72 unsigned int command,
87 checkBits = command & 0x6000000;
120 command = command | CHANNEL_ENABLE;
122 command
70 dmaTransfer(DMA_ENGINE channel, unsigned int sourceAddr, unsigned int destAddr, unsigned int numOfBytes, unsigned int command, DMA_RECORED * nextRecoredPointer) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dreboot.h12 extern void (*_machine_restart)(char *command);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dreboot.h12 extern void (*_machine_restart)(char *command);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dreboot.h12 extern void (*_machine_restart)(char *command);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dreboot.h12 extern void (*_machine_restart)(char *command);
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Daccounting.h16 int Do_accounting( int end, char *command, struct job *job, int timeout );
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dreboot.h12 extern void (*_machine_restart)(char *command);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dreboot.h12 extern void (*_machine_restart)(char *command);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/pcmcia/
H A Dnsp_debug.c12 * Show the command data of a command
88 static void print_commandk (unsigned char *command) argument
92 print_opcodek(command[0]);
94 for ( i = 1, s = COMMAND_SIZE(command[0]); i < s; ++i) {
95 printk("%02x ", command[i]);
97 switch (COMMAND_SIZE(command[0])) {
100 (((unsigned int)command[1] & 0x0f) << 16) |
101 ( (unsigned int)command[2] << 8) |
102 ( (unsigned int)command[
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dreset.c19 void (*_machine_restart)(char *command);
23 void machine_restart(char *command) argument
25 _machine_restart(command);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dreset.c19 void (*_machine_restart)(char *command);
23 void machine_restart(char *command) argument
25 _machine_restart(command);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/appletalk/
H A Dltpc.h19 unsigned char command; member in struct:lt_getresult
24 unsigned char command; member in struct:lt_mem
31 unsigned char command; member in struct:lt_setflags
37 unsigned char command; member in struct:lt_getflags
42 unsigned char command; member in struct:lt_init
48 unsigned char command; member in struct:lt_sendlap
56 unsigned char command; member in struct:lt_rcvlap
/asus-wl-520gu-7.0.1.45/src/router/bridge/brctl/
H A Dbrctl.h24 struct command struct
31 struct command *br_command_lookup(char *cmd);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Di2c-dev.h37 __u8 command; member in struct:i2c_smbus_ioctl_data
52 static inline __s32 i2c_smbus_access(int file, char read_write, __u8 command, argument
58 args.command = command;
85 static inline __s32 i2c_smbus_read_byte_data(int file, __u8 command) argument
88 if (i2c_smbus_access(file,I2C_SMBUS_READ,command,
95 static inline __s32 i2c_smbus_write_byte_data(int file, __u8 command, argument
100 return i2c_smbus_access(file,I2C_SMBUS_WRITE,command,
104 static inline __s32 i2c_smbus_read_word_data(int file, __u8 command) argument
107 if (i2c_smbus_access(file,I2C_SMBUS_READ,command,
114 i2c_smbus_write_word_data(int file, __u8 command, __u16 value) argument
123 i2c_smbus_process_call(int file, __u8 command, __u16 value) argument
136 i2c_smbus_read_block_data(int file, __u8 command, __u8 *values) argument
151 i2c_smbus_write_block_data(int file, __u8 command, __u8 length, __u8 *values) argument
165 i2c_smbus_write_i2c_block_data(int file, __u8 command, __u8 length, __u8 *values) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Di2c-dev.h37 __u8 command; member in struct:i2c_smbus_ioctl_data
52 static inline __s32 i2c_smbus_access(int file, char read_write, __u8 command, argument
58 args.command = command;
85 static inline __s32 i2c_smbus_read_byte_data(int file, __u8 command) argument
88 if (i2c_smbus_access(file,I2C_SMBUS_READ,command,
95 static inline __s32 i2c_smbus_write_byte_data(int file, __u8 command, argument
100 return i2c_smbus_access(file,I2C_SMBUS_WRITE,command,
104 static inline __s32 i2c_smbus_read_word_data(int file, __u8 command) argument
107 if (i2c_smbus_access(file,I2C_SMBUS_READ,command,
114 i2c_smbus_write_word_data(int file, __u8 command, __u16 value) argument
123 i2c_smbus_process_call(int file, __u8 command, __u16 value) argument
136 i2c_smbus_read_block_data(int file, __u8 command, __u8 *values) argument
151 i2c_smbus_write_block_data(int file, __u8 command, __u8 length, __u8 *values) argument
165 i2c_smbus_write_i2c_block_data(int file, __u8 command, __u8 length, __u8 *values) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/dec/
H A Dreset.c13 void dec_machine_restart(char *command) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/generic/
H A Dreset.c46 static void mips_machine_restart(char *command);
49 static void mips_machine_restart(char *command) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/lasat/
H A Dreset.c33 static void lasat_machine_restart(char *command);
39 static void lasat_machine_restart(char *command) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mips-boards/generic/
H A Dreset.c33 static void mips_machine_restart(char *command);
39 static void mips_machine_restart(char *command) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/lowlevel/
H A Dftape-io.c118 /* send a command or parameter to the drive
138 static int ft_check_cmd_restrictions(qic117_cmd_t command) argument
143 TRACE(ft_t_flow, "%s", qic117_cmds[command].name);
144 /* A new motion command during an uninterruptible (motion)
145 * command requires a ready status before the new command can
146 * be issued. Otherwise a new motion command needs to be
149 if (qic117_cmds[command].cmd_type == motion &&
155 command, ftape_current_command);
161 if (qic117_cmds[command]
232 ftape_command(qic117_cmd_t command) argument
347 ftape_command_wait(qic117_cmd_t command, unsigned int timeout, int *status) argument
381 ftape_report_operation(int *status, qic117_cmd_t command, int result_length) argument
474 ftape_report_error(unsigned int *error, qic117_cmd_t *command, int report) argument
694 qic117_cmd_t command; local
747 qic117_cmd_t command; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Daccounting.c42 that the necessary options will be passed on the command line.
67 int Do_accounting( int end, char *command, struct job *job, int timeout ) argument
80 while( isspace(cval(command)) ) ++command;
81 s = command;
86 DEBUG1("Do_accounting: command '%s', af '%s', expanded '%s'",
87 command, Accounting_file_DYN, s );
93 if( (cval(command) == '|') || (cval(command) == '/') ){
98 command, Filter_options_DY
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/jazz/
H A Dkbd-jazz.c70 status = jazz_kh->command;
80 status = jazz_kh->command;
82 jazz_kh->command = val;
87 return jazz_kh->command;
H A Dreset.c22 void jazz_machine_restart(char *command) argument

Completed in 1836 milliseconds

1234567891011>>