Searched refs:period (Results 451 - 475 of 541) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/ptp/
H A Dptp_idt82p33.c959 else if (rq->perout.start.nsec || rq->perout.period.sec != 1 ||
960 rq->perout.period.nsec)
/linux-master/sound/soc/sunxi/
H A Dsun4i-i2s.c106 #define SUN8I_I2S_FMT0_LRCK_PERIOD(period) ((period - 1) << 8)
/linux-master/drivers/usb/host/
H A Dehci-q.c822 qh->ps.period = urb->interval >> 3;
824 /* period for bandwidth allocation */
853 qh->ps.period = urb->interval;
855 /* period for bandwidth allocation */
H A Dehci-dbg.c192 "period=%s%s %s",
668 p.qh->ps.period,
717 p.sitd->stream->ps.period,
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Drtw8852b.c1821 u16 period = tx_info->period; local
1829 B_PMAC_TX_PRD_MSK, period, idx);
1867 u16 tx_cnt, u16 period, u16 tx_time,
1876 tx_info.period = period;
1866 rtw8852b_bb_set_pmac_pkt_tx(struct rtw89_dev *rtwdev, u8 enable, u16 tx_cnt, u16 period, u16 tx_time, enum rtw89_phy_idx idx) argument
/linux-master/tools/perf/ui/browsers/
H A Dhists.c1176 parent_total = entry->stat_acc->period;
1178 parent_total = entry->stat.period;
1268 __HPP_COLOR_PERCENT_FN(overhead, period)
1273 __HPP_COLOR_ACC_PERCENT_FN(overhead_acc, period)
2948 total = he->stat.period;
2951 total = he->stat_acc->period;
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c7116 * Calculate the effective recovery period, accounting for '0' meaning "let KVM
7119 static bool calc_nx_huge_pages_recovery_period(uint *period) argument
7131 *period = READ_ONCE(nx_huge_pages_recovery_period_ms);
7132 if (!*period) {
7133 /* Make sure the period is not less than one second. */
7135 *period = 60 * 60 * 1000 / ratio;
7270 uint period; local
7272 enabled = calc_nx_huge_pages_recovery_period(&period);
7274 return enabled ? start_time + msecs_to_jiffies(period) - get_jiffies_64()
/linux-master/tools/perf/util/
H A Dsession.c1364 printf("(IP, 0x%x): %d/%d: %#" PRIx64 " period: %" PRIu64 " addr: %#" PRIx64 "\n",
1366 sample->period, sample->addr);
1484 sample->period = v->value - sid->period;
1485 sid->period = v->value;
1495 * for zero period, bail out.
1497 if (!sample->period)
H A Ds390-cpumsf.c513 .period = 1
H A Dintel-bts.c291 sample.period = 1;
/linux-master/sound/sparc/
H A Ddbri.c1085 static int setup_descs(struct snd_dbri *dbri, int streamno, unsigned int period) argument
1167 if (mylen > period)
1168 mylen = period;
2185 dprintk(D_USR, "start audio, period is %d bytes\n",
/linux-master/kernel/sched/
H A Dsched.h182 * Single value that denotes runtime == period, ie unlimited time.
341 * dl_se::server_pick() -- nested pick_next_task(); we yield the period if this
369 ktime_t period; member in struct:cfs_bandwidth
2472 extern void init_rt_bandwidth(struct rt_bandwidth *rt_b, u64 period, u64 runtime);
2482 unsigned long to_ratio(u64 period, u64 runtime);
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dacx.c257 wl1271_debug(DEBUG_ACX, "acx service period timeout");
266 wl1271_warning("failed to set service period timeout: %d",
1195 acx->period = cpu_to_le32(wl->conf.conn.keep_alive_interval);
1510 rx_streaming->period = wl->conf.rx_streaming.interval;
/linux-master/arch/s390/kernel/
H A Dperf_cpum_sf.c655 static void hw_init_period(struct hw_perf_event *hwc, u64 period) argument
657 hwc->sample_period = period;
741 * of sample periods. If the specified sample period is
742 * out of range, limit the period to the range boundary.
765 * correct sampling interval and avoid the whole period adjust
801 debug_sprintf_event(sfdbg, 4, "%s: cpu %d period %#llx freq %d,%#lx\n",
1218 /* Update perf event period */
1854 /* Check if the new sampling period/frequency is appropriate.
1886 " cpu %d value %#llx period %#llx freq %d\n",
/linux-master/drivers/net/phy/
H A Dnxp-c45-tja11xx.c774 if (perout->period.sec != 1 || perout->period.nsec != 0) {
775 phydev_warn(phydev, "The period can be set only to 1 second.");
H A Ddp83640.c340 pwidth = clkreq->perout.period.sec * 1000000000UL;
341 pwidth += clkreq->perout.period.nsec;
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dfw.h1999 __le16 period; member in struct:host_cmd_tlv_beacon_period
2004 u8 period; member in struct:host_cmd_tlv_dtim_period
H A Dsta_event.c766 priv->media_connected && adapter->sleep_period.period) {
/linux-master/drivers/usb/core/
H A Dmessage.c481 * @period: polling rate for interrupt endpoints, in frames or
503 unsigned pipe, unsigned period, struct scatterlist *sg,
550 urb->interval = period;
502 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
/linux-master/drivers/ufs/host/
H A Dufs-exynos.c528 long exynos_ufs_calc_time_cntr(struct exynos_ufs *ufs, long period) argument
537 return (period * precise) / ((clk_period * precise) + fraction);
/linux-master/drivers/scsi/bfa/
H A Dbfi.h1082 u32 period; /* beaconing period */ member in struct:bfi_diag_portbeacon_req_s
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhw.h692 * @period: time duration between successive spectral scan entry points
693 * (period*256*Tclk). Tclk = ath_common->clockrate
706 u8 period; member in struct:ath_spec_scan
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_hw.h765 __le32 period; member in struct:gce
/linux-master/include/net/bluetooth/
H A Dmgmt.h848 __le16 period; member in struct:mgmt_cp_set_mesh
/linux-master/drivers/net/ethernet/renesas/
H A Dravb.h1026 u32 period; member in struct:ravb_ptp_perout

Completed in 614 milliseconds

<<11121314151617181920>>