Searched defs:evt (Results 1 - 25 of 210) sorted by relevance

123456789

/linux-master/drivers/clocksource/
H A Ddummy_timer.c18 struct clock_event_device *evt = per_cpu_ptr(&dummy_timer_evt, cpu); local
H A Dclps711x-timer.c44 struct clock_event_device *evt = dev_id; local
H A Di8253.c111 static int pit_shutdown(struct clock_event_device *evt) argument
129 static int pit_set_oneshot(struct clock_event_device *evt) argument
137 static int pit_set_periodic(struct clock_event_device *evt) argument
155 static int pit_next_event(unsigned long delta, struct clock_event_device *evt) argument
H A Dtimer-cs5535.c76 static int mfgpt_shutdown(struct clock_event_device *evt) argument
82 static int mfgpt_set_periodic(struct clock_event_device *evt) argument
89 static int mfgpt_next_event(unsigned long delta, struct clock_event_device *evt) argument
H A Dtimer-goldfish.c48 static int goldfish_timer_set_oneshot(struct clock_event_device *evt) argument
60 static int goldfish_timer_shutdown(struct clock_event_device *evt) argument
90 struct clock_event_device *evt = &timerdrv->ced; local
70 goldfish_timer_next_event(unsigned long delta, struct clock_event_device *evt) argument
/linux-master/net/ipv4/
H A Dtcp_dctcp.h19 static inline void dctcp_ece_ack_update(struct sock *sk, enum tcp_ca_event evt, argument
/linux-master/drivers/scsi/elx/libefc/
H A Defc_sm.c48 const char *efc_sm_event_name(enum efc_sm_event evt) argument
21 efc_sm_post_event(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *data) argument
/linux-master/kernel/time/
H A Dtick-broadcast-hrtimer.c20 static int bc_shutdown(struct clock_event_device *evt) argument
/linux-master/arch/mips/kernel/
H A Dcevt-bcm1480.c31 static int sibyte_set_periodic(struct clock_event_device *evt) argument
45 static int sibyte_shutdown(struct clock_event_device *evt) argument
H A Dcevt-sb1250.c29 static int sibyte_shutdown(struct clock_event_device *evt) argument
41 static int sibyte_set_periodic(struct clock_event_device *evt) argument
H A Dcevt-gt641xx.c54 static int gt641xx_timer0_shutdown(struct clock_event_device *evt) argument
68 static int gt641xx_timer0_set_oneshot(struct clock_event_device *evt) argument
83 static int gt641xx_timer0_set_periodic(struct clock_event_device *evt) argument
35 gt641xx_timer0_set_next_event(unsigned long delta, struct clock_event_device *evt) argument
H A Dcevt-ds1287.c49 static int ds1287_shutdown(struct clock_event_device *evt) argument
63 static int ds1287_set_periodic(struct clock_event_device *evt) argument
43 ds1287_set_next_event(unsigned long delta, struct clock_event_device *evt) argument
/linux-master/net/tipc/
H A Dsubscr.h65 struct tipc_event evt; member in struct:tipc_subscription
H A Dsubscr.c47 struct tipc_event *evt = &sub->evt; local
[all...]
/linux-master/arch/openrisc/kernel/
H A Dtime.c72 struct clock_event_device *evt = local
117 struct clock_event_device *evt = local
[all...]
/linux-master/drivers/gpu/drm/xen/
H A Dxen_drm_front_evtchnl.h61 } evt; member in union:xen_drm_front_evtchnl::__anon3771
67 struct xen_drm_front_evtchnl evt; member in struct:xen_drm_front_evtchnl_pair
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_event.c48 static void evt_sprintf(struct komeda_str *str, u64 evt, const char *msg) argument
/linux-master/arch/mips/ralink/
H A Dcevt-rt3352.c85 static int systick_shutdown(struct clock_event_device *evt) argument
99 static int systick_set_oneshot(struct clock_event_device *evt) argument
42 systick_next_event(unsigned long delta, struct clock_event_device *evt) argument
/linux-master/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_mfgpt.c50 static int mfgpt_timer_set_periodic(struct clock_event_device *evt) argument
62 static int mfgpt_timer_shutdown(struct clock_event_device *evt) argument
/linux-master/arch/m68k/coldfire/
H A Dpit.c46 static int cf_pit_set_periodic(struct clock_event_device *evt) argument
56 static int cf_pit_set_oneshot(struct clock_event_device *evt) argument
64 static int cf_pit_shutdown(struct clock_event_device *evt) argument
100 struct clock_event_device *evt = &cf_pit_clockevent; local
75 cf_pit_next_event(unsigned long delta, struct clock_event_device *evt) argument
/linux-master/arch/mips/sgi-ip27/
H A Dip27-timer.c30 static int rt_next_event(unsigned long delta, struct clock_event_device *evt) argument
/linux-master/arch/mips/sni/
H A Dtime.c17 static int a20r_set_periodic(struct clock_event_device *evt) argument
/linux-master/arch/sh/include/asm/
H A Duaccess.h120 static inline void *set_exception_table_evt(unsigned int evt, void *handler) argument
/linux-master/arch/arm/mach-mmp/
H A Dtime.c115 static int timer_set_shutdown(struct clock_event_device *evt) argument
/linux-master/arch/xtensa/kernel/
H A Dtime.c56 struct clock_event_device evt; member in struct:ccount_timer
83 static int ccount_timer_shutdown(struct clock_event_device *evt) argument
95 static int ccount_timer_set_oneshot(struct clock_event_device *evt) argument
120 struct clock_event_device *evt = &this_cpu_ptr(&ccount_timer)->evt; local
[all...]

Completed in 255 milliseconds

123456789