Searched defs:Table (Results 1 – 4 of 4) sorted by relevance
57 fn table(&self) -> &cpufreq::Table { in table()296 fn config_clks(_dev: &Device, _table: &Table, _opp: &OPP, _scaling_down: bool) -> Result { in config_clks()602 pub struct Table { struct612 /// SAFETY: It is okay to send ownership of [`Table`] across thread boundaries. argument613 unsafe impl Send for Table {} implementation617 unsafe impl Sync for Table {} implementation619 impl Table { implementation977 impl Drop for Table { implementation
224 pub struct Table(Opaque<bindings::cpufreq_frequency_table>); struct226 impl Table { implementation611 pub fn freq_table(&self) -> Result<&Table> { in freq_table()
95 Table section in Model
1044 PAGE_TYPE_OPS(Table, table, pgtable) in PAGE_TYPE_OPS() argument