Lines Matching refs:Table
40 pub(crate) fn new(table: &Table) -> Result<Self> { in new()
57 fn table(&self) -> &cpufreq::Table { in table() argument
59 unsafe { cpufreq::Table::from_raw(self.ptr) } in table()
64 type Target = cpufreq::Table;
296 fn config_clks(_dev: &Device, _table: &Table, _opp: &OPP, _scaling_down: bool) -> Result { in config_clks() argument
528 &unsafe { Table::from_raw_table(opp_table, &dev) }, in config_clks()
602 pub struct Table { struct
613 unsafe impl Send for Table {} implementation
617 unsafe impl Sync for Table {} implementation
619 impl Table { impl
977 impl Drop for Table { implementation