Home
last modified time | relevance | path

Searched refs:clock_event_device (Results 1 – 25 of 417) sorted by relevance

12345678910>>...17

/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/time/
H A Dtick-internal.h21 extern void tick_handle_periodic(struct clock_event_device *dev);
22 extern void tick_check_new_device(struct clock_event_device *dev);
26 extern bool tick_check_replacement(struct clock_event_device *curdev,
27 struct clock_event_device *newdev);
28 extern void tick_install_replacement(struct clock_event_device *dev);
32 extern int clockevents_tick_resume(struct clock_event_device *dev);
50 extern void clockevents_shutdown(struct clock_event_device *dev);
52 struct clock_event_device *new);
100 void (*handler)(struct clock_event_device *),
113 void tick_setup_oneshot(struct clock_event_device *newdev, in tick_setup_oneshot()
[all …]
H A Dtick-broadcast.c77 struct clock_event_device *newdev) in tick_check_broadcast_device()
96 struct clock_event_device *cur = tick_broadcast_device.evtdev; in tick_install_broadcast_device()
137 int tick_is_broadcast_device(struct clock_event_device *dev) in tick_is_broadcast_device()
260 struct clock_event_device *evt = td->evtdev; in tick_receive_broadcast()
370 struct clock_event_device *bc, *dev; in tick_broadcast_control()
481 struct clock_event_device *bc; in tick_suspend_broadcast()
511 struct clock_event_device *bc; in tick_resume_broadcast()
706 struct clock_event_device *dev) in broadcast_shutdown_local()
724 struct clock_event_device *bc, *dev; in __tick_broadcast_oneshot_control()
960 struct clock_event_device *bc; in tick_broadcast_switch_to_oneshot()
[all …]
H A Dclockevents.c28 struct clock_event_device *ce;
171 void clockevents_shutdown(struct clock_event_device *dev) in clockevents_shutdown()
181 int clockevents_tick_resume(struct clock_event_device *dev) in clockevents_tick_resume()
345 struct clock_event_device *dev; in clockevents_notify_released()
349 struct clock_event_device, list); in clockevents_notify_released()
361 struct clock_event_device *dev, *newdev = NULL; in clockevents_replace()
570 struct clock_event_device *new) in clockevents_exchange_device()
594 struct clock_event_device *dev; in clockevents_suspend()
606 struct clock_event_device *dev; in clockevents_resume()
635 struct clock_event_device *dev, *tmp; in tick_cleanup_dead_cpu()
[all …]
H A Dtick-common.c107 void tick_handle_periodic(struct clock_event_device *dev) in tick_handle_periodic()
206 struct clock_event_device *newdev, int cpu, in tick_setup_device()
209 void (*handler)(struct clock_event_device *) = NULL; in tick_setup_device()
277 void tick_install_replacement(struct clock_event_device *newdev) in tick_install_replacement()
289 struct clock_event_device *newdev, int cpu) in tick_check_percpu()
305 struct clock_event_device *newdev) in tick_check_preferred()
328 bool tick_check_replacement(struct clock_event_device *curdev, in tick_check_replacement()
329 struct clock_event_device *newdev) in tick_check_replacement()
341 void tick_check_new_device(struct clock_event_device *newdev) in tick_check_new_device()
343 struct clock_event_device *curdev; in tick_check_new_device()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/time/
H A Dtick-internal.h21 extern void tick_handle_periodic(struct clock_event_device *dev);
22 extern void tick_check_new_device(struct clock_event_device *dev);
26 extern bool tick_check_replacement(struct clock_event_device *curdev,
27 struct clock_event_device *newdev);
28 extern void tick_install_replacement(struct clock_event_device *dev);
32 extern int clockevents_tick_resume(struct clock_event_device *dev);
50 extern void clockevents_shutdown(struct clock_event_device *dev);
52 struct clock_event_device *new);
100 void (*handler)(struct clock_event_device *),
113 void tick_setup_oneshot(struct clock_event_device *newdev, in tick_setup_oneshot()
[all …]
H A Dtick-broadcast.c77 struct clock_event_device *newdev) in tick_check_broadcast_device()
96 struct clock_event_device *cur = tick_broadcast_device.evtdev; in tick_install_broadcast_device()
137 int tick_is_broadcast_device(struct clock_event_device *dev) in tick_is_broadcast_device()
260 struct clock_event_device *evt = td->evtdev; in tick_receive_broadcast()
370 struct clock_event_device *bc, *dev; in tick_broadcast_control()
481 struct clock_event_device *bc; in tick_suspend_broadcast()
511 struct clock_event_device *bc; in tick_resume_broadcast()
706 struct clock_event_device *dev) in broadcast_shutdown_local()
724 struct clock_event_device *bc, *dev; in __tick_broadcast_oneshot_control()
960 struct clock_event_device *bc; in tick_broadcast_switch_to_oneshot()
[all …]
H A Dclockevents.c28 struct clock_event_device *ce;
171 void clockevents_shutdown(struct clock_event_device *dev) in clockevents_shutdown()
181 int clockevents_tick_resume(struct clock_event_device *dev) in clockevents_tick_resume()
345 struct clock_event_device *dev; in clockevents_notify_released()
349 struct clock_event_device, list); in clockevents_notify_released()
361 struct clock_event_device *dev, *newdev = NULL; in clockevents_replace()
570 struct clock_event_device *new) in clockevents_exchange_device()
594 struct clock_event_device *dev; in clockevents_suspend()
606 struct clock_event_device *dev; in clockevents_resume()
635 struct clock_event_device *dev, *tmp; in tick_cleanup_dead_cpu()
[all …]
H A Dtick-common.c107 void tick_handle_periodic(struct clock_event_device *dev) in tick_handle_periodic()
206 struct clock_event_device *newdev, int cpu, in tick_setup_device()
209 void (*handler)(struct clock_event_device *) = NULL; in tick_setup_device()
277 void tick_install_replacement(struct clock_event_device *newdev) in tick_install_replacement()
289 struct clock_event_device *newdev, int cpu) in tick_check_percpu()
305 struct clock_event_device *newdev) in tick_check_preferred()
328 bool tick_check_replacement(struct clock_event_device *curdev, in tick_check_replacement()
329 struct clock_event_device *newdev) in tick_check_replacement()
341 void tick_check_new_device(struct clock_event_device *newdev) in tick_check_new_device()
343 struct clock_event_device *curdev; in tick_check_new_device()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/time/
H A Dtick-internal.h21 extern void tick_handle_periodic(struct clock_event_device *dev);
22 extern void tick_check_new_device(struct clock_event_device *dev);
26 extern bool tick_check_replacement(struct clock_event_device *curdev,
27 struct clock_event_device *newdev);
28 extern void tick_install_replacement(struct clock_event_device *dev);
32 extern int clockevents_tick_resume(struct clock_event_device *dev);
50 extern void clockevents_shutdown(struct clock_event_device *dev);
52 struct clock_event_device *new);
100 void (*handler)(struct clock_event_device *),
113 void tick_setup_oneshot(struct clock_event_device *newdev, in tick_setup_oneshot()
[all …]
H A Dtick-broadcast.c77 struct clock_event_device *newdev) in tick_check_broadcast_device()
96 struct clock_event_device *cur = tick_broadcast_device.evtdev; in tick_install_broadcast_device()
137 int tick_is_broadcast_device(struct clock_event_device *dev) in tick_is_broadcast_device()
260 struct clock_event_device *evt = td->evtdev; in tick_receive_broadcast()
370 struct clock_event_device *bc, *dev; in tick_broadcast_control()
481 struct clock_event_device *bc; in tick_suspend_broadcast()
511 struct clock_event_device *bc; in tick_resume_broadcast()
706 struct clock_event_device *dev) in broadcast_shutdown_local()
724 struct clock_event_device *bc, *dev; in __tick_broadcast_oneshot_control()
960 struct clock_event_device *bc; in tick_broadcast_switch_to_oneshot()
[all …]
H A Dclockevents.c28 struct clock_event_device *ce;
171 void clockevents_shutdown(struct clock_event_device *dev) in clockevents_shutdown()
181 int clockevents_tick_resume(struct clock_event_device *dev) in clockevents_tick_resume()
345 struct clock_event_device *dev; in clockevents_notify_released()
349 struct clock_event_device, list); in clockevents_notify_released()
361 struct clock_event_device *dev, *newdev = NULL; in clockevents_replace()
570 struct clock_event_device *new) in clockevents_exchange_device()
594 struct clock_event_device *dev; in clockevents_suspend()
606 struct clock_event_device *dev; in clockevents_resume()
635 struct clock_event_device *dev, *tmp; in tick_cleanup_dead_cpu()
[all …]
H A Dtick-common.c107 void tick_handle_periodic(struct clock_event_device *dev) in tick_handle_periodic()
206 struct clock_event_device *newdev, int cpu, in tick_setup_device()
209 void (*handler)(struct clock_event_device *) = NULL; in tick_setup_device()
277 void tick_install_replacement(struct clock_event_device *newdev) in tick_install_replacement()
289 struct clock_event_device *newdev, int cpu) in tick_check_percpu()
305 struct clock_event_device *newdev) in tick_check_preferred()
328 bool tick_check_replacement(struct clock_event_device *curdev, in tick_check_replacement()
329 struct clock_event_device *newdev) in tick_check_replacement()
341 void tick_check_new_device(struct clock_event_device *newdev) in tick_check_new_device()
343 struct clock_event_device *curdev; in tick_check_new_device()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dclockchips.h19 struct clock_event_device;
100 struct clock_event_device { struct
101 void (*event_handler)(struct clock_event_device *); argument
103 int (*set_next_ktime)(ktime_t expires, struct clock_event_device *); argument
113 int (*set_state_periodic)(struct clock_event_device *); argument
114 int (*set_state_oneshot)(struct clock_event_device *); argument
115 int (*set_state_oneshot_stopped)(struct clock_event_device *); argument
116 int (*set_state_shutdown)(struct clock_event_device *); argument
117 int (*tick_resume)(struct clock_event_device *); argument
120 void (*suspend)(struct clock_event_device *); argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dclockchips.h19 struct clock_event_device;
100 struct clock_event_device { struct
101 void (*event_handler)(struct clock_event_device *); argument
103 int (*set_next_ktime)(ktime_t expires, struct clock_event_device *); argument
113 int (*set_state_periodic)(struct clock_event_device *); argument
114 int (*set_state_oneshot)(struct clock_event_device *); argument
115 int (*set_state_oneshot_stopped)(struct clock_event_device *); argument
116 int (*set_state_shutdown)(struct clock_event_device *); argument
117 int (*tick_resume)(struct clock_event_device *); argument
120 void (*suspend)(struct clock_event_device *); argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dclockchips.h19 struct clock_event_device;
100 struct clock_event_device { struct
101 void (*event_handler)(struct clock_event_device *); argument
103 int (*set_next_ktime)(ktime_t expires, struct clock_event_device *); argument
113 int (*set_state_periodic)(struct clock_event_device *); argument
114 int (*set_state_oneshot)(struct clock_event_device *); argument
115 int (*set_state_oneshot_stopped)(struct clock_event_device *); argument
116 int (*set_state_shutdown)(struct clock_event_device *); argument
117 int (*tick_resume)(struct clock_event_device *); argument
120 void (*suspend)(struct clock_event_device *); argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/ralink/
H A Dcevt-rt3352.c34 struct clock_event_device dev;
39 static int systick_set_oneshot(struct clock_event_device *evt);
40 static int systick_shutdown(struct clock_event_device *evt);
43 struct clock_event_device *evt) in systick_next_event()
56 static void systick_event_handler(struct clock_event_device *dev) in systick_event_handler()
63 struct clock_event_device *dev = (struct clock_event_device *) dev_id; in systick_interrupt()
85 static int systick_shutdown(struct clock_event_device *evt) in systick_shutdown()
99 static int systick_set_oneshot(struct clock_event_device *evt) in systick_set_oneshot()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/ralink/
H A Dcevt-rt3352.c34 struct clock_event_device dev;
39 static int systick_set_oneshot(struct clock_event_device *evt);
40 static int systick_shutdown(struct clock_event_device *evt);
43 struct clock_event_device *evt) in systick_next_event()
56 static void systick_event_handler(struct clock_event_device *dev) in systick_event_handler()
63 struct clock_event_device *dev = (struct clock_event_device *) dev_id; in systick_interrupt()
85 static int systick_shutdown(struct clock_event_device *evt) in systick_shutdown()
99 static int systick_set_oneshot(struct clock_event_device *evt) in systick_set_oneshot()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/ralink/
H A Dcevt-rt3352.c34 struct clock_event_device dev;
39 static int systick_set_oneshot(struct clock_event_device *evt);
40 static int systick_shutdown(struct clock_event_device *evt);
43 struct clock_event_device *evt) in systick_next_event()
56 static void systick_event_handler(struct clock_event_device *dev) in systick_event_handler()
63 struct clock_event_device *dev = (struct clock_event_device *) dev_id; in systick_interrupt()
85 static int systick_shutdown(struct clock_event_device *evt) in systick_shutdown()
99 static int systick_set_oneshot(struct clock_event_device *evt) in systick_set_oneshot()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/clocksource/
H A Dtimer-digicolor.c61 struct clock_event_device ce;
67 static struct digicolor_timer *dc_timer(struct clock_event_device *ce) in dc_timer()
72 static inline void dc_timer_disable(struct clock_event_device *ce) in dc_timer_disable()
78 static inline void dc_timer_enable(struct clock_event_device *ce, u32 mode) in dc_timer_enable()
84 static inline void dc_timer_set_count(struct clock_event_device *ce, in dc_timer_set_count()
91 static int digicolor_clkevt_shutdown(struct clock_event_device *ce) in digicolor_clkevt_shutdown()
97 static int digicolor_clkevt_set_oneshot(struct clock_event_device *ce) in digicolor_clkevt_set_oneshot()
104 static int digicolor_clkevt_set_periodic(struct clock_event_device *ce) in digicolor_clkevt_set_periodic()
115 struct clock_event_device *ce) in digicolor_clkevt_next_event()
140 struct clock_event_device *evt = dev_id; in digicolor_timer_interrupt()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/clocksource/
H A Dtimer-digicolor.c61 struct clock_event_device ce;
67 static struct digicolor_timer *dc_timer(struct clock_event_device *ce) in dc_timer()
72 static inline void dc_timer_disable(struct clock_event_device *ce) in dc_timer_disable()
78 static inline void dc_timer_enable(struct clock_event_device *ce, u32 mode) in dc_timer_enable()
84 static inline void dc_timer_set_count(struct clock_event_device *ce, in dc_timer_set_count()
91 static int digicolor_clkevt_shutdown(struct clock_event_device *ce) in digicolor_clkevt_shutdown()
97 static int digicolor_clkevt_set_oneshot(struct clock_event_device *ce) in digicolor_clkevt_set_oneshot()
104 static int digicolor_clkevt_set_periodic(struct clock_event_device *ce) in digicolor_clkevt_set_periodic()
115 struct clock_event_device *ce) in digicolor_clkevt_next_event()
140 struct clock_event_device *evt = dev_id; in digicolor_timer_interrupt()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/clocksource/
H A Dtimer-digicolor.c61 struct clock_event_device ce;
67 static struct digicolor_timer *dc_timer(struct clock_event_device *ce) in dc_timer()
72 static inline void dc_timer_disable(struct clock_event_device *ce) in dc_timer_disable()
78 static inline void dc_timer_enable(struct clock_event_device *ce, u32 mode) in dc_timer_enable()
84 static inline void dc_timer_set_count(struct clock_event_device *ce, in dc_timer_set_count()
91 static int digicolor_clkevt_shutdown(struct clock_event_device *ce) in digicolor_clkevt_shutdown()
97 static int digicolor_clkevt_set_oneshot(struct clock_event_device *ce) in digicolor_clkevt_set_oneshot()
104 static int digicolor_clkevt_set_periodic(struct clock_event_device *ce) in digicolor_clkevt_set_periodic()
115 struct clock_event_device *ce) in digicolor_clkevt_next_event()
140 struct clock_event_device *evt = dev_id; in digicolor_timer_interrupt()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/kernel/
H A Dcevt-gt641xx.c36 struct clock_event_device *evt) in gt641xx_timer0_set_next_event()
54 static int gt641xx_timer0_shutdown(struct clock_event_device *evt) in gt641xx_timer0_shutdown()
68 static int gt641xx_timer0_set_oneshot(struct clock_event_device *evt) in gt641xx_timer0_set_oneshot()
83 static int gt641xx_timer0_set_periodic(struct clock_event_device *evt) in gt641xx_timer0_set_periodic()
97 static void gt641xx_timer0_event_handler(struct clock_event_device *dev) in gt641xx_timer0_event_handler()
101 static struct clock_event_device gt641xx_timer0_clockevent = {
116 struct clock_event_device *cd = &gt641xx_timer0_clockevent; in gt641xx_timer0_interrupt()
125 struct clock_event_device *cd; in gt641xx_timer0_clockevent_init()
H A Dcevt-ds1287.c44 struct clock_event_device *evt) in ds1287_set_next_event()
49 static int ds1287_shutdown(struct clock_event_device *evt) in ds1287_shutdown()
63 static int ds1287_set_periodic(struct clock_event_device *evt) in ds1287_set_periodic()
77 static void ds1287_event_handler(struct clock_event_device *dev) in ds1287_event_handler()
81 static struct clock_event_device ds1287_clockevent = {
93 struct clock_event_device *cd = &ds1287_clockevent; in ds1287_interrupt()
106 struct clock_event_device *cd; in ds1287_clockevent_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/kernel/
H A Dcevt-gt641xx.c36 struct clock_event_device *evt) in gt641xx_timer0_set_next_event()
54 static int gt641xx_timer0_shutdown(struct clock_event_device *evt) in gt641xx_timer0_shutdown()
68 static int gt641xx_timer0_set_oneshot(struct clock_event_device *evt) in gt641xx_timer0_set_oneshot()
83 static int gt641xx_timer0_set_periodic(struct clock_event_device *evt) in gt641xx_timer0_set_periodic()
97 static void gt641xx_timer0_event_handler(struct clock_event_device *dev) in gt641xx_timer0_event_handler()
101 static struct clock_event_device gt641xx_timer0_clockevent = {
116 struct clock_event_device *cd = &gt641xx_timer0_clockevent; in gt641xx_timer0_interrupt()
125 struct clock_event_device *cd; in gt641xx_timer0_clockevent_init()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/kernel/
H A Dcevt-gt641xx.c36 struct clock_event_device *evt) in gt641xx_timer0_set_next_event()
54 static int gt641xx_timer0_shutdown(struct clock_event_device *evt) in gt641xx_timer0_shutdown()
68 static int gt641xx_timer0_set_oneshot(struct clock_event_device *evt) in gt641xx_timer0_set_oneshot()
83 static int gt641xx_timer0_set_periodic(struct clock_event_device *evt) in gt641xx_timer0_set_periodic()
97 static void gt641xx_timer0_event_handler(struct clock_event_device *dev) in gt641xx_timer0_event_handler()
101 static struct clock_event_device gt641xx_timer0_clockevent = {
116 struct clock_event_device *cd = &gt641xx_timer0_clockevent; in gt641xx_timer0_interrupt()
125 struct clock_event_device *cd; in gt641xx_timer0_clockevent_init()

12345678910>>...17