Searched refs:vtable (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/regulator/ |
| 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() 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 …]
|
| A D | hi6421v600-regulator.c | 74 #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, \
|
| A D | hi655x-regulator.c | 108 sreg, cmask, vtable) { \ argument 117 .n_voltages = ARRAY_SIZE(vtable), \ 118 .volt_table = vtable, \
|
| /linux/rust/macros/ |
| A D | lib.rs | 17 mod vtable; module 178 pub fn vtable(attr: TokenStream, ts: TokenStream) -> TokenStream { in vtable() function 179 vtable::vtable(attr, ts) in vtable()
|
| A D | vtable.rs | 7 pub(crate) fn vtable(_attr: TokenStream, ts: TokenStream) -> TokenStream { in vtable() function
|
| /linux/drivers/net/phy/ |
| A D | ax88796b_rust.rs | 41 #[vtable] 105 #[vtable] 126 #[vtable]
|
| A D | qt2025.rs | 37 #[vtable]
|
| /linux/rust/kernel/ |
| A D | prelude.rs | 23 pub use macros::{module, pin_data, pinned_drop, vtable, Zeroable};
|
| /linux/drivers/block/ |
| A D | rnull.rs | 58 #[vtable]
|
| /linux/Documentation/admin-guide/sysctl/ |
| A D | abi.rst | 8 .. scripts/check-sysctl-docs -vtable="abi" \
|
| /linux/rust/kernel/block/mq/ |
| A D | operations.rs | 26 #[macros::vtable]
|
| /linux/rust/kernel/net/ |
| A D | phy.rs | 575 #[vtable]
|
| /linux/Documentation/gpu/ |
| A D | todo.rst | 164 * A bunch of the vtable hooks are now in the wrong place: DRM has a split
|
Completed in 19 milliseconds