Searched defs:vtable (Results 1 – 4 of 4) sorted by relevance
| /linux/rust/macros/ | ||
| H A D | lib.rs | 23 mod vtable; global() module |
| H A D | vtable.rs | 7 pub(crate) fn vtable(_attr: TokenStream, ts: TokenStream) -> TokenStream { vtable() function |
| /linux/rust/kernel/ | ||
| H A D | debugfs.rs | 621 self.create_file(name, data, vtable) in read_write_callback_file() localVariable |
| /linux/drivers/regulator/ | ||
| H A D | vctrl-regulator.c | 44 struct vctrl_voltage_table *vtable; member |