Home
last modified time | relevance | path

Searched refs:NOT_READY (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-cd_verbose.c24 (sense->sense_key == NOT_READY && (sense->asc == 4 || in ide_cd_log_error()
342 if (sense->sense_key == NOT_READY && (sense->sks[0] & 0x80)) { in ide_cd_log_error()
H A Dide-cd_ioctl.c65 if (sshdr.sense_key == NOT_READY && sshdr.asc == 0x04 in ide_cdrom_drive_status()
74 if (sshdr.sense_key == NOT_READY) { in ide_cdrom_drive_status()
169 if (stat != 0 && sshdr.sense_key == NOT_READY && sshdr.asc == 0x3a) in ide_cd_lockdoor()
H A Dide-cd.c112 case NOT_READY: in cdrom_log_sense()
316 case NOT_READY: in cdrom_decode_status()
490 else if (sshdr->sense_key == NOT_READY && in ide_cd_queue_pc()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dsr_ioctl.c219 case NOT_READY: /* This happens if there is no disc in drive */ in sr_do_ioctl()
298 if (scsi_sense_valid(&sshdr) && sshdr.sense_key == NOT_READY in sr_drive_status()
316 if (scsi_sense_valid(&sshdr) && sshdr.sense_key == NOT_READY in sr_drive_status()
323 if (sshdr.sense_key == NOT_READY && sshdr.asc == 0x04) in sr_drive_status()
H A Dscsi_ioctl.c117 case NOT_READY: /* This happens if there is no disc in drive */ in ioctl_internal_command()
H A Dses.c97 (sshdr.sense_key == NOT_READY || in ses_recv_diag()
138 (sshdr.sense_key == NOT_READY || in ses_send_diag()
H A Dsd.c1619 case NOT_READY: in media_not_present()
2214 if (sense_valid && sshdr.sense_key == NOT_READY) { in sd_spinup_disk()
2336 sense_valid && sshdr->sense_key == NOT_READY) in read_capacity_error()
H A Dstorvsc_drv.c1093 !(sense_hdr.sense_key == NOT_READY && in storvsc_command_completion()
H A Dgdth.c1679 nscp->sense_buffer[2] = NOT_READY; in gdth_next()
2804 scp->sense_buffer[2] = NOT_READY; in gdth_sync_event()
2818 scp->sense_buffer[2] = NOT_READY; in gdth_sync_event()
H A Dscsi_error.c556 case NOT_READY: in scsi_check_sense()
/OK3568_Linux_fs/kernel/drivers/scsi/device_handler/
H A Dscsi_dh_hp_sw.c52 case NOT_READY: in tur_done()
138 case NOT_READY: in hp_sw_start_stop()
H A Dscsi_dh_alua.c412 case NOT_READY: in alua_check_sense()
488 if (sense_hdr.sense_key == NOT_READY && in alua_tur()
582 if (sense_hdr.sense_key == NOT_READY && in alua_rtpg()
H A Dscsi_dh_rdac.c500 case NOT_READY: in mode_select_handle_sense()
670 case NOT_READY: in rdac_check_sense()
H A Dscsi_dh_emc.c287 case NOT_READY: in clariion_check_sense()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/
H A Dscsi.h125 #define NOT_READY 0x02 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/
H A Dscsi.h125 #define NOT_READY 0x02 macro
/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_proto.h232 #define NOT_READY 0x02 macro
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-zpodd.c112 if (!ret || sense_key != NOT_READY) in zpready()
H A Dlibata-scsi.c739 {0x37, NOT_READY, 0x04, 0x00}, in ata_to_sense_error()
742 {0x09, NOT_READY, 0x04, 0x00}, in ata_to_sense_error()
752 {0x08, NOT_READY, 0x04, 0x00}, in ata_to_sense_error()
965 ata_scsi_set_sense(dev, cmd, NOT_READY, 0x04, 0x21); in ata_gen_ata_sense()
/OK3568_Linux_fs/kernel/drivers/scsi/aacraid/
H A Daachba.c660 fsa_dev_ptr->sense_data.sense_key = NOT_READY; in _aac_probe_container2()
661 else if (fsa_dev_ptr->sense_data.sense_key == NOT_READY) in _aac_probe_container2()
2374 set_sense(&dev->fsa_dev[cid].sense_data, NOT_READY, in io_callback()
2805 NOT_READY)) { in aac_scsi_cmd()
3230 if (fsa_dev_ptr[cid].sense_data.sense_key == NOT_READY) { in aac_scsi_cmd()
3234 NOT_READY, SENCODE_BECOMING_READY, in aac_scsi_cmd()
/OK3568_Linux_fs/kernel/drivers/cdrom/
H A Dgdrom.c76 {NOT_READY, "Device not ready"},
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_transport.c3143 .key = NOT_READY
3230 .key = NOT_READY,
3268 .key = NOT_READY,
/OK3568_Linux_fs/kernel/drivers/staging/rts5208/
H A Drtsx_chip.h148 #define NOT_READY 0x02 /* Logical unit is not ready */ macro
/OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/
H A Dsuperpipe.c378 case NOT_READY: in read_cap16()
1793 case NOT_READY: in process_sense()
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Disd200.c420 buf->Flags = NOT_READY; in isd200_build_sense()

12