Searched defs:id (Results 1 – 5 of 5) sorted by relevance
10 struct clk *rust_helper_clk_get(struct device *dev, const char *id) in rust_helper_clk_get()53 struct clk *rust_helper_clk_get_optional(struct device *dev, const char *id) in rust_helper_clk_get_optional()
23 struct regulator *rust_helper_regulator_get(struct device *dev, const char *id) in rust_helper_regulator_get()
170 fn id(&self, index: usize) -> &T::RawType; in id() method183 fn id(&self, index: usize) -> &T::RawType { in id() method
115 let mut id: bindings::auxiliary_device_id = unsafe { core::mem::zeroed() }; in new() variables212 pub fn id(&self) -> u32 { in id() method
729 pub const fn id(&self) -> u32 { in id() method
Completed in 12 milliseconds