Home
last modified time | relevance | path

Searched refs:vtable (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/drivers/regulator/
H A Dvctrl-regulator.c44 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()
197 vctrl->vtable[next_sel].ctrl); 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()
215 vctrl->vtable[orig_sel].ctrl, in vctrl_set_voltage_sel()
234 return vctrl->vtable[selector].out; in vctrl_list_voltage()
353 if (!vctrl->vtable) in vctrl_init_vtable()
365 vctrl->vtable[idx_vt].out = in vctrl_init_vtable()
[all …]
H A Dhi6421v600-regulator.c74 #define HI6421V600_LDO(_id, vtable, ereg, emask, vreg, \ argument
85 .volt_table = vtable, \
86 .n_voltages = ARRAY_SIZE(vtable), \
87 .vsel_mask = ARRAY_SIZE(vtable) - 1, \
H A Dhi655x-regulator.c108 sreg, cmask, vtable) { \ argument
117 .n_voltages = ARRAY_SIZE(vtable), \
118 .volt_table = vtable, \
/linux-6.15/rust/macros/
H A Dlib.rs17 mod vtable; module
172 pub fn vtable(attr: TokenStream, ts: TokenStream) -> TokenStream { in vtable() function
173 vtable::vtable(attr, ts) in vtable()
H A Dvtable.rs7 pub(crate) fn vtable(_attr: TokenStream, ts: TokenStream) -> TokenStream { in vtable() function
/linux-6.15/drivers/net/phy/
H A Dax88796b_rust.rs41 #[vtable]
105 #[vtable]
126 #[vtable]
H A Dqt2025.rs37 #[vtable]
/linux-6.15/rust/kernel/
H A Dprelude.rs20 pub use macros::{export, module, vtable};
H A Dmiscdevice.rs107 #[vtable]
/linux-6.15/drivers/block/
H A Drnull.rs65 #[vtable]
/linux-6.15/Documentation/admin-guide/sysctl/
H A Dabi.rst8 .. scripts/check-sysctl-docs -vtable="abi" \
/linux-6.15/samples/rust/
H A Drust_misc_device.rs156 #[vtable]
/linux-6.15/rust/kernel/block/mq/
H A Doperations.rs27 #[macros::vtable]
/linux-6.15/rust/kernel/net/
H A Dphy.rs575 #[vtable]
/linux-6.15/Documentation/gpu/
H A Dtodo.rst164 * A bunch of the vtable hooks are now in the wrong place: DRM has a split