| /linux/drivers/regulator/ |
| H A D | vctrl-regulator.c | 44 struct vctrl_voltage_table *vtable; member 175 vctrl->vtable[selector].ctrl, in vctrl_set_voltage_sel() 176 vctrl->vtable[selector].ctrl, in vctrl_set_voltage_sel() 188 next_sel = max_t(unsigned int, selector, vctrl->vtable[vctrl->sel].ovp_min_sel); in vctrl_set_voltage_sel() 191 vctrl->vtable[next_sel].ctrl, in vctrl_set_voltage_sel() 192 vctrl->vtable[next_sel].ctrl, in vctrl_set_voltage_sel() 197 vctrl->vtable[next_sel].ctrl); in vctrl_set_voltage_sel() 202 delay = DIV_ROUND_UP(vctrl->vtable[vctrl->sel].out - in vctrl_set_voltage_sel() 203 vctrl->vtable[next_sel].out, in vctrl_set_voltage_sel() 214 vctrl->vtable[orig_sel].ctrl, in vctrl_set_voltage_sel() [all …]
|
| H A D | hi655x-regulator.c | 108 sreg, cmask, vtable) { \ argument 117 .n_voltages = ARRAY_SIZE(vtable), \ 118 .volt_table = vtable, \
|
| /linux/rust/macros/ |
| H A D | lib.rs | 23 mod vtable; module 209 pub fn vtable(attr: TokenStream, ts: TokenStream) -> TokenStream { in vtable() function 210 vtable::vtable(attr, ts) in vtable()
|
| H A D | vtable.rs | 7 pub(crate) fn vtable(_attr: TokenStream, ts: TokenStream) -> TokenStream { in vtable() function
|
| /linux/rust/kernel/ |
| H A D | debugfs.rs | 517 fn create_file<T: Sync>(&self, name: &CStr, data: &'data T, vtable: &'static FileOps<T>) { in create_file() 519 core::mem::forget(Entry::file(name, &self.entry, data, vtable)); in create_file() 563 let vtable = <FormatAdapter<T, F> as ReadFile<_>>::FILE_OPS.adapt(); in read_callback_file() localVariable 564 self.create_file(name, data, vtable) in read_callback_file() 580 let vtable = &<T as ReadWriteFile<_>>::FILE_OPS; in read_write_file() localVariable 581 self.create_file(name, data, vtable) in read_write_file() 596 let vtable = &<T as BinaryReadWriteFile<_>>::FILE_OPS; in read_write_binary_file() localVariable 597 self.create_file(name, data, vtable) in read_write_binary_file() 621 let vtable = <WritableAdapter<FormatAdapter<T, F>, W> as ReadWriteFile<_>>::FILE_OPS in read_write_callback_file() localVariable 624 self.create_file(name, data, vtable) in read_write_callback_file() [all …]
|
| H A D | prelude.rs | 28 pub use macros::{export, fmt, kunit_tests, module, vtable};
|
| H A D | opp.rs | 88 use macros::vtable; 292 #[vtable]
|
| H A D | configfs.rs | 486 #[vtable] 643 #[vtable]
|
| H A D | cpufreq.rs | 35 use macros::vtable; 720 #[vtable]
|
| /linux/drivers/block/rnull/ |
| H A D | configfs.rs | 34 #[vtable] 45 #[vtable] 130 #[vtable] 168 #[vtable] 192 #[vtable] 219 #[vtable] 242 #[vtable]
|
| /linux/drivers/cpufreq/ |
| H A D | rcpufreq_dt.rs | 12 macros::vtable, 50 #[vtable] 53 #[vtable]
|
| /linux/Documentation/admin-guide/sysctl/ |
| H A D | abi.rst | 8 .. scripts/check-sysctl-docs -vtable="abi" \
|
| /linux/drivers/gpu/drm/nova/ |
| H A D | driver.rs | 58 #[vtable]
|
| /linux/drivers/gpu/drm/tyr/ |
| H A D | driver.rs | 181 #[vtable]
|