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() argument
58 as_khz(&self) -> c_ulong as_khz() argument
63 as_mhz(&self) -> c_ulong as_mhz() argument
68 as_ghz(&self) -> c_ulong as_ghz() argument
73 impl From<Hertz> for c_ulong { global() implementation
[all...]
H A Dcpufreq.rs1262 min_perf: c_ulong, in adjust_perf_callback()
1263 target_perf: c_ulong, in adjust_perf_callback()
1264 capacity: c_ulong, in adjust_perf_callback()
H A Dopp.rs121 impl From<MicroVolt> for c_ulong { implementation
146 impl From<MicroWatt> for c_ulong { implementation
H A Ddma.rs211 pub(crate) fn as_raw(self) -> crate::ffi::c_ulong { in as_raw()
/linux/rust/kernel/irq/
H A Dflags.rs95 pub(crate) fn into_inner(self) -> c_ulong { in into_inner()