Searched defs:Table (Results 1 – 5 of 5) sorted by relevance
56 fn table(&self) -> &cpufreq::Table { in table()295 fn config_clks(_dev: &Device, _table: &Table, _opp: &OPP, _scaling_down: bool) -> Result { in config_clks()600 pub struct Table { struct610 /// SAFETY: It is okay to send ownership of [`Table`] across thread boundaries. argument611 unsafe impl Send for Table {} implementation615 unsafe impl Sync for Table {} implementation617 impl Table { impl978 impl Drop for Table { implementation
225 pub struct Table(Opaque<bindings::cpufreq_frequency_table>); struct227 impl Table { implementation612 pub fn freq_table(&self) -> Result<&Table> { in freq_table()
95 Table section in Model
200 .. [1] Since LEBs can only be appended and never overwritten, there is a
1067 PAGE_TYPE_OPS(Table, table, pgtable) in PAGE_TYPE_OPS() argument