Lines Matching refs:drivetemp_data
111 struct drivetemp_data { struct
118 int (*get_temp)(struct drivetemp_data *st, u32 attr, long *val); argument
162 static int drivetemp_scsi_command(struct drivetemp_data *st, in drivetemp_scsi_command()
203 static int drivetemp_ata_command(struct drivetemp_data *st, u8 feature, in drivetemp_ata_command()
210 static int drivetemp_get_smarttemp(struct drivetemp_data *st, u32 attr, in drivetemp_get_smarttemp()
260 static int drivetemp_get_scttemp(struct drivetemp_data *st, u32 attr, long *val) in drivetemp_get_scttemp()
306 static bool drivetemp_sct_avoid(struct drivetemp_data *st) in drivetemp_sct_avoid()
327 static int drivetemp_identify_sata(struct drivetemp_data *st) in drivetemp_identify_sata()
437 static int drivetemp_identify(struct drivetemp_data *st) in drivetemp_identify()
455 struct drivetemp_data *st = dev_get_drvdata(dev); in drivetemp_read()
492 const struct drivetemp_data *st = data; in drivetemp_is_visible()
560 struct drivetemp_data *st; in drivetemp_add()
594 struct drivetemp_data *st, *tmp; in drivetemp_remove()