Home
last modified time | relevance | path

Searched refs:have_sct (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Ddrivetemp.c333 bool have_sct; in drivetemp_identify_sata() local
355 have_sct = ata_id_sct_supported(ata_id); in drivetemp_identify_sata()
366 if (have_sct && drivetemp_sct_avoid(st)) { in drivetemp_identify_sata()
369 have_sct = false; in drivetemp_identify_sata()
372 if (!have_sct) in drivetemp_identify_sata()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Ddrivetemp.c332 bool have_sct; in drivetemp_identify_sata() local
354 have_sct = ata_id_sct_supported(ata_id); in drivetemp_identify_sata()
365 if (have_sct && drivetemp_sct_avoid(st)) { in drivetemp_identify_sata()
368 have_sct = false; in drivetemp_identify_sata()
371 if (!have_sct) in drivetemp_identify_sata()

Completed in 3 milliseconds