Home
last modified time | relevance | path

Searched defs:rtc_class_ops (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h26998 struct rtc_class_ops { struct
26999 int (*ioctl)(struct device *, unsigned int, unsigned long);
27000 int (*read_time)(struct device *, struct rtc_time *);
27001 int (*set_time)(struct device *, struct rtc_time *);
27002 int (*read_alarm)(struct device *, struct rtc_wkalrm *);
27003 int (*set_alarm)(struct device *, struct rtc_wkalrm *);
27004 int (*proc)(struct device *, struct seq_file *);
27005 int (*alarm_irq_enable)(struct device *, unsigned int);
27006 int (*read_offset)(struct device *, long *);
27007 int (*set_offset)(struct device *, long);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h36990 struct rtc_class_ops { struct
36991 int (*ioctl)(struct device *, unsigned int, unsigned long);
36992 int (*read_time)(struct device *, struct rtc_time *);
36993 int (*set_time)(struct device *, struct rtc_time *);
36994 int (*read_alarm)(struct device *, struct rtc_wkalrm *);
36995 int (*set_alarm)(struct device *, struct rtc_wkalrm *);
36996 int (*proc)(struct device *, struct seq_file *);
36997 int (*alarm_irq_enable)(struct device *, unsigned int);
36998 int (*read_offset)(struct device *, long *);
36999 int (*set_offset)(struct device *, long);
[all …]