Lines Matching defs:data
61 * operating in read-only mode to allow data recovery.
80 * Many drives also report temperature limits in additional SMART data raw
84 * According to data in smartmontools, attribute 231 is rarely used to report
113 struct mutex lock; /* protect data buffer accesses */
294 * problem let's play safe here to avoid data corruption and ban the whole
343 * Verify that ATA IDENTIFY DEVICE data is included in ATA Information
346 if (!vpd || vpd->len < 572 || vpd->data[56] != ATA_CMD_ID_ATA ||
347 vpd->data[36] != 0x34) {
351 ata_id = (u16 *)&vpd->data[60];
395 buf[0] = 5; /* data table command */
437 /* Bail out immediately if there is no inquiry data */
484 static umode_t drivetemp_is_visible(const void *data,
488 const struct drivetemp_data *st = data;