Home
last modified time | relevance | path

Searched defs:c_ulong (Results 1 – 5 of 5) sorted by relevance

/linux/rust/kernel/
H A Dclk.rs53 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
H A Dcpufreq.rs1260 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()
H A Dopp.rs120 impl From<MicroVolt> for c_ulong { global() implementation
145 impl From<MicroWatt> for c_ulong { global() implementation
H A Dmiscdevice.rs302 compat_ioctl( file: *mut bindings::file, cmd: c_uint, arg: c_ulong, ) -> c_long compat_ioctl() argument
H A Ddma.rs182 as_raw(self) -> crate::ffi::c_ulong as_raw() argument