Home
last modified time | relevance | path

Searched refs:rtc_device (Results 1 – 25 of 672) sorted by relevance

12345678910>>...27

/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Drtc.h71 struct rtc_device;
76 void (*func)(struct rtc_device *rtc);
77 struct rtc_device *rtc;
84 struct rtc_device { struct
188 extern int rtc_read_alarm(struct rtc_device *rtc,
190 extern int rtc_set_alarm(struct rtc_device *rtc,
194 extern void rtc_update_irq(struct rtc_device *rtc,
208 void rtc_aie_update_irq(struct rtc_device *rtc);
209 void rtc_uie_update_irq(struct rtc_device *rtc);
213 struct rtc_device *rtc);
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Drtc.h71 struct rtc_device;
76 void (*func)(struct rtc_device *rtc);
77 struct rtc_device *rtc;
84 struct rtc_device { struct
188 extern int rtc_read_alarm(struct rtc_device *rtc,
190 extern int rtc_set_alarm(struct rtc_device *rtc,
194 extern void rtc_update_irq(struct rtc_device *rtc,
208 void rtc_aie_update_irq(struct rtc_device *rtc);
209 void rtc_uie_update_irq(struct rtc_device *rtc);
213 struct rtc_device *rtc);
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Drtc.h71 struct rtc_device;
76 void (*func)(struct rtc_device *rtc);
77 struct rtc_device *rtc;
84 struct rtc_device { struct
188 extern int rtc_read_alarm(struct rtc_device *rtc,
190 extern int rtc_set_alarm(struct rtc_device *rtc,
194 extern void rtc_update_irq(struct rtc_device *rtc,
208 void rtc_aie_update_irq(struct rtc_device *rtc);
209 void rtc_uie_update_irq(struct rtc_device *rtc);
213 struct rtc_device *rtc);
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/rtc/
H A Dinterface.c625 void rtc_aie_update_irq(struct rtc_device *rtc) in rtc_aie_update_irq()
636 void rtc_uie_update_irq(struct rtc_device *rtc) in rtc_uie_update_irq()
651 struct rtc_device *rtc; in rtc_pie_update_irq()
672 void rtc_update_irq(struct rtc_device *rtc, in rtc_update_irq()
683 struct rtc_device *rtc_class_open(const char *name) in rtc_class_open()
686 struct rtc_device *rtc = NULL; in rtc_class_open()
703 void rtc_class_close(struct rtc_device *rtc) in rtc_class_close()
830 static void rtc_alarm_disable(struct rtc_device *rtc) in rtc_alarm_disable()
893 struct rtc_device *rtc = in rtc_timer_do_work()
894 container_of(work, struct rtc_device, irqwork); in rtc_timer_do_work()
[all …]
H A Drtc-core.h6 extern void rtc_dev_prepare(struct rtc_device *rtc);
18 static inline void rtc_dev_prepare(struct rtc_device *rtc) in rtc_dev_prepare()
26 extern void rtc_proc_add_device(struct rtc_device *rtc);
27 extern void rtc_proc_del_device(struct rtc_device *rtc);
31 static inline void rtc_proc_add_device(struct rtc_device *rtc) in rtc_proc_add_device()
35 static inline void rtc_proc_del_device(struct rtc_device *rtc) in rtc_proc_del_device()
H A Dclass.c28 struct rtc_device *rtc = to_rtc_device(dev); in rtc_device_release()
50 static void rtc_hctosys(struct rtc_device *rtc) in rtc_hctosys()
94 struct rtc_device *rtc = to_rtc_device(dev); in rtc_suspend()
139 struct rtc_device *rtc = to_rtc_device(dev); in rtc_resume()
194 static struct rtc_device *rtc_allocate_device(void) in rtc_allocate_device()
196 struct rtc_device *rtc; in rtc_allocate_device()
260 static void rtc_device_get_offset(struct rtc_device *rtc) in rtc_device_get_offset()
329 struct rtc_device *rtc = data; in devm_rtc_unregister_device()
344 struct rtc_device *rtc = res; in devm_rtc_release_device()
351 struct rtc_device *rtc; in devm_rtc_allocate_device()
[all …]
H A Ddev.c26 struct rtc_device, char_dev); in rtc_dev_open()
47 struct rtc_device *rtc = in rtc_uie_task()
48 container_of(work, struct rtc_device, uie_task); in rtc_uie_task()
86 static int clear_uie(struct rtc_device *rtc) in clear_uie()
108 static int set_uie(struct rtc_device *rtc) in set_uie()
144 struct rtc_device *rtc = file->private_data; in rtc_dev_read()
193 struct rtc_device *rtc = file->private_data; in rtc_dev_poll()
207 struct rtc_device *rtc = file->private_data; in rtc_dev_ioctl()
410 struct rtc_device *rtc = file->private_data; in rtc_dev_compat_ioctl()
432 struct rtc_device *rtc = file->private_data; in rtc_dev_fasync()
[all …]
H A Dproc.c21 static bool is_rtc_hctosys(struct rtc_device *rtc) in is_rtc_hctosys()
33 static bool is_rtc_hctosys(struct rtc_device *rtc) in is_rtc_hctosys()
42 struct rtc_device *rtc = seq->private; in rtc_proc_show()
81 void rtc_proc_add_device(struct rtc_device *rtc) in rtc_proc_add_device()
88 void rtc_proc_del_device(struct rtc_device *rtc) in rtc_proc_del_device()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/rtc/
H A Dinterface.c625 void rtc_aie_update_irq(struct rtc_device *rtc) in rtc_aie_update_irq()
636 void rtc_uie_update_irq(struct rtc_device *rtc) in rtc_uie_update_irq()
651 struct rtc_device *rtc; in rtc_pie_update_irq()
672 void rtc_update_irq(struct rtc_device *rtc, in rtc_update_irq()
683 struct rtc_device *rtc_class_open(const char *name) in rtc_class_open()
686 struct rtc_device *rtc = NULL; in rtc_class_open()
703 void rtc_class_close(struct rtc_device *rtc) in rtc_class_close()
830 static void rtc_alarm_disable(struct rtc_device *rtc) in rtc_alarm_disable()
893 struct rtc_device *rtc = in rtc_timer_do_work()
894 container_of(work, struct rtc_device, irqwork); in rtc_timer_do_work()
[all …]
H A Drtc-core.h6 extern void rtc_dev_prepare(struct rtc_device *rtc);
18 static inline void rtc_dev_prepare(struct rtc_device *rtc) in rtc_dev_prepare()
26 extern void rtc_proc_add_device(struct rtc_device *rtc);
27 extern void rtc_proc_del_device(struct rtc_device *rtc);
31 static inline void rtc_proc_add_device(struct rtc_device *rtc) in rtc_proc_add_device()
35 static inline void rtc_proc_del_device(struct rtc_device *rtc) in rtc_proc_del_device()
H A Dclass.c28 struct rtc_device *rtc = to_rtc_device(dev); in rtc_device_release()
50 static void rtc_hctosys(struct rtc_device *rtc) in rtc_hctosys()
94 struct rtc_device *rtc = to_rtc_device(dev); in rtc_suspend()
139 struct rtc_device *rtc = to_rtc_device(dev); in rtc_resume()
194 static struct rtc_device *rtc_allocate_device(void) in rtc_allocate_device()
196 struct rtc_device *rtc; in rtc_allocate_device()
260 static void rtc_device_get_offset(struct rtc_device *rtc) in rtc_device_get_offset()
329 struct rtc_device *rtc = data; in devm_rtc_unregister_device()
344 struct rtc_device *rtc = res; in devm_rtc_release_device()
351 struct rtc_device *rtc; in devm_rtc_allocate_device()
[all …]
H A Ddev.c26 struct rtc_device, char_dev); in rtc_dev_open()
47 struct rtc_device *rtc = in rtc_uie_task()
48 container_of(work, struct rtc_device, uie_task); in rtc_uie_task()
86 static int clear_uie(struct rtc_device *rtc) in clear_uie()
108 static int set_uie(struct rtc_device *rtc) in set_uie()
144 struct rtc_device *rtc = file->private_data; in rtc_dev_read()
193 struct rtc_device *rtc = file->private_data; in rtc_dev_poll()
207 struct rtc_device *rtc = file->private_data; in rtc_dev_ioctl()
410 struct rtc_device *rtc = file->private_data; in rtc_dev_compat_ioctl()
432 struct rtc_device *rtc = file->private_data; in rtc_dev_fasync()
[all …]
H A Dproc.c21 static bool is_rtc_hctosys(struct rtc_device *rtc) in is_rtc_hctosys()
33 static bool is_rtc_hctosys(struct rtc_device *rtc) in is_rtc_hctosys()
42 struct rtc_device *rtc = seq->private; in rtc_proc_show()
81 void rtc_proc_add_device(struct rtc_device *rtc) in rtc_proc_add_device()
88 void rtc_proc_del_device(struct rtc_device *rtc) in rtc_proc_del_device()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/rtc/
H A Dinterface.c625 void rtc_aie_update_irq(struct rtc_device *rtc) in rtc_aie_update_irq()
636 void rtc_uie_update_irq(struct rtc_device *rtc) in rtc_uie_update_irq()
651 struct rtc_device *rtc; in rtc_pie_update_irq()
672 void rtc_update_irq(struct rtc_device *rtc, in rtc_update_irq()
683 struct rtc_device *rtc_class_open(const char *name) in rtc_class_open()
686 struct rtc_device *rtc = NULL; in rtc_class_open()
703 void rtc_class_close(struct rtc_device *rtc) in rtc_class_close()
830 static void rtc_alarm_disable(struct rtc_device *rtc) in rtc_alarm_disable()
893 struct rtc_device *rtc = in rtc_timer_do_work()
894 container_of(work, struct rtc_device, irqwork); in rtc_timer_do_work()
[all …]
H A Drtc-core.h6 extern void rtc_dev_prepare(struct rtc_device *rtc);
18 static inline void rtc_dev_prepare(struct rtc_device *rtc) in rtc_dev_prepare()
26 extern void rtc_proc_add_device(struct rtc_device *rtc);
27 extern void rtc_proc_del_device(struct rtc_device *rtc);
31 static inline void rtc_proc_add_device(struct rtc_device *rtc) in rtc_proc_add_device()
35 static inline void rtc_proc_del_device(struct rtc_device *rtc) in rtc_proc_del_device()
H A Dclass.c28 struct rtc_device *rtc = to_rtc_device(dev); in rtc_device_release()
50 static void rtc_hctosys(struct rtc_device *rtc) in rtc_hctosys()
94 struct rtc_device *rtc = to_rtc_device(dev); in rtc_suspend()
139 struct rtc_device *rtc = to_rtc_device(dev); in rtc_resume()
194 static struct rtc_device *rtc_allocate_device(void) in rtc_allocate_device()
196 struct rtc_device *rtc; in rtc_allocate_device()
260 static void rtc_device_get_offset(struct rtc_device *rtc) in rtc_device_get_offset()
329 struct rtc_device *rtc = data; in devm_rtc_unregister_device()
344 struct rtc_device *rtc = res; in devm_rtc_release_device()
351 struct rtc_device *rtc; in devm_rtc_allocate_device()
[all …]
H A Ddev.c26 struct rtc_device, char_dev); in rtc_dev_open()
47 struct rtc_device *rtc = in rtc_uie_task()
48 container_of(work, struct rtc_device, uie_task); in rtc_uie_task()
86 static int clear_uie(struct rtc_device *rtc) in clear_uie()
108 static int set_uie(struct rtc_device *rtc) in set_uie()
144 struct rtc_device *rtc = file->private_data; in rtc_dev_read()
193 struct rtc_device *rtc = file->private_data; in rtc_dev_poll()
207 struct rtc_device *rtc = file->private_data; in rtc_dev_ioctl()
410 struct rtc_device *rtc = file->private_data; in rtc_dev_compat_ioctl()
432 struct rtc_device *rtc = file->private_data; in rtc_dev_fasync()
[all …]
H A Dproc.c21 static bool is_rtc_hctosys(struct rtc_device *rtc) in is_rtc_hctosys()
33 static bool is_rtc_hctosys(struct rtc_device *rtc) in is_rtc_hctosys()
42 struct rtc_device *rtc = seq->private; in rtc_proc_show()
81 void rtc_proc_add_device(struct rtc_device *rtc) in rtc_proc_add_device()
88 void rtc_proc_del_device(struct rtc_device *rtc) in rtc_proc_del_device()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/arc/
H A Djump-around-jump.c52 struct rtc_device struct
98 extern struct rtc_device *rtc_class_open(const char *name); argument
99 extern void rtc_class_close(struct rtc_device *rtc);
100 extern int rtc_set_time (struct rtc_device *rtc, struct rtc_time *tm);
104 struct rtc_device *rtc; in rtc_set_ntp_time()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/arc/
H A Djump-around-jump.c52 struct rtc_device struct
98 extern struct rtc_device *rtc_class_open(const char *name); argument
99 extern void rtc_class_close(struct rtc_device *rtc);
100 extern int rtc_set_time (struct rtc_device *rtc, struct rtc_time *tm);
104 struct rtc_device *rtc; in rtc_set_ntp_time()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/arc/
H A Djump-around-jump.c52 struct rtc_device struct
98 extern struct rtc_device *rtc_class_open(const char *name); argument
99 extern void rtc_class_close(struct rtc_device *rtc);
100 extern int rtc_set_time (struct rtc_device *rtc, struct rtc_time *tm);
104 struct rtc_device *rtc; in rtc_set_ntp_time()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arc/
H A Djump-around-jump.c52 struct rtc_device struct
98 extern struct rtc_device *rtc_class_open(const char *name); argument
99 extern void rtc_class_close(struct rtc_device *rtc);
100 extern int rtc_set_time (struct rtc_device *rtc, struct rtc_time *tm);
104 struct rtc_device *rtc; in rtc_set_ntp_time()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arc/
H A Djump-around-jump.c52 struct rtc_device struct
98 extern struct rtc_device *rtc_class_open(const char *name); argument
99 extern void rtc_class_close(struct rtc_device *rtc);
100 extern int rtc_set_time (struct rtc_device *rtc, struct rtc_time *tm);
104 struct rtc_device *rtc; in rtc_set_ntp_time()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/arc/
H A Djump-around-jump.c52 struct rtc_device struct
98 extern struct rtc_device *rtc_class_open(const char *name); argument
99 extern void rtc_class_close(struct rtc_device *rtc);
100 extern int rtc_set_time (struct rtc_device *rtc, struct rtc_time *tm);
104 struct rtc_device *rtc; in rtc_set_ntp_time()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/arc/
H A Djump-around-jump.c52 struct rtc_device struct
98 extern struct rtc_device *rtc_class_open(const char *name); argument
99 extern void rtc_class_close(struct rtc_device *rtc);
100 extern int rtc_set_time (struct rtc_device *rtc, struct rtc_time *tm);
104 struct rtc_device *rtc; in rtc_set_ntp_time()

12345678910>>...27