Searched refs:period (Results 376 - 400 of 540) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/tty/vt/
H A Dkeyboard.c301 if (rpt[0].period > 0)
303 EV_REP, REP_PERIOD, rpt[0].period);
306 rpt[1].period = dev->rep[REP_PERIOD];
/linux-master/drivers/net/wireless/intersil/p54/
H A Dlmac.h507 __le32 period; member in struct:p54_cce_quiet
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils.h248 u32 period; member in struct:hw_fw_request_ptp_gpio_ctrl
/linux-master/drivers/staging/ks7010/
H A Dks_hostif.h277 u8 period; member in struct:cf_parms
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_hw.h325 u32 period);
/linux-master/samples/bpf/
H A Dxdp_sample_user.c573 __u64 period = 0; local
575 period = r->timestamp - p->timestamp;
576 if (period > 0)
577 period_ = ((double)period / NANOSEC_PER_SEC);
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx.h611 size_t period; member in struct:em28xx_audio
/linux-master/arch/arm/mach-orion5x/
H A Dts78xx-setup.c291 .period = 1000000, /* one second */
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9002_phy.c527 AR_PHY_SPECTRAL_SCAN_PERIOD, param->period);
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c197 uint64_t period; member in struct:intel_pt_decoder
291 uint64_t period; local
293 period = intel_pt_lower_power_of_2(decoder->period);
294 decoder->period_mask = ~(period - 1);
295 decoder->period_ticks = period;
336 decoder->period = params->period;
1077 return decoder->period - decoder->period_insn_cnt;
/linux-master/drivers/usb/host/
H A Duhci-hcd.h170 unsigned int period; /* For Interrupt and Isochronous QHs */ member in struct:uhci_qh
171 short phase; /* Between 0 and period-1 */
293 * go onto the period-1 interrupt list, since they all get accessed on
H A Dehci-dbg.c192 "period=%s%s %s",
668 p.qh->ps.period,
717 p.sitd->stream->ps.period,
/linux-master/tools/perf/tests/
H A Ddlfilter-test.c185 .period = 543212345,
/linux-master/drivers/input/keyboard/
H A Datkbd.c585 const short period[32] = local
595 while (i < ARRAY_SIZE(period) - 1 && period[i] < dev->rep[REP_PERIOD])
597 dev->rep[REP_PERIOD] = period[i];
/linux-master/drivers/pwm/
H A Dpwm-lpc18xx-sct.c16 * One of the events is preselected to generate the period, thus the maximum
17 * number of simultaneous channels is limited to 15. Notice that period is
199 dev_err(pwmchip_parent(chip), "period %d not in range\n", period_ns);
209 * The PWM supports only a single period for all PWM channels.
210 * Once the period is set, it can only be changed if no more than one
215 dev_err(pwmchip_parent(chip), "conflicting period requested for PWM %u\n",
327 err = lpc18xx_pwm_config(chip, pwm, state->duty_cycle, state->period);
396 * Everytime the timer counter reaches the period value, the related
H A Dpwm-img.c43 * PWM period is specified with a timebase register,
100 dev_err(pwmchip_parent(chip), "configured period not in range\n");
197 err = img_pwm_config(chip, pwm, state->duty_cycle, state->period);
/linux-master/drivers/platform/x86/x86-android-tablets/
H A Dother.c681 .period = XIAOMI_MIPAD2_LED_PERIOD_NS,
/linux-master/kernel/events/
H A Dcore.c1859 size += sizeof(data->period);
4039 * the target period becomes:
4042 * period = -------------------
4103 s64 period, sample_period; local
4106 period = perf_calculate_period(event, nsec, count);
4108 delta = (s64)(period - hwc->sample_period);
4133 u64 now, period = TICK_NSEC; local
4173 perf_adjust_period(event, period, delta, false);
7354 perf_output_put(handle, data->period);
9758 * event->hw.period_left to count intervals. This period even
9766 u64 period = hwc->last_period; local
11065 u64 period; local
11092 s64 period; local
[all...]
/linux-master/drivers/mtd/nand/raw/
H A Dnand_base.c4921 * nand_id_has_period - Check if an ID string has a given wraparound period
4924 * @period: the period of repitition
4927 * specific repetition interval period (e.g., {0x20,0x01,0x7F,0x20} has a
4928 * period of 3). This is a helper function for nand_id_len(). Returns non-zero
4929 * if the repetition has a period of @period; otherwise, returns zero.
4931 static int nand_id_has_period(u8 *id_data, int arrlen, int period) argument
4934 for (i = 0; i < period; i++)
4935 for (j = i + period;
4951 int last_nonzero, period; local
[all...]
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dacx.h591 __le32 period; member in struct:wl1271_acx_keep_alive_config
781 u8 period; member in struct:wl1271_acx_ps_rx_streaming
827 * Swallow period used in COEX PLL swallowing mechanism.
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dmcdi_port_common.c1159 int period = action == EFX_STATS_ENABLE ? 1000 : 0; local
1174 MAC_STATS_IN_PERIOD_MS, period);
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_ptp.c199 * Must be called within one wraparound period of the partial timestamp since
742 .tv_sec = perout->period.sec,
743 .tv_nsec = perout->period.nsec,
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_ptp.c230 ts_period.tv_sec = rq->perout.period.sec;
231 ts_period.tv_nsec = rq->perout.period.nsec;
/linux-master/drivers/comedi/drivers/
H A Damplc_dio200_common.c776 unsigned int *period)
782 *period = (clk < ARRAY_SIZE(ts_clock_period)) ?
773 dio200_subdev_timer_get_clock_src(struct comedi_device *dev, struct comedi_subdevice *s, unsigned int *src, unsigned int *period) argument
/linux-master/drivers/pinctrl/ti/
H A Dpinctrl-ti-iodelay.c94 * @ref_clk_period: Reference Clock period
175 * @period: Period to use
182 static inline u32 ti_iodelay_compute_dpe(u16 period, u16 ref, u16 delay, argument
188 m = 10 * (u64)period * (u64)ref;

Completed in 330 milliseconds

<<11121314151617181920>>