Home
last modified time | relevance | path

Searched refs:GPCMD_READ_CDVD_CAPACITY (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/ide/
Dide-cd_verbose.c46 { GPCMD_READ_CDVD_CAPACITY, "Read Cd/Dvd Capacity" },
Dide-cd.c890 cmd[0] = GPCMD_READ_CDVD_CAPACITY; in cdrom_read_capacity()
/linux-4.4.14/include/uapi/linux/
Dcdrom.h457 #define GPCMD_READ_CDVD_CAPACITY 0x25 macro
/linux-4.4.14/block/
Dscsi_ioctl.c161 __set_bit(GPCMD_READ_CDVD_CAPACITY, filter->read_ok); in blk_set_cmd_filter_defaults()