Home
last modified time | relevance | path

Searched refs:ts_on (Results 1 – 7 of 7) sorted by relevance

/dports/net/sems/sems-f89581a/core/
H A DAmRingTone.cpp24 int ts_on = on_period*(SYSTEM_SAMPLECLOCK_RATE/1000); in read() local
26 int t = user_ts % (ts_on + ts_off); in read()
31 if(t >= ts_on){ in read()
41 if(t < ts_on){ in read()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mscc/
H A Docelot_ptp.c251 struct timespec64 ts_on; in ocelot_ptp_enable() local
253 ts_on.tv_sec = rq->perout.on.sec; in ocelot_ptp_enable()
254 ts_on.tv_nsec = rq->perout.on.nsec; in ocelot_ptp_enable()
256 wf_high = timespec64_to_ns(&ts_on); in ocelot_ptp_enable()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mscc/
H A Docelot_ptp.c251 struct timespec64 ts_on; in ocelot_ptp_enable() local
253 ts_on.tv_sec = rq->perout.on.sec; in ocelot_ptp_enable()
254 ts_on.tv_nsec = rq->perout.on.nsec; in ocelot_ptp_enable()
256 wf_high = timespec64_to_ns(&ts_on); in ocelot_ptp_enable()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mscc/
H A Docelot_ptp.c251 struct timespec64 ts_on; in ocelot_ptp_enable() local
253 ts_on.tv_sec = rq->perout.on.sec; in ocelot_ptp_enable()
254 ts_on.tv_nsec = rq->perout.on.nsec; in ocelot_ptp_enable()
256 wf_high = timespec64_to_ns(&ts_on); in ocelot_ptp_enable()
/dports/net/libnids/libnids-1.24/src/
H A Dtcp.c295 a_tcp->client.ts_on = get_ts(this_tcphdr, &a_tcp->client.curr_ts); in add_new_tcp()
778 if (a_tcp->client.ts_on) { in process_tcp()
779 a_tcp->server.ts_on = get_ts(this_tcphdr, &a_tcp->server.curr_ts); in process_tcp()
780 if (!a_tcp->server.ts_on) in process_tcp()
781 a_tcp->client.ts_on = 0; in process_tcp()
782 } else a_tcp->server.ts_on = 0; in process_tcp()
818 if (rcv->ts_on && get_ts(this_tcphdr, &tmp_ts) && in process_tcp()
H A Dnids.h86 u_char ts_on; member
H A Dlibnids-track-established.patch194 + half->ts_on = 0;
207 + other_half->ts_on = 0;