Home
last modified time | relevance | path

Searched refs:polling_frequency (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/
Dec_bhf.c119 static long polling_frequency = TIMER_INTERVAL_NSEC; variable
256 hrtimer_forward_now(timer, ktime_set(0, polling_frequency)); in ec_bhf_timer_fun()
430 hrtimer_start(&priv->hrtimer, ktime_set(0, polling_frequency), in ec_bhf_open()
621 module_param(polling_frequency, long, S_IRUGO);
622 MODULE_PARM_DESC(polling_frequency, "Polling timer frequency in ns");
/linux-4.1.27/drivers/acpi/
Dthermal.c185 unsigned long polling_frequency; member
234 tz->polling_frequency = tmp; in acpi_thermal_get_polling_frequency()
236 tz->polling_frequency)); in acpi_thermal_get_polling_frequency()
909 tz->polling_frequency*100); in acpi_thermal_register_thermal_zone()
914 0, tz->polling_frequency*100); in acpi_thermal_register_thermal_zone()
1044 tz->polling_frequency = tzp; in acpi_thermal_get_info()