Home
last modified time | relevance | path

Searched refs:evp (Results 1 – 8 of 8) sorted by relevance

/linux/arch/arm64/boot/dts/amazon/
H A DMakefile2 dtb-$(CONFIG_ARCH_ALPINE) += alpine-v2-evp.dtb
3 dtb-$(CONFIG_ARCH_ALPINE) += alpine-v3-evp.dtb
H A Dalpine-v3-evp.dts10 compatible = "amazon,al-alpine-v3-evp", "amazon,al-alpine-v3";
H A Dalpine-v2-evp.dts39 compatible = "al,alpine-v2-evp", "al,alpine-v2";
/linux/net/sctp/
H A Dstream.c519 struct sctp_ulpevent **evp) in sctp_process_strreset_outreq() argument
596 *evp = sctp_ulpevent_make_stream_reset_event(asoc, in sctp_process_strreset_outreq()
608 struct sctp_ulpevent **evp) in sctp_process_strreset_inreq() argument
685 struct sctp_ulpevent **evp) in sctp_process_strreset_tsnreq() argument
769 *evp = sctp_ulpevent_make_assoc_reset_event(asoc, 0, init_tsn, in sctp_process_strreset_tsnreq()
782 struct sctp_ulpevent **evp) in sctp_process_strreset_addstrm_out() argument
840 *evp = sctp_ulpevent_make_stream_change_event(asoc, in sctp_process_strreset_addstrm_out()
852 struct sctp_ulpevent **evp) in sctp_process_strreset_addstrm_in() argument
917 struct sctp_ulpevent **evp) in sctp_process_strreset_resp() argument
972 *evp = sctp_ulpevent_make_stream_reset_event(asoc, flags, in sctp_process_strreset_resp()
[all …]
/linux/tools/include/nolibc/
H A Dtime.h138 * int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid);
144 int sys_timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid)
146 return my_syscall3(__NR_timer_create, clockid, evp, timerid); in time()
150 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in time()
152 return __sysret(sys_timer_create(clockid, evp, timerid)); in time()
166 sys_timer_create(clockid_t clockid,struct sigevent * evp,timer_t * timerid) sys_timer_create() argument
172 timer_create(clockid_t clockid,struct sigevent * evp,timer_t * timerid) timer_create() argument
/linux/include/net/sctp/
H A Dsm.h279 struct sctp_ulpevent **evp);
283 struct sctp_ulpevent **evp);
287 struct sctp_ulpevent **evp);
291 struct sctp_ulpevent **evp);
295 struct sctp_ulpevent **evp);
299 struct sctp_ulpevent **evp);
/linux/arch/sh/kernel/
H A Dperf_event.c73 static int hw_perf_cache_event(int config, int *evp) in hw_perf_cache_event() argument
96 *evp = ev; in hw_perf_cache_event()
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c997 struct sigevent evp; in test_timerfd()
1001 evp.sigev_notify = SIGEV_NONE; in test_timerfd()
1003 ret = timer_create(CLOCK_MONOTONIC, &evp, &timer); in test_timerfd()
944 struct sigevent evp; test_timer() local