Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/
H A Dec_bhf.c110 static long polling_frequency = TIMER_INTERVAL_NSEC; variable
247 hrtimer_forward_now(timer, polling_frequency); in ec_bhf_timer_fun()
421 hrtimer_start(&priv->hrtimer, polling_frequency, HRTIMER_MODE_REL); in ec_bhf_open()
590 module_param(polling_frequency, long, 0444);
591 MODULE_PARM_DESC(polling_frequency, "Polling timer frequency in ns");
/openbmc/linux/drivers/acpi/
H A Dthermal.c125 unsigned long polling_frequency; member
175 tz->polling_frequency = tmp; in acpi_thermal_get_polling_frequency()
177 tz->polling_frequency); in acpi_thermal_get_polling_frequency()
750 tz->polling_frequency * 100); in acpi_thermal_register_thermal_zone()
872 tz->polling_frequency = tzp; in acpi_thermal_get_info()