Searched defs:c_ulong (Results 1 – 5 of 5) sorted by relevance
53 pub const fn as_hz(&self) -> c_ulong { in as_hz()58 pub const fn as_khz(&self) -> c_ulong { in as_khz()63 pub const fn as_mhz(&self) -> c_ulong { in as_mhz()68 pub const fn as_ghz(&self) -> c_ulong { in as_ghz()73 impl From<Hertz> for c_ulong { implementation
1260 min_perf: c_ulong, in adjust_perf_callback()1261 target_perf: c_ulong, in adjust_perf_callback()1262 capacity: c_ulong, in adjust_perf_callback()
120 impl From<MicroVolt> for c_ulong { global() implementation 145 impl From<MicroWatt> for c_ulong { global() implementation
302 compat_ioctl( file: *mut bindings::file, cmd: c_uint, arg: c_ulong, ) -> c_long compat_ioctl() argument
182 as_raw(self) -> crate::ffi::c_ulong as_raw() argument