Searched refs:polling_ms (Results 1 – 7 of 7) sorted by relevance
| /linux/include/trace/events/ |
| H A D | devfreq.h | 48 __field(unsigned int, polling_ms) 56 __entry->polling_ms = devfreq->profile->polling_ms; 60 TP_printk("dev_name=%-30s freq=%-12lu polling_ms=%-3u load=%-2lu", 61 __get_str(dev_name), __entry->freq, __entry->polling_ms,
|
| /linux/drivers/gpu/drm/lima/ |
| H A D | lima_devfreq.c | 85 .polling_ms = 50, /* ~3 frames */
|
| /linux/include/linux/ |
| H A D | devfreq.h | 111 unsigned int polling_ms; member
|
| /linux/drivers/devfreq/ |
| H A D | rk3399_dmc.c | 433 .polling_ms = 200, in rk3399_dmcfreq_probe()
|
| H A D | sun8i-a33-mbus.c | 392 priv->profile.polling_ms = 1000; in sun8i_a33_mbus_probe()
|
| /linux/drivers/memory/samsung/ |
| H A D | exynos5422-dmc.c | 1514 exynos5_dmc_df_profile.polling_ms = 100; in exynos5_dmc_probe()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_debug.c | 2954 u32 vfc_status, polling_ms, polling_count = 0, i; in qed_grc_dump_read_from_vfc() local 2959 polling_ms = VFC_POLLING_DELAY_MS * in qed_grc_dump_read_from_vfc() 2992 msleep(polling_ms); in qed_grc_dump_read_from_vfc()
|