Searched refs:GPCMD_READ_SUBCHANNEL (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/usb/storage/ |
D | debug.c | 112 case GPCMD_READ_SUBCHANNEL: what = "READ SUBCHANNEL"; break; in usb_stor_show_command()
|
/linux-4.1.27/drivers/ide/ |
D | ide-cd_verbose.c | 53 { GPCMD_READ_SUBCHANNEL, "Read Subchannel" },
|
D | ide-cd_ioctl.c | 281 cmd[0] = GPCMD_READ_SUBCHANNEL; in ide_cdrom_get_mcn()
|
/linux-4.1.27/drivers/scsi/ |
D | sr_ioctl.c | 404 cgc.cmd[0] = GPCMD_READ_SUBCHANNEL; in sr_get_mcn()
|
/linux-4.1.27/include/uapi/linux/ |
D | cdrom.h | 465 #define GPCMD_READ_SUBCHANNEL 0x42 macro
|
/linux-4.1.27/block/ |
D | scsi_ioctl.c | 165 __set_bit(GPCMD_READ_SUBCHANNEL, filter->read_ok); in blk_set_cmd_filter_defaults()
|
/linux-4.1.27/drivers/block/paride/ |
D | pcd.c | 918 { GPCMD_READ_SUBCHANNEL, 0, 0x40, 2, 0, 0, 0, 0, 24, 0, 0, 0 }; in pcd_get_mcn()
|
/linux-4.1.27/drivers/staging/rts5208/ |
D | rtsx_scsi.c | 188 case GPCMD_READ_SUBCHANNEL: in scsi_show_command()
|
/linux-4.1.27/drivers/cdrom/ |
D | cdrom.c | 2033 cgc.cmd[0] = GPCMD_READ_SUBCHANNEL; in cdrom_read_subchannel()
|