Searched refs:hz (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| A D | clocksource.h | 194 static inline u32 clocksource_hz2mult(u32 hz, u32 shift_constant) in clocksource_hz2mult() argument 196 return clocksource_freq2mult(hz, shift_constant, NSEC_PER_SEC); in clocksource_hz2mult() 251 static inline int clocksource_register_hz(struct clocksource *cs, u32 hz) in clocksource_register_hz() argument 253 return __clocksource_register_scale(cs, 1, hz); in clocksource_register_hz() 261 static inline void __clocksource_update_freq_hz(struct clocksource *cs, u32 hz) in __clocksource_update_freq_hz() argument 263 __clocksource_update_freq_scale(cs, 1, hz); in __clocksource_update_freq_hz()
|
| A D | hte.h | 61 u64 hz; member
|
| A D | vt_kern.h | 19 void kd_mksound(unsigned int hz, unsigned int ticks);
|
| /include/drm/ |
| A D | drm_modes.h | 167 #define DRM_MODE_INIT(hz, hd, vd, hd_mm, vd_mm) \ argument 168 __DRM_MODE_INIT((hd) * (vd) * (hz) / 1000 /* kHz */, hd, vd, hd_mm, vd_mm)
|
| /include/linux/iio/common/ |
| A D | st_sensors.h | 87 unsigned int hz; member
|
Completed in 15 milliseconds