Lines Matching defs:dev
72 static int adt7x10_read_byte(struct device *dev, u8 reg) in adt7x10_read_byte()
78 static int adt7x10_write_byte(struct device *dev, u8 reg, u8 data) in adt7x10_write_byte()
84 static int adt7x10_read_word(struct device *dev, u8 reg) in adt7x10_read_word()
90 static int adt7x10_write_word(struct device *dev, u8 reg, u16 data) in adt7x10_write_word()
105 struct device *dev = private; in adt7x10_irq_handler() local
122 static int adt7x10_temp_ready(struct device *dev) in adt7x10_temp_ready()
137 static int adt7x10_update_temp(struct device *dev) in adt7x10_update_temp()
171 static int adt7x10_fill_cache(struct device *dev) in adt7x10_fill_cache()
220 static ssize_t adt7x10_temp_show(struct device *dev, in adt7x10_temp_show()
239 static ssize_t adt7x10_temp_store(struct device *dev, in adt7x10_temp_store()
262 static ssize_t adt7x10_t_hyst_show(struct device *dev, in adt7x10_t_hyst_show()
282 static ssize_t adt7x10_t_hyst_store(struct device *dev, in adt7x10_t_hyst_store()
305 static ssize_t adt7x10_alarm_show(struct device *dev, in adt7x10_alarm_show()
318 static ssize_t name_show(struct device *dev, struct device_attribute *da, in name_show()
359 int adt7x10_probe(struct device *dev, const char *name, int irq, in adt7x10_probe()
447 int adt7x10_remove(struct device *dev, int irq) in adt7x10_remove()
466 static int adt7x10_suspend(struct device *dev) in adt7x10_suspend()
474 static int adt7x10_resume(struct device *dev) in adt7x10_resume()