Searched refs:GPCMD_READ_SUBCHANNEL (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/usb/storage/ |
D | debug.c | 95 case GPCMD_READ_SUBCHANNEL: what = "READ SUBCHANNEL"; break; in usb_stor_show_command()
|
/linux-5.19.10/drivers/scsi/ |
D | sr_ioctl.c | 400 cgc.cmd[0] = GPCMD_READ_SUBCHANNEL; in sr_get_mcn()
|
D | scsi_ioctl.c | 292 case GPCMD_READ_SUBCHANNEL: in scsi_cmd_allowed()
|
/linux-5.19.10/include/uapi/linux/ |
D | cdrom.h | 488 #define GPCMD_READ_SUBCHANNEL 0x42 macro
|
/linux-5.19.10/drivers/block/paride/ |
D | pcd.c | 881 { GPCMD_READ_SUBCHANNEL, 0, 0x40, 2, 0, 0, 0, 0, 24, 0, 0, 0 }; in pcd_get_mcn()
|
/linux-5.19.10/drivers/staging/rts5208/ |
D | rtsx_scsi.c | 177 case GPCMD_READ_SUBCHANNEL: in scsi_show_command()
|
/linux-5.19.10/drivers/cdrom/ |
D | cdrom.c | 2027 cgc.cmd[0] = GPCMD_READ_SUBCHANNEL; in cdrom_read_subchannel()
|