Lines Matching defs:self
80 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { in display_name()
98 pub fn property_present(&self, name: &CStr) -> bool { in property_present()
104 pub fn property_read_bool(&self, name: &CStr) -> bool { in property_read_bool()
113 pub fn property_match_string(&self, name: &CStr, match_str: &CStr) -> Result<usize> { in property_match_string()
130 &'fwnode self, in property_read_array_vec()
157 pub fn property_count_elem<T: PropertyInt>(&self, name: &CStr) -> Result<usize> { in property_count_elem()
191 &'fwnode self, in property_read()
202 pub fn get_child_by_name(&self, name: &CStr) -> Option<ARef<Self>> { in get_child_by_name()
259 &self, in property_get_reference_args()
323 fn drop(&mut self) { in drop()
355 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { in fmt()
362 fn inc_ref(&self) { in inc_ref()
381 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { in fmt()
595 pub fn required_by(self, dev: &super::Device) -> Result<T> { in required_by() argument
619 pub fn or(self, default: T) -> T { in or() argument