Home
last modified time | relevance | path

Searched refs:duration_ms (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py326 … _from, _to, mperf, aperf, tsc, freq_ghz, io_boost, common_comm, load, duration_ms, sample_num, el… argument
336 …_to), int(mperf), int(aperf), int(tsc), freq_ghz, int(io_boost), load, duration_ms, sample_num, el…
473 duration_ms = Decimal(duration_us) / Decimal(1000)
482 if duration_ms != Decimal(0) :
483 tsc_ghz = Decimal(tsc)/duration_ms/Decimal(1000000)
484 … _from, _to, mperf, aperf, tsc, freq_ghz, io_boost, common_comm, load, duration_ms, sample_num, el…
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dselftest_rps.c531 static u64 __measure_frequency(u32 *cntr, int duration_ms) in __measure_frequency() argument
537 usleep_range(1000 * duration_ms, 2000 * duration_ms); in __measure_frequency()
560 int duration_ms) in __measure_cs_frequency() argument
566 usleep_range(1000 * duration_ms, 2000 * duration_ms); in __measure_cs_frequency()
1092 static u64 __measure_power(int duration_ms) in __measure_power() argument
1098 usleep_range(1000 * duration_ms, 2000 * duration_ms); in __measure_power()
/OK3568_Linux_fs/u-boot/drivers/tpm/
H A Dtpm_tis_infineon.c607 uc_priv->duration_ms[TPM_SHORT] = TIS_SHORT_TIMEOUT_MS; in tpm_tis_i2c_probe()
608 uc_priv->duration_ms[TPM_MEDIUM] = TIS_LONG_TIMEOUT_MS; in tpm_tis_i2c_probe()
609 uc_priv->duration_ms[TPM_LONG] = TIS_LONG_TIMEOUT_MS; in tpm_tis_i2c_probe()
H A Dtpm_tis_st33zp24_spi.c641 uc_priv->duration_ms[TPM_SHORT] = TIS_SHORT_TIMEOUT_MS; in st33zp24_spi_probe()
642 uc_priv->duration_ms[TPM_MEDIUM] = TIS_LONG_TIMEOUT_MS; in st33zp24_spi_probe()
643 uc_priv->duration_ms[TPM_LONG] = TIS_LONG_TIMEOUT_MS; in st33zp24_spi_probe()
H A Dtpm-uclass.c60 duration = priv->duration_ms[duration_idx]; in tpm_tis_i2c_calc_ordinal_duration()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_cfgp2p.c1455 wl_cfgp2p_discover_listen(struct bcm_cfg80211 *cfg, s32 channel, u32 duration_ms) in wl_cfgp2p_discover_listen() argument
1463 CFGP2P_DBG((" Enter Listen Channel : %d, Duration : %d\n", channel, duration_ms)); in wl_cfgp2p_discover_listen()
1484 ret = wl_cfgp2p_set_p2p_mode(cfg, WL_P2P_DISC_ST_LISTEN, channel, (u16) duration_ms, in wl_cfgp2p_discover_listen()
1492 extra_delay = EXTRA_DELAY_TIME + (duration_ms / 10); in wl_cfgp2p_discover_listen()
1495 duration_ms = 100 + duration_ms / 20; in wl_cfgp2p_discover_listen()
1499 INIT_TIMER(_timer, wl_cfgp2p_listen_expired, duration_ms, extra_delay); in wl_cfgp2p_discover_listen()
H A Dwl_cfgp2p.h327 wl_cfgp2p_discover_listen(struct bcm_cfg80211 *cfg, s32 channel, u32 duration_ms);
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dceph_fs.h532 __le32 duration_ms; /* lease duration */ member
767 __le32 duration_ms; /* duration of renewal */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgp2p.c1574 wl_cfgp2p_discover_listen(struct bcm_cfg80211 *cfg, s32 channel, u32 duration_ms) in wl_cfgp2p_discover_listen() argument
1582 CFGP2P_DBG((" Enter Listen Channel : %d, Duration : %d\n", channel, duration_ms)); in wl_cfgp2p_discover_listen()
1601 ret = wl_cfgp2p_set_p2p_mode(cfg, WL_P2P_DISC_ST_LISTEN, channel, (u16) duration_ms, in wl_cfgp2p_discover_listen()
1609 extra_delay = EXTRA_DELAY_TIME + (duration_ms / 10); in wl_cfgp2p_discover_listen()
1612 duration_ms = 100 + duration_ms / 20; in wl_cfgp2p_discover_listen()
1616 INIT_TIMER(_timer, wl_cfgp2p_listen_expired, duration_ms, extra_delay); in wl_cfgp2p_discover_listen()
H A Dwl_cfgp2p.h358 wl_cfgp2p_discover_listen(struct bcm_cfg80211 *cfg, s32 channel, u32 duration_ms);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfgp2p.c1573 wl_cfgp2p_discover_listen(struct bcm_cfg80211 *cfg, s32 channel, u32 duration_ms) argument
1581 CFGP2P_DBG((" Enter Listen Channel : %d, Duration : %d\n", channel, duration_ms));
1602 ret = wl_cfgp2p_set_p2p_mode(cfg, WL_P2P_DISC_ST_LISTEN, channel, (u16) duration_ms,
1610 extra_delay = EXTRA_DELAY_TIME + (duration_ms / 10);
1613 duration_ms = 100 + duration_ms / 20;
1617 INIT_TIMER(_timer, wl_cfgp2p_listen_expired, duration_ms, extra_delay);
H A Dwl_cfgp2p.h338 wl_cfgp2p_discover_listen(struct bcm_cfg80211 *cfg, s32 channel, u32 duration_ms);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfgp2p.c1573 wl_cfgp2p_discover_listen(struct bcm_cfg80211 *cfg, s32 channel, u32 duration_ms) argument
1581 CFGP2P_DBG((" Enter Listen Channel : %d, Duration : %d\n", channel, duration_ms));
1602 ret = wl_cfgp2p_set_p2p_mode(cfg, WL_P2P_DISC_ST_LISTEN, channel, (u16) duration_ms,
1610 extra_delay = EXTRA_DELAY_TIME + (duration_ms / 10);
1613 duration_ms = 100 + duration_ms / 20;
1617 INIT_TIMER(_timer, wl_cfgp2p_listen_expired, duration_ms, extra_delay);
H A Dwl_cfgp2p.h338 wl_cfgp2p_discover_listen(struct bcm_cfg80211 *cfg, s32 channel, u32 duration_ms);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfgp2p.c1573 wl_cfgp2p_discover_listen(struct bcm_cfg80211 *cfg, s32 channel, u32 duration_ms) argument
1581 CFGP2P_DBG((" Enter Listen Channel : %d, Duration : %d\n", channel, duration_ms));
1602 ret = wl_cfgp2p_set_p2p_mode(cfg, WL_P2P_DISC_ST_LISTEN, channel, (u16) duration_ms,
1610 extra_delay = EXTRA_DELAY_TIME + (duration_ms / 10);
1613 duration_ms = 100 + duration_ms / 20;
1617 INIT_TIMER(_timer, wl_cfgp2p_listen_expired, duration_ms, extra_delay);
H A Dwl_cfgp2p.h338 wl_cfgp2p_discover_listen(struct bcm_cfg80211 *cfg, s32 channel, u32 duration_ms);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgp2p.c1587 wl_cfgp2p_discover_listen(struct bcm_cfg80211 *cfg, s32 channel, u32 duration_ms) in wl_cfgp2p_discover_listen() argument
1595 CFGP2P_DBG((" Enter Listen Channel : %d, Duration : %d\n", channel, duration_ms)); in wl_cfgp2p_discover_listen()
1614 ret = wl_cfgp2p_set_p2p_mode(cfg, WL_P2P_DISC_ST_LISTEN, channel, (u16) duration_ms, in wl_cfgp2p_discover_listen()
1622 extra_delay = EXTRA_DELAY_TIME + (duration_ms / 10); in wl_cfgp2p_discover_listen()
1625 duration_ms = 100 + duration_ms / 20; in wl_cfgp2p_discover_listen()
1629 INIT_TIMER(_timer, wl_cfgp2p_listen_expired, duration_ms, extra_delay); in wl_cfgp2p_discover_listen()
H A Dwl_cfgp2p.h358 wl_cfgp2p_discover_listen(struct bcm_cfg80211 *cfg, s32 channel, u32 duration_ms);
/OK3568_Linux_fs/u-boot/include/
H A Dtpm.h247 uint duration_ms[TPM_DURATION_COUNT]; member
/OK3568_Linux_fs/kernel/sound/pci/asihpi/
H A Dhpi.h1361 short an_stop_gain0_01dB[HPI_MAX_CHANNELS], u32 duration_ms);
1364 short an_stop_gain0_01dB[HPI_MAX_CHANNELS], u32 duration_ms,
H A Dhpifunc.c2797 short an_stop_gain0_01dB[HPI_MAX_CHANNELS], u32 duration_ms, in hpi_volume_auto_fade_profile() argument
2812 hm.u.c.param1 = duration_ms; in hpi_volume_auto_fade_profile()
2821 short an_stop_gain0_01dB[HPI_MAX_CHANNELS], u32 duration_ms) in hpi_volume_auto_fade() argument
2824 duration_ms, HPI_VOLUME_AUTOFADE_LOG); in hpi_volume_auto_fade()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A Dwmi.c3664 u8 channel, u16 duration_ms) in wmi_mgmt_tx_ext() argument
3679 vif->mid, channel, duration_ms); in wmi_mgmt_tx_ext()
3702 cmd->duration_ms = cpu_to_le16(duration_ms); in wmi_mgmt_tx_ext()
H A Dwil6210.h1420 u8 channel, u16 duration_ms);
H A Dwmi.h860 __le16 duration_ms; member
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dinode.c1070 long unsigned duration = le32_to_cpu(lease->duration_ms); in __update_dentry_lease()
1385 le32_to_cpu(rinfo->dlease->duration_ms); in ceph_fill_trace()

12