Searched refs:flash_command_table (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/pm8001/
H A Dpm8001_ctl.c317 static struct flash_command flash_command_table[] = variable in typeref:struct:flash_command
484 for (i = 0; flash_command_table[i].code != FLASH_CMD_NONE; i++) {
485 if (!memcmp(flash_command_table[i].command,
487 flash_command = flash_command_table[i].code;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/pm8001/
H A Dpm8001_ctl.c317 static struct flash_command flash_command_table[] = variable in typeref:struct:flash_command
484 for (i = 0; flash_command_table[i].code != FLASH_CMD_NONE; i++) {
485 if (!memcmp(flash_command_table[i].command,
487 flash_command = flash_command_table[i].code;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_init.c326 static struct flash_command flash_command_table[] = variable in typeref:struct:flash_command
382 for (i = 0; flash_command_table[i].code != FLASH_CMD_NONE; i++) {
383 if (!memcmp(flash_command_table[i].command,
385 flash_command = flash_command_table[i].code;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx_init.c326 static struct flash_command flash_command_table[] = variable in typeref:struct:flash_command
382 for (i = 0; flash_command_table[i].code != FLASH_CMD_NONE; i++) {
383 if (!memcmp(flash_command_table[i].command,
385 flash_command = flash_command_table[i].code;

Completed in 126 milliseconds