Home
last modified time | relevance | path

Searched refs:period_ms (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dled.h26 int period_ms; member
69 int (*set_period)(struct udevice *dev, int period_ms);
108 int led_set_period(struct udevice *dev, int period_ms);
/OK3568_Linux_fs/kernel/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_aux.c22 const unsigned int period_ms = 1000 / freq; in inv_mpu_i2c_master_xfer() local
40 msleep(period_ms + period_ms / 2); in inv_mpu_i2c_master_xfer()
/OK3568_Linux_fs/u-boot/drivers/led/
H A Dled-uclass.c56 int led_set_period(struct udevice *dev, int period_ms) in led_set_period() argument
63 return ops->set_period(dev, period_ms); in led_set_period()
H A Dled_bcm6328.c131 static int bcm6328_led_set_period(struct udevice *dev, int period_ms) in bcm6328_led_set_period() argument
136 bcm6328_blink_delay(period_ms)); in bcm6328_led_set_period()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/hwcnt/
H A Dmali_kbase_hwcnt_watchdog_if_timer.c65 const struct kbase_hwcnt_watchdog_info *const timer, u32 const period_ms, in kbasep_hwcnt_watchdog_if_timer_enable() argument
76 queue_delayed_work(timer_info->workq, &timer_info->dwork, msecs_to_jiffies(period_ms)); in kbasep_hwcnt_watchdog_if_timer_enable()
H A Dmali_kbase_hwcnt_watchdog_if.h54 u32 period_ms,
/OK3568_Linux_fs/kernel/drivers/pwm/
H A Dpwm-imx27.c198 unsigned int period_ms; in pwm_imx27_wait_fifo_slot() local
205 period_ms = DIV_ROUND_UP_ULL(pwm_get_period(pwm), in pwm_imx27_wait_fifo_slot()
207 msleep(period_ms); in pwm_imx27_wait_fifo_slot()
/OK3568_Linux_fs/kernel/drivers/misc/habanalabs/common/
H A Dhabanalabs_ioctl.c217 if ((args->period_ms < 100) || (args->period_ms > 1000) || in device_utilization()
218 (args->period_ms % 100)) { in device_utilization()
221 args->period_ms); in device_utilization()
225 device_util.utilization = hl_device_utilization(hdev, args->period_ms); in device_utilization()
H A Ddevice.c500 uint32_t hl_device_utilization(struct hl_device *hdev, uint32_t period_ms) in hl_device_utilization() argument
509 period_us = period_ms * USEC_PER_MSEC; in hl_device_utilization()
593 return DIV_ROUND_UP_ULL(total_busy_time_ms * 100, period_ms); in hl_device_utilization()
H A Dhabanalabs.h1849 uint32_t hl_device_utilization(struct hl_device *hdev, uint32_t period_ms);
/OK3568_Linux_fs/kernel/tools/cgroup/
H A Diocost_monitor.py99 self.period_ms = ioc.period_us.value_() / 1_000
118 'period_ms' : self.period_ms,
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_timesync.c954 ts_config.period_ms = ts->h_tsconf_period; in dhd_timesync_send_host_timestamping_config()
956 if (ts_config.period_ms) { in dhd_timesync_send_host_timestamping_config()
969 ts_config.xtlv.id, ts_config.xtlv.len, ts_config.period_ms, in dhd_timesync_send_host_timestamping_config()
978 if (ts_config.period_ms) { in dhd_timesync_send_host_timestamping_config()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_timesync.c954 ts_config.period_ms = ts->h_tsconf_period; in dhd_timesync_send_host_timestamping_config()
956 if (ts_config.period_ms) { in dhd_timesync_send_host_timestamping_config()
969 ts_config.xtlv.id, ts_config.xtlv.len, ts_config.period_ms, in dhd_timesync_send_host_timestamping_config()
978 if (ts_config.period_ms) { in dhd_timesync_send_host_timestamping_config()
/OK3568_Linux_fs/kernel/include/uapi/misc/
H A Dhabanalabs.h451 __u32 period_ms; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmmsgbuf.h1194 uint16 period_ms; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmmsgbuf.h1330 uint16 period_ms; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmmsgbuf.h1330 uint16 period_ms; member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmmsgbuf.h1330 uint16 period_ms; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmmsgbuf.h1536 uint16 period_ms; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmmsgbuf.h1536 uint16 period_ms; member
/OK3568_Linux_fs/buildroot/package/gnuradio/
H A D0002-boost_qualify_placeholders_with_their_full_namespace.patch156 @@ -53,8 +53,9 @@ message_strobe_impl::message_strobe_impl(pmt::pmt_t msg, long period_ms)