/linux-4.1.27/drivers/usb/storage/ |
H A D | debug.c | 81 case ERASE: what = "ERASE"; break; usb_stor_show_command()
|
/linux-4.1.27/include/trace/events/ |
H A D | target.h | 36 scsi_opcode_name(ERASE), \
|
H A D | scsi.h | 34 scsi_opcode_name(ERASE), \
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
H A D | termbits.h | 194 #define ECHOE 0000020 /* Visual erase for ERASE. */
|
/linux-4.1.27/drivers/scsi/ |
H A D | osst.h | 243 unsigned efmt :1; /* Supports ERASE command initiated formatting */ 247 unsigned efmt :1; /* Supports ERASE command initiated formatting */
|
H A D | ips.c | 3499 case ERASE: ips_send_cmd() 3905 case ERASE: ips_chkstatus()
|
H A D | st.c | 2835 cmd[0] = ERASE; st_int_ioctl()
|
/linux-4.1.27/drivers/usb/image/ |
H A D | microtek.c | 248 case ERASE: what = "ERASE"; break; mts_show_command()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_93cx6.c | 44 * ERASE 1 11 A5 - A0 Erase register A5A4A3A2A1A0
|
/linux-4.1.27/tools/lib/traceevent/ |
H A D | plugin_scsi.c | 32 #define ERASE 0x19 macro
|
/linux-4.1.27/drivers/scsi/aic94xx/ |
H A D | aic94xx_sds.c | 1245 * ERASE is a sector-by-sector operation and requires asd_chk_write_status() 1249 * For some strange reason a reduced ERASE delay gives different asd_chk_write_status() 1251 * a optimum balance of 50mus for ERASE which works well asd_chk_write_status()
|
/linux-4.1.27/drivers/mtd/chips/ |
H A D | cfi_cmdset_0002.c | 482 * are affected by a problem that could cause a hang up when an ERASE SUSPEND 483 * command is issued after an ERASE RESUME operation without waiting for a 484 * minimum delay. The result is that once the ERASE seems to be completed 488 * values), causing a consequent failure of the ERASE operation. 2251 pr_debug("MTD %s(): ERASE 0x%.8lx\n", do_erase_chip() 2340 pr_debug("MTD %s(): ERASE 0x%.8lx\n", do_erase_oneblock()
|
/linux-4.1.27/drivers/mtd/devices/ |
H A D | st_spi_fsm.c | 987 * For some operations (e.g. ERASE), there is little that can be done. For 1121 /* Prepare a READ/WRITE/ERASE 'default' sequences */ stfsm_prepare_rwe_seqs_default() 1258 * If not, enable/disable for WRITE and ERASE stfsm_n25q_config() 2094 * Configure READ/WRITE/ERASE sequences according to platform and stfsm_probe()
|
H A D | mtd_dataflash.c | 193 pr_debug("ERASE %s: (%x) %x %x %x [%i]\n", dataflash_erase()
|
/linux-4.1.27/drivers/tty/ |
H A D | n_tty.c | 978 enum { ERASE, WERASE, KILL } kill_type; eraser() enumerator in enum:__anon10349 988 kill_type = ERASE; eraser() 1044 } else if (kill_type == ERASE && !L_ECHOE(tty)) { eraser() 1085 if (kill_type == ERASE) eraser()
|
/linux-4.1.27/block/ |
H A D | scsi_ioctl.c | 185 __set_bit(ERASE, filter->write_ok); blk_set_cmd_filter_defaults()
|
/linux-4.1.27/include/scsi/ |
H A D | scsi.h | 75 #define ERASE 0x19 macro
|
/linux-4.1.27/drivers/ata/ |
H A D | libata-eh.c | 2376 { ATA_CMD_SEC_ERASE_PREP, "SECURITY ERASE PREPARE" }, ata_get_cmd_descript() 2377 { ATA_CMD_SEC_ERASE_UNIT, "SECURITY ERASE UNIT" }, ata_get_cmd_descript() 2387 { ATA_CMD_CFA_WRITE_NE, "CFA WRITE SECTORS WITHOUT ERASE" }, ata_get_cmd_descript() 2389 { ATA_CMD_CFA_ERASE, "CFA ERASE SECTORS" }, ata_get_cmd_descript() 2390 { ATA_CMD_CFA_WRITE_MULT_NE, "CFA WRITE MULTIPLE WITHOUT ERASE" }, ata_get_cmd_descript()
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-picolcd_debugfs.c | 353 * ERASE which erases a 64byte block.
|
/linux-4.1.27/drivers/staging/rts5208/ |
H A D | rtsx_scsi.c | 95 case ERASE: scsi_show_command() 96 what = "ERASE"; scsi_show_command()
|
/linux-4.1.27/drivers/atm/ |
H A D | iphase.h | 1350 #define ERASE 0x1c0 macro
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.h | 2227 #define EEPROM_ERASE4K_OPCODE_SPI 0x20 /* EEPROM ERASE 4KB */ 2228 #define EEPROM_ERASE64K_OPCODE_SPI 0xD8 /* EEPROM ERASE 64KB */ 2229 #define EEPROM_ERASE256_OPCODE_SPI 0xDB /* EEPROM ERASE 256B */
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_type.h | 1878 #define IXGBE_EEPROM_ERASE4K_OPCODE_SPI 0x20 /* EEPROM ERASE 4KB */ 1879 #define IXGBE_EEPROM_ERASE64K_OPCODE_SPI 0xD8 /* EEPROM ERASE 64KB */ 1880 #define IXGBE_EEPROM_ERASE256_OPCODE_SPI 0xDB /* EEPROM ERASE 256B */
|
/linux-4.1.27/drivers/ide/ |
H A D | ide-tape.c | 905 pc->c[0] = ERASE; idetape_create_erase_cmd()
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
H A D | tcm_usb_gadget.c | 948 case ERASE: get_cmd_dir()
|