| /OK3568_Linux_fs/kernel/tools/power/x86/intel_pstate_tracer/ |
| H A D | intel_pstate_tracer.py | 326 … _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 D | selftest_rps.c | 531 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 D | tpm_tis_infineon.c | 607 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 D | tpm_tis_st33zp24_spi.c | 641 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 D | tpm-uclass.c | 60 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 D | wl_cfgp2p.c | 1455 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 D | wl_cfgp2p.h | 327 wl_cfgp2p_discover_listen(struct bcm_cfg80211 *cfg, s32 channel, u32 duration_ms);
|
| /OK3568_Linux_fs/kernel/include/linux/ceph/ |
| H A D | ceph_fs.h | 532 __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 D | wl_cfgp2p.c | 1574 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 D | wl_cfgp2p.h | 358 wl_cfgp2p_discover_listen(struct bcm_cfg80211 *cfg, s32 channel, u32 duration_ms);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_cfgp2p.c | 1573 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 D | wl_cfgp2p.h | 338 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 D | wl_cfgp2p.c | 1573 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 D | wl_cfgp2p.h | 338 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 D | wl_cfgp2p.c | 1573 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 D | wl_cfgp2p.h | 338 wl_cfgp2p_discover_listen(struct bcm_cfg80211 *cfg, s32 channel, u32 duration_ms);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_cfgp2p.c | 1587 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 D | wl_cfgp2p.h | 358 wl_cfgp2p_discover_listen(struct bcm_cfg80211 *cfg, s32 channel, u32 duration_ms);
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | tpm.h | 247 uint duration_ms[TPM_DURATION_COUNT]; member
|
| /OK3568_Linux_fs/kernel/sound/pci/asihpi/ |
| H A D | hpi.h | 1361 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 D | hpifunc.c | 2797 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 D | wmi.c | 3664 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 D | wil6210.h | 1420 u8 channel, u16 duration_ms);
|
| H A D | wmi.h | 860 __le16 duration_ms; member
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | inode.c | 1070 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()
|