Home
last modified time | relevance | path

Searched refs:Table (Results 1 – 2 of 2) sorted by relevance

/rust/kernel/
A Dopp.rs39 pub(crate) fn new(table: &Table) -> Result<Self> { in new()
56 fn table(&self) -> &cpufreq::Table { in table() argument
58 unsafe { cpufreq::Table::from_raw(self.ptr) } in table()
63 type Target = cpufreq::Table;
295 fn config_clks(_dev: &Device, _table: &Table, _opp: &OPP, _scaling_down: bool) -> Result { in config_clks() argument
526 &unsafe { Table::from_raw_table(opp_table, &dev) }, in config_clks()
600 pub struct Table { struct
611 unsafe impl Send for Table {} implementation
615 unsafe impl Sync for Table {} implementation
617 impl Table { impls
[all …]
A Dcpufreq.rs225 pub struct Table(Opaque<bindings::cpufreq_frequency_table>); struct
227 impl Table { impls
309 type Target = Table;
612 pub fn freq_table(&self) -> Result<&Table> { in freq_table() argument
619 Ok(unsafe { Table::from_raw(self.as_ref().freq_table) }) in freq_table()
629 pub unsafe fn set_freq_table(&mut self, table: &Table) -> &mut Self { in set_freq_table()

Completed in 10 milliseconds