Home
last modified time | relevance | path

Searched refs:period (Results 226 – 250 of 1078) sorted by relevance

12345678910>>...44

/openbmc/linux/include/linux/
H A Dtimeriomem-rng.h15 unsigned int period; member
/openbmc/linux/tools/perf/ui/
H A Dhist.c55 u64 period = get_field(pair); in __hpp__fmt() local
80 100.0 * period / total); in __hpp__fmt()
83 len, period); in __hpp__fmt()
434 HPP_PERCENT_FNS(overhead, period) in HPP_PERCENT_FNS() argument
439 HPP_PERCENT_ACC_FNS(overhead_acc, period) in HPP_PERCENT_FNS()
442 HPP_RAW_FNS(period, period) in HPP_PERCENT_FNS()
513 HPP__PRINT_FNS("Period", period, PERIOD)
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dpwm_backlight.h13 int period; member
/openbmc/linux/drivers/usb/host/
H A Doxu210hp-hcd.c2354 unsigned period = qh->period; in qh_link_periodic() local
2362 if (period == 0) in qh_link_periodic()
2363 period = 1; in qh_link_periodic()
2385 if (qh->period > here.qh->period) in qh_link_periodic()
2419 unsigned period; in qh_unlink_periodic() local
2430 period = qh->period; in qh_unlink_periodic()
2431 if (period == 0) in qh_unlink_periodic()
2432 period = 1; in qh_unlink_periodic()
2444 qh->period, in qh_unlink_periodic()
2560 if (frame < qh->period) { in qh_schedule()
[all …]
/openbmc/linux/Documentation/leds/
H A Dleds-lp3944.rst29 - period:
32 percentage of the period the led is on, from 0 to 100
/openbmc/phosphor-led-manager/manager/
H A Djson-parser.hpp124 uint16_t period = member.value("Period", 0); in loadJsonConfigV1() local
134 period, priority}; in loadJsonConfigV1()
/openbmc/linux/kernel/sched/
H A Dpsi.c317 u64 time, u64 period) in calc_avgs() argument
329 pct = div_u64(time * 100, period); in calc_avgs()
513 u64 expires, period; in update_averages() local
530 period = now - (group->avg_last_update + (missed_periods * psi_period)); in update_averages()
554 if (sample > period) in update_averages()
555 sample = period; in update_averages()
557 calc_avgs(group->avg[s], missed_periods, sample, period); in update_averages()
1414 u64 period = ULLONG_MAX; in psi_trigger_destroy() local
1426 period = min(period, div_u64(tmp->win.size, in psi_trigger_destroy()
1428 group->rtpoll_min_period = period; in psi_trigger_destroy()
/openbmc/linux/Documentation/arch/arm/stm32/
H A Dstm32-dma-mdma-chaining.rst115 and STM32 DMA uses one period while STM32 MDMA uses the other period
156 If the SRAM period is greater than the expected DMA transfer, then STM32 DMA
221 The new sg_list items must fit SRAM period length. Here is an example for
229 * allocated from the pool for DMA usage, and the length of the period,
339 replace the original buffer address, length and period (in case of
360 (dmaengine_prep_slave_sg()) or the period (dmaengine_prep_dma_cyclic()).
375 transfer or the period completion.
386 data from SRAM buffer. So some data (the first period) have to be copied in
392 period with dmaengine_prep_dma_memcpy(). Then this first period should be
/openbmc/linux/sound/soc/sprd/
H A Dsprd-pcm-compress.c146 int period, period_cnt, sg_num = 2; in sprd_platform_compr_dma_config() local
172 period = (SPRD_COMPR_MCDT_FIFO_SIZE - SPRD_COMPR_MCDT_EMPTY_WMK) * 4; in sprd_platform_compr_dma_config()
173 period_cnt = params->buffer.fragment_size / period; in sprd_platform_compr_dma_config()
184 period = params->buffer.fragment_size; in sprd_platform_compr_dma_config()
199 dma->trans_len = period * period_cnt; in sprd_platform_compr_dma_config()
201 config.src_maxburst = period; in sprd_platform_compr_dma_config()
/openbmc/sdeventplus/src/sdeventplus/
H A Dtypes.hpp10 std::chrono::duration<uint64_t, std::chrono::microseconds::period>;
/openbmc/linux/drivers/ptp/
H A Dptp_sysfs.c120 &req.perout.period.sec, &req.perout.period.nsec); in period_store()
126 enable = req.perout.period.sec || req.perout.period.nsec; in period_store()
135 static DEVICE_ATTR(period, 0220, NULL, period_store);
/openbmc/linux/net/ceph/
H A Dstriper.c265 u64 period = (u64)l->stripe_count * l->object_size; in ceph_get_num_objects() local
266 u64 num_periods = DIV64_U64_ROUND_UP(size, period); in ceph_get_num_objects()
270 div64_u64_rem(size, period, &remainder_bytes); in ceph_get_num_objects()
/openbmc/u-boot/board/freescale/common/
H A Dqixis.c286 static char *period[9] = {"2s", "4s", "8s", "16s", "32s", in qixis_reset_cmd() local
294 for (i = 0; i < ARRAY_SIZE(period); i++) { in qixis_reset_cmd()
295 if (strcmp(argv[2], period[i]) == 0) { in qixis_reset_cmd()
/openbmc/linux/drivers/bus/
H A Dts-nbus.c300 if (!pargs.period) { in ts_nbus_probe()
310 ret = pwm_config(pwm, pargs.period, pargs.period); in ts_nbus_probe()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852b.h101 u16 period; member
123 u16 tx_cnt, u16 period, u16 tx_time,
/openbmc/linux/drivers/pwm/
H A Dpwm-apple.c63 state->period, NSEC_PER_SEC) - on_cycles; in apple_pwm_apply()
93 state->period = DIV64_U64_ROUND_UP(((u64)off_cycles + (u64)on_cycles) * in apple_pwm_get_state()
H A Dpwm-ep93xx.c116 c *= state->period; in ep93xx_pwm_apply()
122 do_div(c, state->period); in ep93xx_pwm_apply()
H A Dpwm-mxs.c74 c = c * state->period; in mxs_pwm_apply()
85 do_div(c, state->period); in mxs_pwm_apply()
H A Dpwm-raspberrypi-poe.c91 state->period = RPI_PWM_PERIOD_NS; in raspberrypi_pwm_get_state()
107 if (state->period < RPI_PWM_PERIOD_NS || in raspberrypi_pwm_apply()
H A Dpwm-cros-ec.c166 if (state->period != EC_PWM_MAX_DUTY) in cros_ec_pwm_apply()
201 state->period = EC_PWM_MAX_DUTY; in cros_ec_pwm_get_state()
234 pwm->args.period = EC_PWM_MAX_DUTY; in cros_ec_pwm_xlate()
/openbmc/linux/tools/perf/tests/attr/
H A Dtest-record-pfm-period3 args = --no-bpf-event -c 10000 --pfm-events=cycles:period=77777 kill >/dev/null 2>&1
/openbmc/linux/net/bridge/
H A Dbr_private_mrp.h91 u32 interval, u8 max_miss, u32 period,
104 u32 interval, u8 max_miss, u32 period);
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Sensor/Aggregation/History/
H A DMaximum.interface.yaml3 The values are the maximum values within a time period. The object this
4 interface is placed on should provide information about the time period.
/openbmc/linux/drivers/clocksource/
H A Dtimer-tegra.c85 unsigned long period = timer_of_period(to_timer_of(evt)); in tegra_timer_set_periodic() local
87 writel_relaxed(TIMER_PTV_EN | TIMER_PTV_PER | (period - 1), in tegra_timer_set_periodic()
319 cpu_to->of_clk.period = rate / HZ; in tegra_init_timer()
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_proc.c59 u_int period; /* in 100ths of ns */ member
82 return (100000000 / scsi_syncrates[i].period); in ahc_calc_syncsrate()
103 freq = ahc_calc_syncsrate(tinfo->period); in ahc_format_transinfo()

12345678910>>...44