Home
last modified time | relevance | path

Searched refs:polling_ms (Results 1 – 7 of 7) sorted by relevance

/linux/include/trace/events/
H A Ddevfreq.h48 __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 Dlima_devfreq.c85 .polling_ms = 50, /* ~3 frames */
/linux/include/linux/
H A Ddevfreq.h111 unsigned int polling_ms; member
/linux/drivers/devfreq/
H A Drk3399_dmc.c433 .polling_ms = 200, in rk3399_dmcfreq_probe()
H A Dsun8i-a33-mbus.c392 priv->profile.polling_ms = 1000; in sun8i_a33_mbus_probe()
/linux/drivers/memory/samsung/
H A Dexynos5422-dmc.c1514 exynos5_dmc_df_profile.polling_ms = 100; in exynos5_dmc_probe()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c2954 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()