Lines Matching refs:device
103 static int rx8025_check_validity(struct device *dev)
178 static int rx8025_get_time(struct device *dev, struct rtc_time *dt)
212 static int rx8025_set_time(struct device *dev, struct rtc_time *dt)
282 static int rx8025_read_alarm(struct device *dev, struct rtc_wkalrm *t)
319 static int rx8025_set_alarm(struct device *dev, struct rtc_wkalrm *t)
371 static int rx8025_alarm_irq_enable(struct device *dev, unsigned int enabled)
419 static int rx8025_get_clock_adjust(struct device *dev, int *adj)
436 static int rx8025_set_clock_adjust(struct device *dev, int adj)
462 static ssize_t rx8025_sysfs_show_clock_adjust(struct device *dev,
475 static ssize_t rx8025_sysfs_store_clock_adjust(struct device *dev,
493 static int rx8025_sysfs_register(struct device *dev)
498 static void rx8025_sysfs_unregister(struct device *dev)
530 dev_err(&client->dev, "unable to register the class device\n");