Searched refs:period (Results 201 - 225 of 244) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddynlib.tex187 during a longer period of time than the scope of the wxDynamicLibrary object.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dintel_ips.c894 static u32 get_cpu_power(struct ips_driver *ips, u32 *last, int period) argument
905 /* period is in ms and we want mW */
906 ret = (((val - *last) * 1000) / period);
1118 /* Calculate actual sample period for power averaging */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dksz884x.c1363 * @period: Timer period in jiffies.
1369 int period; member in struct:ksz_timer_info
4349 static void ksz_init_timer(struct ksz_timer_info *info, int period, argument
4353 info->period = period;
4364 info->timer.expires = jiffies + info->period;
4369 info->timer.expires = jiffies + info->period;
5579 hw_priv->mib_timer_info.period);
5585 priv->monitor_timer_info.period);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dmessage.c338 * @period: polling rate for interrupt endpoints, in frames or
358 unsigned pipe, unsigned period, struct scatterlist *sg,
405 urb->interval = period;
357 usb_sg_init(struct usb_sg_request *io, struct usb_device *dev, unsigned pipe, unsigned period, struct scatterlist *sg, int nents, size_t length, gfp_t mem_flags) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-io.c1009 const unsigned int period = 15u; /* arbitrary */ local
1012 return MAX( ceiling, currentSpeed_Bps*period );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dsis7019.c130 * that places our period/buffer range at 9-0xfff9 samples. That makes the
134 * We'll add a constraint upon open that limits the period and buffer sample
179 static void sis_update_sso(struct voice *voice, u16 period) argument
183 voice->sso += period;
202 /* If we've not hit the end of the virtual period, update
237 * a bit late. We'll adjst our next waiting period based
241 * it really is past a period when we get our interrupt --
521 /* The baseline setup is for a single period per buffer, and
711 /* Set our initial buffer and period as large as we can given a
719 * the period w
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dhe.c583 * values are period (in clock cycles) of timer
585 unsigned period = clock / rate; local
587 he_writel_mbox(he_dev, period, CS_TGRLD0 + reg);
2137 unsigned cid, rsr0, rsr1, rsr4, tsr0, tsr0_aal, tsr4, period, reg, clock; local
2240 period = clock / pcr_goal;
2242 HPRINTK("rc_index = %d period = %d\n",
2243 reg, period);
2245 he_writel_mbox(he_dev, rate_to_atmf(period/2),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Ddetails.c904 const int period = time( NULL ) - latest; local
905 if( period < 5 )
909 tr_strltime( tbuf, period, sizeof( tbuf ) );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/sparc/
H A Ddbri.c1039 static int setup_descs(struct snd_dbri *dbri, int streamno, unsigned int period) argument
1120 if (mylen > period)
1121 mylen = period;
2125 dprintk(D_USR, "start audio, period is %d bytes\n",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus_celt.c1804 int tapset, octave, period; local
1807 period = (16 << octave) + opus_getrawbits(rc, 4 + octave) - 1;
1815 frame->pf_period_new = FFMAX(period, CELT_POSTFILTER_MINPERIOD);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-sched.c1611 data.period = -1;
1615 dump_printf("(IP, %d): %d/%d: %#Lx period: %Ld\n", event->header.misc,
1616 data.pid, data.tid, data.ip, data.period);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.cpp358 timer.ticksToWait = caret.period;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dlibipw.h650 u8 period; member in struct:libipw_quiet
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1271_acx.c344 wl1271_debug(DEBUG_ACX, "acx service period timeout");
352 wl1271_warning("failed to set service period timeout: %d",
1176 acx->period = cpu_to_le32(wl->conf.conn.keep_alive_interval);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dmballoc.c693 unsigned long long period = get_cycles(); local
728 period = get_cycles() - period;
731 EXT4_SB(sb)->s_mb_generation_time += period;
1557 * period or not) */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dmdd.h389 X1( CFG_CNF_OWN_DTIM_PERIOD, period ) /*[AP] Beacon intervals between successive DTIMs */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/
H A Dmaint.mk182 # Error messages should not end with a period
186 { echo '$(ME): found error message ending in period' 1>&2; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dperf_event_intel.c749 data.period = event->hw.last_period;
838 * so we install an artificial 1<<31 period regardless of
839 * the generic event period:
876 * so we install an artificial 1<<31 period regardless of
877 * the generic event period:
H A Dperf_event_p4.c645 data.period = event->hw.last_period;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dusb.h1406 unsigned period,
H A Dieee80211.h554 u8 period; member in struct:ieee80211_quiet_ie
H A Dinput.h929 * @period: period of the wave (ms)
946 __u16 period; member in struct:ff_periodic_effect
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/browsers/
H A Dhists.c470 percent = (entry->period * 100.0) / self->hists->stats.total_period;
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dwlioctl.h188 uint8 dtim_period; /* DTIM period */
221 uint8 dtim_period; /* DTIM period */
263 uint8 dtim_period; /* DTIM period */
1539 uint16 percal_mask; /* defines which period cal is masked from radar detection */
1797 /* Configure number of scans allowed per throttle period */
1800 uint16 period; member in struct:wl_bsstrans_roamthrottle
2716 int32 slow_freq; /* slow scan period */
2782 int32 slow_freq; /* Slow scan period for SLOW_ADAPT */
2864 uint16 period; /* extended listen period */ member in struct:__anon19627
4996 uint8 period; /* Sample period */ member in struct:txdelay_params
5865 uint8 period; /* sample period */ member in struct:wl_intfer_params
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dmesh.c625 static void set_sdtr(struct mesh_state *ms, int period, int offset) argument
642 * We need to compute ceil(clk_freq * period / 500e6) - 2
645 v = (ms->clk_freq / 5000) * period;
1181 /* limit period to at least his value,

Completed in 339 milliseconds

12345678910