Home
last modified time | relevance | path

Searched defs:c_ulong (Results 1 – 8 of 8) 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.rs121 impl From<MicroVolt> for c_ulong { implementation
146 impl From<MicroWatt> for c_ulong { implementation
H A Dmiscdevice.rs353 arg: c_ulong, in compat_ioctl()
H A Ddma.rs192 pub(crate) fn as_raw(self) -> crate::ffi::c_ulong { in as_raw()
/linux/drivers/android/binder/
H A Dpage_range.rs623 ) -> c_ulong { in rust_shrink_count()
636 ) -> c_ulong { in rust_shrink_scan()
H A Drust_binder_main.rs408 arg: kernel::ffi::c_ulong, in rust_binder_compat_ioctl()
424 arg: kernel::ffi::c_ulong, in rust_binder_unlocked_ioctl()
/linux/rust/kernel/irq/
H A Dflags.rs95 pub(crate) fn into_inner(self) -> c_ulong { in into_inner()