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