Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Ddrivetemp.c110 struct drivetemp_data { struct
116 int (*get_temp)(struct drivetemp_data *st, u32 attr, long *val); argument
160 static int drivetemp_scsi_command(struct drivetemp_data *st, in drivetemp_scsi_command()
201 static int drivetemp_ata_command(struct drivetemp_data *st, u8 feature, in drivetemp_ata_command()
208 static int drivetemp_get_smarttemp(struct drivetemp_data *st, u32 attr, in drivetemp_get_smarttemp()
258 static int drivetemp_get_scttemp(struct drivetemp_data *st, u32 attr, long *val) in drivetemp_get_scttemp()
304 static bool drivetemp_sct_avoid(struct drivetemp_data *st) in drivetemp_sct_avoid()
325 static int drivetemp_identify_sata(struct drivetemp_data *st) in drivetemp_identify_sata()
435 static int drivetemp_identify(struct drivetemp_data *st) in drivetemp_identify()
453 struct drivetemp_data *st = dev_get_drvdata(dev); in drivetemp_read()
[all …]