Lines Matching refs:device
97 struct device *hwmon_dev;
100 static int abeoz9_check_validity(struct device *dev)
143 static int abeoz9_rtc_get_time(struct device *dev, struct rtc_time *tm)
181 static int abeoz9_rtc_set_time(struct device *dev, struct rtc_time *tm)
208 static int abeoz9_rtc_read_alarm(struct device *dev, struct rtc_wkalrm *alarm)
242 static int abeoz9_rtc_alarm_irq_enable(struct device *dev, u32 enable)
251 static int abeoz9_rtc_set_alarm(struct device *dev, struct rtc_wkalrm *alarm)
321 static int abeoz9_rtc_setup(struct device *dev, struct device_node *node)
386 static int abeoz9z3_temp_read(struct device *dev,
474 static void abeoz9_hwmon_register(struct device *dev,
484 dev_warn(dev, "unable to register hwmon device %ld\n",
491 static void abeoz9_hwmon_register(struct device *dev,
501 struct device *dev = &client->dev;