| /OK3568_Linux_fs/u-boot/include/ |
| H A D | led.h | 26 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 D | inv_mpu_aux.c | 22 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 D | led-uclass.c | 56 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 D | led_bcm6328.c | 131 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 D | mali_kbase_hwcnt_watchdog_if_timer.c | 65 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 D | mali_kbase_hwcnt_watchdog_if.h | 54 u32 period_ms,
|
| /OK3568_Linux_fs/kernel/drivers/pwm/ |
| H A D | pwm-imx27.c | 198 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 D | habanalabs_ioctl.c | 217 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 D | device.c | 500 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 D | habanalabs.h | 1849 uint32_t hl_device_utilization(struct hl_device *hdev, uint32_t period_ms);
|
| /OK3568_Linux_fs/kernel/tools/cgroup/ |
| H A D | iocost_monitor.py | 99 self.period_ms = ioc.period_us.value_() / 1_000 118 'period_ms' : self.period_ms,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_timesync.c | 954 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 D | dhd_timesync.c | 954 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 D | habanalabs.h | 451 __u32 period_ms; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcmmsgbuf.h | 1194 uint16 period_ms; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcmmsgbuf.h | 1330 uint16 period_ms; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcmmsgbuf.h | 1330 uint16 period_ms; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcmmsgbuf.h | 1330 uint16 period_ms; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmmsgbuf.h | 1536 uint16 period_ms; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmmsgbuf.h | 1536 uint16 period_ms; member
|
| /OK3568_Linux_fs/buildroot/package/gnuradio/ |
| H A D | 0002-boost_qualify_placeholders_with_their_full_namespace.patch | 156 @@ -53,8 +53,9 @@ message_strobe_impl::message_strobe_impl(pmt::pmt_t msg, long period_ms)
|