Searched refs:ata_identify_page_supported (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | libata-core.c | 2149 static bool ata_identify_page_supported(struct ata_device *dev, u8 page) in ata_identify_page_supported() function 2279 if (!ata_identify_page_supported(dev, ATA_LOG_SATA_SETTINGS)) in ata_dev_config_ncq_prio() 2428 if (!ata_identify_page_supported(dev, ATA_LOG_ZONED_INFORMATION)) { in ata_dev_config_zac() 2467 if (!ata_identify_page_supported(dev, ATA_LOG_SECURITY)) { in ata_dev_config_trusted() 2500 !ata_identify_page_supported(dev, ATA_LOG_SUPPORTED_CAPABILITIES) || in ata_dev_config_cdl() 2501 !ata_identify_page_supported(dev, ATA_LOG_CURRENT_SETTINGS)) in ata_dev_config_cdl() 2712 !ata_identify_page_supported(dev, ATA_LOG_SATA_SETTINGS)) in ata_dev_config_devslp()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata-core.c | 2045 static bool ata_identify_page_supported(struct ata_device *dev, u8 page) in ata_identify_page_supported() function 2328 if (!ata_identify_page_supported(dev, ATA_LOG_ZONED_INFORMATION)) { in ata_dev_config_zac() 2367 if (!ata_identify_page_supported(dev, ATA_LOG_SECURITY)) { in ata_dev_config_trusted()
|
Completed in 14 milliseconds